aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/examples
AgeCommit message (Expand)AuthorFilesLines
2018-03-26Remove contrib/examples/*Ævar Arnfjörð Bjarmason27-8137/+20
2018-03-15Merge branch 'ab/perl-fixes'Junio C Hamano1-1/+1
2018-03-06Merge branch 'bw/perl-timegm-timelocal-fix'Junio C Hamano1-1/+1
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano1-1/+1
2018-03-05perl: move CPAN loader wrappers to another namespaceÆvar Arnfjörð Bjarmason1-1/+1
2018-02-23perl: call timegm and timelocal with 4-digit yearBernhard M. Wiedemann1-1/+1
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams1-1/+1
2017-12-11Makefile: replace perl/Makefile.PL with simple make rulesÆvar Arnfjörð Bjarmason1-1/+1
2017-08-23treewide: correct several "up-to-date" to "up to date"Martin Ågren2-3/+3
2017-01-31Merge branch 'js/difftool-builtin'Junio C Hamano1-0/+481
2017-01-19difftool: retire the scripted versionJohannes Schindelin1-0/+470
2015-12-27contrib/examples/git-revert.sh: use the $( ... ) construct for command substi...Elia Pinto1-4/+4
2015-12-27contrib/examples/git-repack.sh: use the $( ... ) construct for command substi...Elia Pinto1-2/+2
2015-12-27contrib/examples/git-merge.sh: use the $( ... ) construct for command substit...Elia Pinto1-2/+2
2015-12-27contrib/examples/git-fetch.sh: use the $( ... ) construct for command substit...Elia Pinto1-2/+2
2015-12-27contrib/examples/git-commit.sh: use the $( ... ) construct for command substi...Elia Pinto1-4/+4
2015-10-14Merge branch 'pt/pull-builtin'Junio C Hamano1-1/+1
2015-10-02merge: grammofix in please-commit-before-merge messageAlex Henrie1-1/+1
2015-09-14Merge branch 'js/maint-am-skip-performance-regression'Junio C Hamano1-1/+1
2015-08-25Sync with maintJunio C Hamano1-1/+1
2015-08-19Merge branch 'jk/git-path'Junio C Hamano1-2/+2
2015-08-19Merge branch 'mm/pull-upload-pack'Junio C Hamano1-1/+1
2015-08-10memoize common git-path "constant" filesJeff King1-2/+2
2015-08-04builtin-am: remove redirection to git-am.shPaul Tan1-0/+975
2015-08-03Merge branch 'pt/pull-builtin'Junio C Hamano1-0/+381
2015-06-18pull: remove redirection to git-pull.shPaul Tan1-0/+333
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
2010-08-18merge script: tweak unmerged files message to match builtinJonathan Nieder1-1/+1
2010-08-18merge script: --squash, --ff from unborn branch are errorsJonathan Nieder1-0/+4
2010-08-15Eliminate “Finished cherry-pick/revert” messageJonathan Nieder1-1/+0
2010-07-27examples/commit: use --abbrev for commit summaryJonathan Nieder1-1/+1
2010-04-19Honor "tagopt = --tags" configuration optionSamuel Tardieu1-1/+3
2010-02-13Builtin-ify git-notesJohan Herland1-0/+121
2010-01-17git merge -X<option>Avery Pennarun1-1/+2
2009-11-20Merge branch 'jn/help-everywhere'Junio C Hamano1-0/+574
2009-11-09Retire fetch--tool helper to contrib/examplesJonathan Nieder1-0/+574
2009-10-24Use 'fast-forward' all over the placeFelipe Contreras2-5/+5
2009-02-25Fix typo in contrib/examples/git-svnimport.txtMichael J Gruber1-3/+3
2009-02-24Convert git-* invocations to "git *" in the svnimport example.Abhijit Menon-Sen1-18/+18
2009-01-12contrib/examples/README: give an explanation of the status of these filesjidanni@jidanni.org1-0/+3
2008-10-16Typo "does not exists" when git remote update remote.Mikael Magnusson1-1/+1
2008-07-30Replace uses of "git-var" with "git var"Todd Zullinger2-4/+4
2008-07-23svnimport: newer libsvn wants us to ask for the root with "", not "/"P. Christeas1-1/+1
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-2/+2
2008-07-15Merge branch 'mv/merge-in-c'Junio C Hamano1-0/+554
2008-07-08Git.pm: Add remote_refs() git-ls-remote frontendPetr Baudis1-4/+1
2008-07-07Build in mergeMiklos Vajna1-0/+554
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano1-0/+525
2008-05-04Build in cloneDaniel Barkalow1-0/+523
2008-03-16Resurrect git-rerere to contrib/examplesJunio C Hamano1-0/+284
2008-03-11Merge branch 'js/remote'Junio C Hamano1-0/+477
2008-03-01Make git-remote a builtinJohannes Schindelin1-0/+477
2008-02-27Merge branch 'db/checkout'Junio C Hamano1-0/+302
2008-02-16Build in checkoutDaniel Barkalow1-0/+298
2008-01-17Officially deprecate repo-config.Junio C Hamano1-1/+1
2007-12-26contrib: resurrect scripted git-revert.Junio C Hamano1-0/+197
2007-12-04Merge branch 'kh/commit'Junio C Hamano1-0/+639
2007-11-28Merge branch 'maint'Junio C Hamano1-1/+1
2007-11-24Merge branch 'jk/send-pack'Junio C Hamano1-0/+142
2007-11-24Merge branch 'sb/clean'Junio C Hamano1-0/+118
2007-11-22Port git commit to C.Kristian Høgsberg1-0/+629
2007-11-22git-merge-ours: make it a builtin.Thomas Harning1-0/+14
2007-11-18Make git-clean a builtinShawn Bohrer1-0/+118
2007-11-05Build in ls-remoteDaniel Barkalow1-0/+142
2007-10-30No longer install git-svnimport, move to contrib/examplesGerrit Pape2-0/+1155
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce5-5/+5
2007-09-23Merge branch 'maint'Junio C Hamano4-4/+4
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup3-3/+3
2007-09-19Make fetch a builtinDaniel Barkalow1-0/+377
2007-09-12Make "git reset" a builtin.Carlos Rica1-0/+106
2007-07-26Make verify-tag a builtin.Carlos Rica1-0/+45
2007-07-20Make git tag a builtin.Carlos Rica1-0/+205
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano2-21/+21
2007-03-17Make gc a builtin.James Bowes1-0/+37
2007-02-12Remove git-resolve.Junio C Hamano1-0/+112