summaryrefslogtreecommitdiff
path: root/contrib/examples
AgeCommit message (Expand)Author
2015-12-27contrib/examples/git-revert.sh: use the $( ... ) construct for command substi...Elia Pinto
2015-12-27contrib/examples/git-repack.sh: use the $( ... ) construct for command substi...Elia Pinto
2015-12-27contrib/examples/git-merge.sh: use the $( ... ) construct for command substit...Elia Pinto
2015-12-27contrib/examples/git-fetch.sh: use the $( ... ) construct for command substit...Elia Pinto
2015-12-27contrib/examples/git-commit.sh: use the $( ... ) construct for command substi...Elia Pinto
2015-10-14Merge branch 'pt/pull-builtin'Junio C Hamano
2015-10-02merge: grammofix in please-commit-before-merge messageAlex Henrie
2015-09-14Merge branch 'js/maint-am-skip-performance-regression'Junio C Hamano
2015-08-25Sync with maintJunio C Hamano
2015-08-19Merge branch 'jk/git-path'Junio C Hamano
2015-08-19Merge branch 'mm/pull-upload-pack'Junio C Hamano
2015-08-10memoize common git-path "constant" filesJeff King
2015-08-05builtin-am: remove redirection to git-am.shPaul Tan
2015-08-03Merge branch 'pt/pull-builtin'Junio C Hamano
2015-06-18pull: remove redirection to git-pull.shPaul Tan
2014-08-07various contrib: Fix links in man pagesStefan Beller
2014-06-09contrib/examples/git-resolve.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto
2014-06-09contrib/examples/git-repack.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto
2014-06-09contrib/examples/git-merge.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto
2014-06-09contrib/examples/git-commit.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto
2014-06-09contrib/examples/git-clone.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto
2014-06-03Merge branch 'mh/ref-transaction'Junio C Hamano
2014-04-21Merge branch 'ep/shell-command-substitution'Junio C Hamano
2014-04-17git-tag.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-revert.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-resolve.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-repack.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-merge.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-ls-remote.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-fetch.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-commit.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-checkout.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty
2014-03-31comments: fix misuses of "nor"Justin Lebar
2014-03-31contrib: fix misuses of "nor"Justin Lebar
2013-11-12repo-config: remove deprecated alias for "git config"John Keeping
2013-10-18Merge branch 'sb/repack-in-c'Junio C Hamano
2013-09-17repack: rewrite the shell script in CStefan Beller
2013-09-17Merge branch 'rh/ishes-doc'Junio C Hamano
2013-09-04use 'commit-ish' instead of 'committish'Richard Hansen
2013-08-13core-tutorial: trim the section on Inspecting ChangesJunio C Hamano
2013-02-25contrib/examples/git-remote.perl: use a lowercase "usage:" stringDavid Aguilar
2013-02-24contrib/examples: use a lowercase "usage:" stringDavid Aguilar
2012-09-11Merge branch 'jc/merge-bases'Junio C Hamano
2012-08-28in_merge_bases(): support only one "other" commitJunio C Hamano
2012-04-30remove superfluous newlines in error messagesPete Wyckoff
2010-12-28cherry-pick/revert: add support for -X/--strategy-optionJonathan Nieder
2010-11-03Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy
2010-10-27Merge branch 'ab/require-perl-5.8'Junio C Hamano