summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2010-10-27Merge branch 'ab/require-perl-5.8'Junio C Hamano
2010-10-27Merge branch 'kf/post-receive-sample-hook'Junio C Hamano
2010-10-27Merge branch 'ml/completion-zsh'Junio C Hamano
2010-10-19{cvs,svn}import: use the new 'git read-tree --empty'Thomas Rast
2010-09-29Merge branch 'gb/shell-ext'Junio C Hamano
2010-09-27perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason
2010-09-27contrib/completion: --no-index option to git diffMichael J Gruber
2010-09-27prefer test -h over test -L in shell scriptsJeff King
2010-09-10post-receive-email: ensure sent messages are not emptyKevin P. Fleming
2010-09-09completion: make compatible with zshMark Lodato
2010-09-03Merge branch 'jn/update-contrib-example-merge'Junio C Hamano
2010-08-31Merge branch 'jn/cherry-revert-message-clean-up'Junio C Hamano
2010-08-31Merge branch 'jn/svn-fe'Junio C Hamano
2010-08-23Merge branch 'maint'Junio C Hamano
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues
2010-08-20Merge branch 'jn/fix-abbrev' into maintJunio C Hamano
2010-08-18merge script: learn --[no-]rerere-autoupdateJonathan Nieder
2010-08-18merge script: notice @{-1} shorthandJonathan Nieder
2010-08-18merge script: handle --no-ff --no-commit correctlyJonathan Nieder
2010-08-18merge script: --ff-only to disallow true mergeJonathan Nieder
2010-08-18merge script: handle many-way octopusJonathan Nieder
2010-08-18merge script: handle -m --log correctlyJonathan Nieder
2010-08-18merge script: forbid merge -s indexJonathan Nieder
2010-08-18merge script: allow custom strategiesJonathan Nieder
2010-08-18merge script: merge -X<option>Jonathan Nieder
2010-08-18merge script: improve log message subjectJonathan Nieder
2010-08-18merge script: refuse to merge during mergeJonathan Nieder
2010-08-18merge script: tweak unmerged files message to match builtinJonathan Nieder
2010-08-18merge script: --squash, --ff from unborn branch are errorsJonathan Nieder
2010-08-18Merge branch 'jn/fix-abbrev'Junio C Hamano
2010-08-18Merge branch 'kf/post-receive-sample-hook'Junio C Hamano
2010-08-16Eliminate “Finished cherry-pick/revert” messageJonathan Nieder
2010-08-15svn-fe manual: Clarify warning about deltas in dump filesJonathan Nieder
2010-08-15Update svn-fe manualJonathan Nieder
2010-08-15SVN dump parserDavid Barr
2010-08-12Add sample commands for git-shellGreg Brockman
2010-08-11post-receive-email: remove spurious commas in email subjectMatthieu Moy
2010-08-03contrib/svn-fe: Add the svn-fe target to .gitignoreRamkumar Ramachandra
2010-08-03contrib/svn-fe: Fix IncludePathRamkumar Ramachandra
2010-07-27examples/commit: use --abbrev for commit summaryJonathan Nieder
2010-07-16post-receive-email: optional message line count limitKevin P. Fleming
2010-07-16Add a sample user for the svndump libraryJonathan Nieder
2010-06-30Merge branch 'tr/rev-list-count'Junio C Hamano
2010-06-30Merge branch 'as/maint-completion-set-u-fix'Junio C Hamano
2010-06-24bash completion: Support "divergence from upstream" messages in __git_ps1Andrew Sayers
2010-06-22Merge branch 'sb/format-patch-signature'Junio C Hamano
2010-06-21Merge branch 'em/checkout-orphan'Junio C Hamano
2010-06-18bash-completion: Fix __git_ps1 to work with "set -u"Andrew Sayers
2010-06-16completion: Add --signature and format.signatureStephen Boyd
2010-06-03bash completion: add --orphan to 'git checkout'Erick Mattos