Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rs/cocci-check-free-only-null' | Junio C Hamano | 2017-02-16 | 1 | -0/+6 |
|\ | |||||
| * | cocci: detect useless free(3) callsrs/cocci-check-free-only-null | René Scharfe | 2017-02-11 | 1 | -0/+6 |
* | | Merge branch 'cw/completion' | Junio C Hamano | 2017-02-15 | 1 | -21/+118 |
|\ \ | |||||
| * | | completion: recognize more long-optionscw/completion | Cornelius Weig | 2017-02-03 | 1 | -9/+20 |
| * | | completion: teach remote subcommands to complete options | Cornelius Weig | 2017-02-03 | 1 | -7/+38 |
| * | | completion: teach replace to complete options | Cornelius Weig | 2017-02-03 | 1 | -0/+6 |
| * | | completion: teach ls-remote to complete options | Cornelius Weig | 2017-02-03 | 1 | -0/+6 |
| * | | completion: improve bash completion for git-add | Cornelius Weig | 2017-02-03 | 1 | -3/+7 |
| * | | completion: add subcommand completion for rerere | Cornelius Weig | 2017-02-03 | 1 | -0/+11 |
| * | | completion: teach submodule subcommands to complete options | Cornelius Weig | 2017-02-03 | 1 | -2/+30 |
* | | | Merge branch 'rs/swap' | Junio C Hamano | 2017-02-15 | 1 | -0/+28 |
|\ \ \ | |||||
| * | | | add SWAP macro | René Scharfe | 2017-01-30 | 1 | -0/+28 |
* | | | | Merge branch 'ew/complete-svn-authorship-options' | Junio C Hamano | 2017-02-10 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | completion: fix git svn authorship switchesew/complete-svn-authorship-options | Eric Wong | 2017-02-06 | 1 | -2/+2 |
| | |_|/ | |/| | | |||||
| * | | | Merge branch 'ls/filter-process' into maint | Junio C Hamano | 2017-01-17 | 1 | -2/+6 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'bb/unicode-9.0' into maint | Junio C Hamano | 2017-01-17 | 3 | -0/+56 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'bw/push-submodule-only' | Junio C Hamano | 2017-02-10 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | completion: add completion for --recurse-submodules=onlybw/push-submodule-only | Cornelius Weig | 2017-02-01 | 1 | -1/+1 |
* | | | | | | Merge branch 'pl/complete-diff-submodule-diff' | Junio C Hamano | 2017-02-03 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Completion: Add support for --submodule=diffpl/complete-diff-submodule-diff | Peter Law | 2017-01-30 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'rs/absolute-pathdup' | Junio C Hamano | 2017-02-02 | 1 | -0/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | abspath: add absolute_pathdup() | René Scharfe | 2017-01-26 | 1 | -0/+6 |
| * | | | | | | Merge branch 'rs/cocci' into maint | Junio C Hamano | 2016-11-29 | 1 | -0/+15 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'cp/completion-negative-refs' into maint | Junio C Hamano | 2016-11-29 | 1 | -3/+4 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'js/difftool-builtin' | Junio C Hamano | 2017-01-31 | 1 | -0/+481 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | difftool: retire the scripted version | Johannes Schindelin | 2017-01-19 | 1 | -0/+470 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'sb/retire-convert-objects-from-contrib' | Junio C Hamano | 2017-01-31 | 2 | -358/+0 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | |||||
| * | | | | | | | | contrib: remove git-convert-objectssb/retire-convert-objects-from-contrib | Stefan Beller | 2017-01-19 | 2 | -358/+0 |
* | | | | | | | | | Merge branch 'sb/remove-gitview' | Junio C Hamano | 2017-01-18 | 2 | -1362/+0 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | contrib: remove gitview | Stefan Beller | 2017-01-07 | 2 | -1362/+0 |
* | | | | | | | | | Merge branch 'ls/filter-process' | Junio C Hamano | 2016-12-27 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | docs: warn about possible '=' in clean/smudge filter process values | Lars Schneider | 2016-12-06 | 1 | -2/+6 |
* | | | | | | | | | Merge branch 'cp/merge-continue' | Junio C Hamano | 2016-12-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | |||||
| * | | | | | | | | completion: add --continue option for merge | Chris Packham | 2016-12-14 | 1 | -1/+1 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'bb/unicode-9.0' | Junio C Hamano | 2016-12-19 | 3 | -0/+56 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | update_unicode.sh: remove the plane filter | Beat Bolli | 2016-12-14 | 1 | -2/+1 |
| * | | | | | | | update_unicode.sh: automatically download newer definition files | Beat Bolli | 2016-12-14 | 1 | -6/+2 |
| * | | | | | | | update_unicode.sh: pin the uniset repo to a known good commit | Beat Bolli | 2016-12-13 | 1 | -1/+2 |
| * | | | | | | | update_unicode.sh: remove an unnecessary subshell level | Beat Bolli | 2016-12-13 | 1 | -27/+26 |
| * | | | | | | | update_unicode.sh: move it into contrib/update-unicode | Beat Bolli | 2016-12-13 | 3 | -0/+61 |
* | | | | | | | | Merge branch 'nd/rebase-forget' | Junio C Hamano | 2016-12-19 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | rebase: add --quit to cleanup rebase, leave everything else untouchednd/rebase-forget | Nguyễn Thái Ngọc Duy | 2016-12-11 | 1 | -2/+2 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'rs/cocci' | Junio C Hamano | 2016-11-01 | 1 | -0/+15 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | cocci: avoid self-references in object_id transformationsrs/cocci | René Scharfe | 2016-11-01 | 1 | -0/+15 |
| | |_|_|/ / | |/| | | | | |||||
| * | | | | | Merge branch 'jc/cocci-xstrdup-or-null' into maint | Junio C Hamano | 2016-10-28 | 1 | -0/+7 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'rs/cocci' into maint | Junio C Hamano | 2016-10-28 | 4 | -6/+52 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge branch 'ls/filter-process' | Junio C Hamano | 2016-10-31 | 1 | -0/+128 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | contrib/long-running-filter: add long running filter example | Lars Schneider | 2016-10-17 | 1 | -0/+128 |
* | | | | | | | | Merge branch 'jc/cocci-xstrdup-or-null' | Junio C Hamano | 2016-10-26 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | cocci: refactor common patterns to use xstrdup_or_null()jc/cocci-xstrdup-or-null | Junio C Hamano | 2016-10-12 | 1 | -0/+7 |
| | |/ / / / / | |/| | | | | |