Skip to content

Commit 94556f3

Browse files
committed
Version 4.0.0
1 parent bb02bdc commit 94556f3

File tree

2 files changed

+226
-1
lines changed

2 files changed

+226
-1
lines changed

History.md

Lines changed: 225 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,229 @@
11

2+
4.0.0 / 2015-12-28
3+
==================
4+
5+
* Add David Rogers to AUTHORS.
6+
* Merge pull request #481 from al-the-x/multi-file-touch
7+
* Better USAGE message
8+
* Touch multiple files supplied
9+
* Use `$@` instead of `$*` re #467
10+
* Update AUTHORS.
11+
* Merge pull request #490 from apjanke/etc-under-prefix
12+
* installation: put $SYSCONFDIR (/etc) under $PREFIX by default
13+
* Merge pull request #489 from apjanke/customize-etcdir
14+
* Makefile: allow customizing of SYSCONFDIR (/etc) location
15+
* Merge pull request #488 from apjanke/git-clear-shebang
16+
* Fix missing shebang in git-clear and missing +x on others
17+
* Update all man pages.
18+
* Merge pull request #479 from JanSchulz/global_gitignore
19+
* Merge pull request #448 from Lee-W/master
20+
* Add more info how to set global gitignore
21+
* Regenerate git-changelog man pages (.html and .1) for #471.
22+
* Merge pull request #471 from JanSchulz/merge-changelog
23+
* git-changelog: option to only use merges
24+
* Merge pull request #469 from JanSchulz/windows-install
25+
* Merge pull request #468 from spacewander/use-real-purplish
26+
* Use the default installation path in install.cmd
27+
* use real purplish
28+
* Merge pull request #466 from anarcat/master
29+
* Merge pull request #465 from spacewander/fix-color
30+
* add simple sed command
31+
* disable color if the output is not printed to tty
32+
* replace wildcard '?' to literal '?'
33+
* git-scp: use portable terminal escape sequences
34+
* Merge pull request #460 from apjanke/summary-defensive-locale
35+
* Merge pull request #458 from apjanke/makefile-refactor-libs
36+
* Merge pull request #459 from apjanke/effort-portable-colors
37+
* git-summary: protect against character encoding issues with LC_ALL=C
38+
* git-effort: use portable terminal escape sequences
39+
* Makefile: refactor is-git-repo inclusion logic
40+
* Merge pull request #454 from apjanke/makefile-escape-mktemp
41+
* Makefile: escape $ used inside eval as shell variable
42+
* Merge pull request #453 from jhnns/pr-url
43+
* Add possibility to also checkout pull requests based on GitHub urls
44+
* Merge pull request #452 from akimd/summary-locale
45+
* summary: beware of locale issues, and pass options to line-summary
46+
* Merge pull request #443 from Natim/patch-1
47+
* Merge pull request #444 from spacewander/install_without_alias
48+
* Merge pull request #446 from ssssam/fix-active-days
49+
* Merge pull request #447 from RichardLitt/patch-1
50+
* Update git-ignore-io mannual
51+
* Replace "export" option with "replace" in git-ignore-io
52+
* Remove exclamation mark
53+
* Remove warning when search without word.
54+
* Fix typo
55+
* Add warning when there is not argument after search, append and export
56+
* Fix ~/.gi_list not exist problem
57+
* Alphabetized list
58+
* effort, summary: Correctly estimate the number of active days
59+
* Merge pull request #445 from nicolaiskogheim/straighten-up-effort
60+
* effort: change order of arguments to function
61+
* effort: add usage message
62+
* effort: More robust argument parsing
63+
* add alias conflict prompt
64+
* Merge pull request #440 from spacewander/features/feature-alias
65+
* Add full name for list option
66+
* Fix usage error
67+
* Make sure git-authors doesn't return twice the same one.
68+
* update git-feature docs
69+
* add alias to git-feature
70+
* Modify print_last_modified_time to make it Linux compatible
71+
* Merge pull request #441 from spacewander/features/remove-checkout
72+
* Merge branch 'master' of https://github.com/Lee-W/git-extras
73+
* Fix doc error for git-ignore-io
74+
* Fix doc error for git-ignore-io
75+
* Remove redundant \n in tr
76+
* Not to update list each time git-ignore-io is executed
77+
* Refactor git-ignore-io and remove .gitignore
78+
* Update manual and description in Commands
79+
* remove duplicate checkout
80+
* Generate manual using ronn for git-ignore-io
81+
* Finish manual for git-ignore-io
82+
* Fix typo
83+
* Add description to Commands.md for git-ignore-io
84+
* Implement search function or git-ignore-io
85+
* Remove help from git-ignore-io
86+
* Init gitignore and ignore vim osx temp files
87+
* Merge gi_extension project into git extras as git-ignore-io
88+
* Merge pull request #436 from nwinkler/patch-1
89+
* Merge pull request #437 from nwinkler/patch-2
90+
* Fixed typo in install.sh
91+
* Updated documentation for git-ignore
92+
* Merge pull request #435 from nwinkler/patch-1
93+
* Added details to git-pr documentation
94+
* Merge pull request #433 from grindhold/git-clear
95+
* made more precise security-question.
96+
* more concise implementation of git-clear
97+
* Fix typo in variable name
98+
* added git-clear to Commands.md
99+
* added manpage for git-clear
100+
* implemented git-clear
101+
* Merge pull request #432 from stevemao/patch-1
102+
* fix link of `git feature|refactor|bug|chore`
103+
* Merge pull request #425 from nicolaiskogheim/makefile-fix
104+
* Mark default task as .PHONY
105+
* Merge pull request #430 from spacewander/git-extras
106+
* make it possible to update via `git extras`
107+
* Merge pull request #428 from spacewander/update-commands
108+
* Merge pull request #429 from nicolaiskogheim/merge-into-ff-only
109+
* merge-into: change --ff option to --ff-only. fix #421
110+
* update Commands.md
111+
* Merge pull request #411 from Natim/add-psykorebase-command
112+
* Improve man page presentation.
113+
* Add documentation.
114+
* Merge pull request #426 from spacewander/update-for-new-version
115+
* change 'search-term' to 'search-pattern'
116+
* abort git-alias when too many arguments given.
117+
* Merge pull request #423 from nicolaiskogheim/effort-paths
118+
* Merge pull request #424 from nicolaiskogheim/fork-docs
119+
* Merge pull request #422 from nicolaiskogheim/effort-bugfix
120+
* effort docs: add note about omitting unsorted results
121+
* effort docs: add example with directories
122+
* effort docs: filename -> path
123+
* effort docs: Adjust numbers in example
124+
* effort: rename 'file' to 'path' to be more accurate
125+
* Set default make task to be install
126+
* fork docs: change SSH to HTTPS in example
127+
* effort: fix active days always 1
128+
* Merge pull request #419 from nicolaiskogheim/git-guilt
129+
* Merge pull request #420 from nicolaiskogheim/git-summary
130+
* line-summary: 'function f{...' -> 'f() {...'
131+
* line-summary: add missing quotation marks
132+
* line-summary: tighten regex
133+
* summary docs: Remove --line example
134+
* summary docs: explain relation to git-line-summary
135+
* summary docs: use correct order of arguments
136+
* guilt: remove --help option
137+
* guilt: document call without arguments
138+
* guilt docs: Capitalize letters
139+
* guilt: Adds simplified example
140+
* Merge pull request #418 from nicolaiskogheim/fork-bugfix
141+
* fork: http-urls had colon instead of slash
142+
* Merge pull request #416 from nicolaiskogheim/fork-docs
143+
* Merge pull request #415 from nicolaiskogheim/contrib-docs
144+
* fork: original->upstream in docs
145+
* contrib: update docs
146+
* Merge pull request #414 from nicolaiskogheim/alias-docs
147+
* alias: docs
148+
* Add completion for git-psykorebase.
149+
* Create a bash version of git-psykorebase — Fixes #411
150+
* Merge pull request #409 from nicolaiskogheim/refactor-alias
151+
* alias: polish the docs
152+
* alias: bugfix
153+
* Merge pull request #408 from nicolaiskogheim/refactor-contrib
154+
* contrib: refactor, and conform to git
155+
* Merge pull request #405 from nicolaiskogheim/fix-filenames-with-spaces
156+
* Merge pull request #404 from nicolaiskogheim/freebsd-fix
157+
* Merge pull request #406 from nicolaiskogheim/portable-msysgit
158+
* git-alias: use sed insted of colrm
159+
* git-changelog: use cp instead of mv
160+
* git-extras: use git-help instead of man
161+
* add install script for PortableGit(msysgit)
162+
* Quote variables bc of filenames with spaces
163+
* Guard against 'seq 0'
164+
* Fix error on FreeBSD with process substitution
165+
* Pass --import-functions if required
166+
* Merge pull request #403 from andreicristianpetcu/master
167+
* effort: documentation for git effort --since #326
168+
* Merge pull request #401 from nicolaiskogheim/effort-above-error-on-NaN
169+
* effort: error on bad value to --above
170+
* Merge pull request #400 from nicolaiskogheim/fix-off-by-one
171+
* Merge pull request #391 from nicolaiskogheim/effort-limit-commits
172+
* Merge pull request #388 from chernjie/release
173+
* Merge pull request #398 from nicolaiskogheim/git-graft
174+
* Merge pull request #399 from nicolaiskogheim/git-archive-file
175+
* archive-file: cleaner way to get current branch
176+
* graft: Require destination branch. Fix #23
177+
* effort: don't count untouched files
178+
* Add info about new options to man pages
179+
* Add completion for more options to effort
180+
* Do proper argument parsing
181+
* effort: allow sending options to log. Fix #326
182+
* Merge pull request #396 from tocker/bug/changelog-catch-head
183+
* Catch "HEAD -> master" when creating the changelog
184+
* Merge pull request #394 from markeissler/changelog-signal-trap
185+
* Remove unused var.
186+
* Merge pull request #390 from nicolaiskogheim/effort-color-relative-to-above
187+
* Handle signals in git-changelog.
188+
* Meke coloring respect --above. Fix 74
189+
* Merge pull request #392 from nicolaiskogheim/WIP-effort-parallelize
190+
* Avoid spawning subshell
191+
* Remove unnecessary call to cat
192+
* perf: reduce calls to git log
193+
* Parallelize git-effort with xargs
194+
* Alter options to git log. Remove pipe
195+
* cd man && ./manning-up.sh && git diff --stat | grep ' 2 ' | awk '{print }' | xargs git checkout --
196+
* Merge pull request #386 from rstacruz/patch-2
197+
* Use https for git-fork
198+
* Merge pull request #385 from gisphm/master
199+
* added windows installation section in the Installation.md
200+
* format install.cmd
201+
* add install.cmd for installation on windows
202+
* Merge pull request #383 from Somasis/master
203+
* Makefile: Use a more portable mktemp invocation
204+
* Using shorter URL
205+
* Merge pull request #381 from spacewander/master
206+
* installation with curl and bash
207+
* Merge pull request #380 from spacewander/master
208+
* keep installation silent
209+
* Merge pull request #378 from spacewander/master
210+
* update installation in `git-extras update`
211+
* Merge pull request #377 from go2null/master
212+
* FIXes location of `--` for `grep`
213+
* FIXes 'mktemp' to work again on Linux
214+
* Merge pull request #373 from zlx/feature/document_line_summary
215+
* Document for git-line-summary
216+
* Merge pull request #372 from spacewander/patch-1
217+
* install the latest release version of git-extras
218+
* Merge pull request #370 from phigoro/master
219+
* git-effort: replace "wc | cut" with "wc | awk"
220+
* Merge pull request #369 from phigoro/master
221+
* align hashbang of git-guilt & git-merge-into
222+
* Merge pull request #368 from zlx/feature/strong_line_summary
223+
* Fix Fatal for git-line-summary
224+
* Merge pull request #365 from rkennedy/bug-ignore-regex2
225+
* Don't treat ignored patterns as regexps
226+
2227
3.0.0 / 2015-04-27
3228
==================
4229

bin/git-extras

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
VERSION="3.0.0"
3+
VERSION="4.0.0"
44
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/master/install.sh"
55

66
update() {

0 commit comments

Comments
 (0)