summaryrefslogtreecommitdiff
path: root/contrib/examples
AgeCommit message (Expand)AuthorFilesLines
2018-03-26Remove contrib/examples/*Libravatar Ævar Arnfjörð Bjarmason27-8137/+20
2018-03-15Merge branch 'ab/perl-fixes'Libravatar Junio C Hamano1-1/+1
2018-03-06Merge branch 'bw/perl-timegm-timelocal-fix'Libravatar Junio C Hamano1-1/+1
2018-03-06Merge branch 'bw/c-plus-plus'Libravatar Junio C Hamano1-1/+1
2018-03-05perl: move CPAN loader wrappers to another namespaceLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-02-23perl: call timegm and timelocal with 4-digit yearLibravatar Bernhard M. Wiedemann1-1/+1
2018-02-14object: rename function 'typename' to 'type_name'Libravatar Brandon Williams1-1/+1
2017-12-11Makefile: replace perl/Makefile.PL with simple make rulesLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2017-08-23treewide: correct several "up-to-date" to "up to date"Libravatar Martin Ågren2-3/+3
2017-01-31Merge branch 'js/difftool-builtin'Libravatar Junio C Hamano1-0/+481
2017-01-19difftool: retire the scripted versionLibravatar Johannes Schindelin1-0/+470
2015-12-27contrib/examples/git-revert.sh: use the $( ... ) construct for command substi...Libravatar Elia Pinto1-4/+4
2015-12-27contrib/examples/git-repack.sh: use the $( ... ) construct for command substi...Libravatar Elia Pinto1-2/+2
2015-12-27contrib/examples/git-merge.sh: use the $( ... ) construct for command substit...Libravatar Elia Pinto1-2/+2
2015-12-27contrib/examples/git-fetch.sh: use the $( ... ) construct for command substit...Libravatar Elia Pinto1-2/+2
2015-12-27contrib/examples/git-commit.sh: use the $( ... ) construct for command substi...Libravatar Elia Pinto1-4/+4
2015-10-14Merge branch 'pt/pull-builtin'Libravatar Junio C Hamano1-1/+1
2015-10-02merge: grammofix in please-commit-before-merge messageLibravatar Alex Henrie1-1/+1
2015-09-14Merge branch 'js/maint-am-skip-performance-regression'Libravatar Junio C Hamano1-1/+1
2015-08-25Sync with maintLibravatar Junio C Hamano1-1/+1
2015-08-19Merge branch 'jk/git-path'Libravatar Junio C Hamano1-2/+2
2015-08-19Merge branch 'mm/pull-upload-pack'Libravatar Junio C Hamano1-1/+1
2015-08-10memoize common git-path "constant" filesLibravatar Jeff King1-2/+2
2015-08-04builtin-am: remove redirection to git-am.shLibravatar Paul Tan1-0/+975
2015-08-03Merge branch 'pt/pull-builtin'Libravatar Junio C Hamano1-0/+381
2015-06-18pull: remove redirection to git-pull.shLibravatar Paul Tan1-0/+333
2014-08-07various contrib: Fix links in man pagesLibravatar Stefan Beller1-1/+1
2014-06-09contrib/examples/git-resolve.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-1/+1
2014-06-09contrib/examples/git-repack.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-2/+2
2014-06-09contrib/examples/git-merge.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-2/+2
2014-06-09contrib/examples/git-commit.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-2/+2
2014-06-09contrib/examples/git-clone.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-1/+1
2014-06-03Merge branch 'mh/ref-transaction'Libravatar Junio C Hamano1-1/+2
2014-04-21Merge branch 'ep/shell-command-substitution'Libravatar Junio C Hamano10-30/+30
2014-04-17git-tag.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-17git-revert.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-17git-resolve.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-17git-repack.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-17git-merge.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-04-17git-ls-remote.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-04-17git-fetch.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-3/+3
2014-04-17git-commit.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-5/+5
2014-04-17git-clone.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-10/+10
2014-04-17git-checkout.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-4/+4
2014-04-07refs.h: rename the action_on_err constantsLibravatar Michael Haggerty1-1/+2
2014-03-31comments: fix misuses of "nor"Libravatar Justin Lebar2-3/+3
2014-03-31contrib: fix misuses of "nor"Libravatar Justin Lebar1-1/+1
2013-11-12repo-config: remove deprecated alias for "git config"Libravatar John Keeping1-2/+2
2013-10-18Merge branch 'sb/repack-in-c'Libravatar Junio C Hamano1-0/+194
2013-09-17repack: rewrite the shell script in CLibravatar Stefan Beller1-0/+194