aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/examples (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-07various contrib: Fix links in man pagesStefan Beller1-1/+1
2014-06-09contrib/examples/git-resolve.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto1-1/+1
2014-06-09contrib/examples/git-repack.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto1-2/+2
2014-06-09contrib/examples/git-merge.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto1-2/+2
2014-06-09contrib/examples/git-commit.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto1-2/+2
2014-06-09contrib/examples/git-clone.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto1-1/+1
2014-06-03Merge branch 'mh/ref-transaction'Junio C Hamano1-1/+2
2014-04-21Merge branch 'ep/shell-command-substitution'Junio C Hamano10-30/+30
2014-04-17git-tag.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-revert.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-resolve.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-repack.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-merge.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17git-ls-remote.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17git-fetch.sh: use the $( ... ) construct for command substitutionElia Pinto1-3/+3
2014-04-17git-commit.sh: use the $( ... ) construct for command substitutionElia Pinto1-5/+5
2014-04-17git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto1-10/+10
2014-04-17git-checkout.sh: use the $( ... ) construct for command substitutionElia Pinto1-4/+4
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty1-1/+2
2014-03-31comments: fix misuses of "nor"Justin Lebar2-3/+3
2014-03-31contrib: fix misuses of "nor"Justin Lebar1-1/+1
2013-11-12repo-config: remove deprecated alias for "git config"John Keeping1-2/+2
2013-10-18Merge branch 'sb/repack-in-c'Junio C Hamano1-0/+194
2013-09-17repack: rewrite the shell script in CStefan Beller1-0/+194
2013-09-17Merge branch 'rh/ishes-doc'Junio C Hamano1-1/+1
2013-09-04use 'commit-ish' instead of 'committish'Richard Hansen1-1/+1
2013-08-13core-tutorial: trim the section on Inspecting ChangesJunio C Hamano2-0/+43
2013-02-24contrib/examples/git-remote.perl: use a lowercase "usage:" stringDavid Aguilar1-4/+4
2013-02-24contrib/examples: use a lowercase "usage:" stringDavid Aguilar2-2/+2
2012-09-11Merge branch 'jc/merge-bases'Junio C Hamano1-1/+1
2012-08-27in_merge_bases(): support only one "other" commitJunio C Hamano1-1/+1
2012-04-30remove superfluous newlines in error messagesPete Wyckoff1-2/+2
2010-12-28cherry-pick/revert: add support for -X/--strategy-optionJonathan Nieder1-1/+12
2010-11-03Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy1-1/+1
2010-10-26Merge branch 'ab/require-perl-5.8'Junio C Hamano1-1/+1
2010-10-19{cvs,svn}import: use the new 'git read-tree --empty'Thomas Rast1-1/+1
2010-09-27perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason1-1/+1
2010-09-03Merge branch 'jn/update-contrib-example-merge'Junio C Hamano1-25/+90
2010-08-31Merge branch 'jn/cherry-revert-message-clean-up'Junio C Hamano1-1/+0
2010-08-18merge script: learn --[no-]rerere-autoupdateJonathan Nieder1-2/+5
2010-08-18merge script: notice @{-1} shorthandJonathan Nieder1-2/+4
2010-08-18merge script: handle --no-ff --no-commit correctlyJonathan Nieder1-2/+10
2010-08-18merge script: --ff-only to disallow true mergeJonathan Nieder1-2/+15
2010-08-18merge script: handle many-way octopusJonathan Nieder1-3/+3
2010-08-18merge script: handle -m --log correctlyJonathan Nieder1-4/+10
2010-08-18merge script: forbid merge -s indexJonathan Nieder1-0/+5
2010-08-18merge script: allow custom strategiesJonathan Nieder1-2/+6
2010-08-18merge script: merge -X<option>Jonathan Nieder1-1/+7
2010-08-18merge script: improve log message subjectJonathan Nieder1-8/+19
2010-08-18merge script: refuse to merge during mergeJonathan Nieder1-0/+3