Age | Commit message (Expand) | Author | Files | Lines |
2018-03-26 | Remove contrib/examples/* | Ævar Arnfjörð Bjarmason | 27 | -8137/+20 |
2018-03-15 | Merge branch 'ab/perl-fixes' | Junio C Hamano | 1 | -1/+1 |
2018-03-06 | Merge branch 'bw/perl-timegm-timelocal-fix' | Junio C Hamano | 1 | -1/+1 |
2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -1/+1 |
2018-03-05 | perl: move CPAN loader wrappers to another namespace | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2018-02-23 | perl: call timegm and timelocal with 4-digit year | Bernhard M. Wiedemann | 1 | -1/+1 |
2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -1/+1 |
2017-12-11 | Makefile: replace perl/Makefile.PL with simple make rules | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2017-08-23 | treewide: correct several "up-to-date" to "up to date" | Martin Ågren | 2 | -3/+3 |
2017-01-31 | Merge branch 'js/difftool-builtin' | Junio C Hamano | 1 | -0/+481 |
2017-01-19 | difftool: retire the scripted version | Johannes Schindelin | 1 | -0/+470 |
2015-12-27 | contrib/examples/git-revert.sh: use the $( ... ) construct for command substi... | Elia Pinto | 1 | -4/+4 |
2015-12-27 | contrib/examples/git-repack.sh: use the $( ... ) construct for command substi... | Elia Pinto | 1 | -2/+2 |
2015-12-27 | contrib/examples/git-merge.sh: use the $( ... ) construct for command substit... | Elia Pinto | 1 | -2/+2 |
2015-12-27 | contrib/examples/git-fetch.sh: use the $( ... ) construct for command substit... | Elia Pinto | 1 | -2/+2 |
2015-12-27 | contrib/examples/git-commit.sh: use the $( ... ) construct for command substi... | Elia Pinto | 1 | -4/+4 |
2015-10-14 | Merge branch 'pt/pull-builtin' | Junio C Hamano | 1 | -1/+1 |
2015-10-02 | merge: grammofix in please-commit-before-merge message | Alex Henrie | 1 | -1/+1 |
2015-09-14 | Merge branch 'js/maint-am-skip-performance-regression' | Junio C Hamano | 1 | -1/+1 |
2015-08-25 | Sync with maint | Junio C Hamano | 1 | -1/+1 |
2015-08-19 | Merge branch 'jk/git-path' | Junio C Hamano | 1 | -2/+2 |
2015-08-19 | Merge branch 'mm/pull-upload-pack' | Junio C Hamano | 1 | -1/+1 |
2015-08-10 | memoize common git-path "constant" files | Jeff King | 1 | -2/+2 |
2015-08-04 | builtin-am: remove redirection to git-am.sh | Paul Tan | 1 | -0/+975 |
2015-08-03 | Merge branch 'pt/pull-builtin' | Junio C Hamano | 1 | -0/+381 |
2015-06-18 | pull: remove redirection to git-pull.sh | Paul Tan | 1 | -0/+333 |
2014-08-07 | various contrib: Fix links in man pages | Stefan Beller | 1 | -1/+1 |
2014-06-09 | contrib/examples/git-resolve.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 1 | -1/+1 |
2014-06-09 | contrib/examples/git-repack.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 1 | -2/+2 |
2014-06-09 | contrib/examples/git-merge.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 1 | -2/+2 |
2014-06-09 | contrib/examples/git-commit.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 1 | -2/+2 |
2014-06-09 | contrib/examples/git-clone.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 1 | -1/+1 |
2014-06-03 | Merge branch 'mh/ref-transaction' | Junio C Hamano | 1 | -1/+2 |
2014-04-21 | Merge branch 'ep/shell-command-substitution' | Junio C Hamano | 10 | -30/+30 |
2014-04-17 | git-tag.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -1/+1 |
2014-04-17 | git-revert.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -1/+1 |
2014-04-17 | git-resolve.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -1/+1 |
2014-04-17 | git-repack.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -1/+1 |
2014-04-17 | git-merge.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -2/+2 |
2014-04-17 | git-ls-remote.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -2/+2 |
2014-04-17 | git-fetch.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -3/+3 |
2014-04-17 | git-commit.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -5/+5 |
2014-04-17 | git-clone.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -10/+10 |
2014-04-17 | git-checkout.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -4/+4 |
2014-04-07 | refs.h: rename the action_on_err constants | Michael Haggerty | 1 | -1/+2 |
2014-03-31 | comments: fix misuses of "nor" | Justin Lebar | 2 | -3/+3 |
2014-03-31 | contrib: fix misuses of "nor" | Justin Lebar | 1 | -1/+1 |
2013-11-12 | repo-config: remove deprecated alias for "git config" | John Keeping | 1 | -2/+2 |
2013-10-18 | Merge branch 'sb/repack-in-c' | Junio C Hamano | 1 | -0/+194 |
2013-09-17 | repack: rewrite the shell script in C | Stefan Beller | 1 | -0/+194 |