| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | contrib/examples/git-revert.sh: use the $( ... ) construct for command substi... | Elia Pinto | 2015-12-27 | 1 | -4/+4 |
* | contrib/examples/git-repack.sh: use the $( ... ) construct for command substi... | Elia Pinto | 2015-12-27 | 1 | -2/+2 |
* | contrib/examples/git-merge.sh: use the $( ... ) construct for command substit... | Elia Pinto | 2015-12-27 | 1 | -2/+2 |
* | contrib/examples/git-fetch.sh: use the $( ... ) construct for command substit... | Elia Pinto | 2015-12-27 | 1 | -2/+2 |
* | contrib/examples/git-commit.sh: use the $( ... ) construct for command substi... | Elia Pinto | 2015-12-27 | 1 | -4/+4 |
* | Merge branch 'pt/pull-builtin' | Junio C Hamano | 2015-10-14 | 1 | -1/+1 |
|\ |
|
| * | merge: grammofix in please-commit-before-merge message | Alex Henrie | 2015-10-02 | 1 | -1/+1 |
* | | Merge branch 'js/maint-am-skip-performance-regression' | Junio C Hamano | 2015-09-14 | 1 | -1/+1 |
|\ \ |
|
* \ \ | Sync with maint | Junio C Hamano | 2015-08-25 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | Merge branch 'jk/git-path' | Junio C Hamano | 2015-08-19 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | memoize common git-path "constant" filesjk/git-path | Jeff King | 2015-08-10 | 1 | -2/+2 |
* | | | | Merge branch 'mm/pull-upload-pack' | Junio C Hamano | 2015-08-19 | 1 | -1/+1 |
|\ \ \ \
| | |/ /
| |/| | |
|
* | | | | builtin-am: remove redirection to git-am.sh | Paul Tan | 2015-08-04 | 1 | -0/+975 |
| |/ /
|/| | |
|
* | | | Merge branch 'pt/pull-builtin' | Junio C Hamano | 2015-08-03 | 1 | -0/+381 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | pull: remove redirection to git-pull.sh | Paul Tan | 2015-06-18 | 1 | -0/+333 |
|/ |
|
* | various contrib: Fix links in man pages | Stefan Beller | 2014-08-07 | 1 | -1/+1 |
* | contrib/examples/git-resolve.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 2014-06-09 | 1 | -1/+1 |
* | contrib/examples/git-repack.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 2014-06-09 | 1 | -2/+2 |
* | contrib/examples/git-merge.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 2014-06-09 | 1 | -2/+2 |
* | contrib/examples/git-commit.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 2014-06-09 | 1 | -2/+2 |
* | contrib/examples/git-clone.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 2014-06-09 | 1 | -1/+1 |
* | Merge branch 'mh/ref-transaction' | Junio C Hamano | 2014-06-03 | 1 | -1/+2 |
|\ |
|
| * | refs.h: rename the action_on_err constants | Michael Haggerty | 2014-04-07 | 1 | -1/+2 |
* | | Merge branch 'ep/shell-command-substitution' | Junio C Hamano | 2014-04-21 | 10 | -30/+30 |
|\ \ |
|
| * | | git-tag.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -1/+1 |
| * | | git-revert.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -1/+1 |
| * | | git-resolve.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -1/+1 |
| * | | git-repack.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -1/+1 |
| * | | git-merge.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -2/+2 |
| * | | git-ls-remote.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -2/+2 |
| * | | git-fetch.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -3/+3 |
| * | | git-commit.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -5/+5 |
| * | | git-clone.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -10/+10 |
| * | | git-checkout.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -4/+4 |
| |/ |
|
* | | comments: fix misuses of "nor" | Justin Lebar | 2014-03-31 | 2 | -3/+3 |
* | | contrib: fix misuses of "nor" | Justin Lebar | 2014-03-31 | 1 | -1/+1 |
|/ |
|
* | repo-config: remove deprecated alias for "git config" | John Keeping | 2013-11-12 | 1 | -2/+2 |
* | Merge branch 'sb/repack-in-c' | Junio C Hamano | 2013-10-18 | 1 | -0/+194 |
|\ |
|
| * | repack: rewrite the shell script in C | Stefan Beller | 2013-09-17 | 1 | -0/+194 |
* | | Merge branch 'rh/ishes-doc' | Junio C Hamano | 2013-09-17 | 1 | -1/+1 |
|\ \ |
|
| * | | use 'commit-ish' instead of 'committish' | Richard Hansen | 2013-09-04 | 1 | -1/+1 |
| |/ |
|
* | | core-tutorial: trim the section on Inspecting Changes | Junio C Hamano | 2013-08-13 | 2 | -0/+43 |
|/ |
|
* | contrib/examples/git-remote.perl: use a lowercase "usage:" string | David Aguilar | 2013-02-24 | 1 | -4/+4 |
* | contrib/examples: use a lowercase "usage:" string | David Aguilar | 2013-02-24 | 2 | -2/+2 |
* | Merge branch 'jc/merge-bases' | Junio C Hamano | 2012-09-11 | 1 | -1/+1 |
|\ |
|
| * | in_merge_bases(): support only one "other" commit | Junio C Hamano | 2012-08-27 | 1 | -1/+1 |
* | | remove superfluous newlines in error messages | Pete Wyckoff | 2012-04-30 | 1 | -2/+2 |
|/ |
|
* | cherry-pick/revert: add support for -X/--strategy-option | Jonathan Nieder | 2010-12-28 | 1 | -1/+12 |