summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/require-perl-5.8' into maintJunio C Hamano2010-12-092-2/+3
|\
| * perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason2010-09-272-2/+3
* | contrib/hooks/post-receive-email: fix return values from prep_for_emailAlan Raison2010-12-091-4/+4
* | Merge branch 'maint-1.7.2' into maintJunio C Hamano2010-12-011-1/+1
|\ \
| * | bash: Match lightweight tags in promptknittl2010-12-011-1/+1
* | | Merge branch 'dk/maint-blame-el' into maintJunio C Hamano2010-11-241-0/+1
|\ \ \
| * | | git-blame.el: Add (require 'format-spec)David Kågedal2010-11-031-0/+1
* | | | Merge branch 'aw/git-p4-deletion' into maintJunio C Hamano2010-11-241-1/+3
|\ \ \ \
| * | | | Fix handling of git-p4 on deleted filesAndrew Waters2010-10-221-1/+3
* | | | | Merge branch 'kf/post-receive-sample-hook' into maintJunio C Hamano2010-11-241-16/+31
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | post-receive-email: ensure sent messages are not emptyKevin P. Fleming2010-09-101-16/+31
* | | | | contrib/completion: --no-index option to git diffMichael J Gruber2010-09-271-1/+1
* | | | | prefer test -h over test -L in shell scriptsJeff King2010-09-271-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'jn/update-contrib-example-merge'Junio C Hamano2010-09-031-25/+90
|\ \ \ \
| * | | | merge script: learn --[no-]rerere-autoupdateJonathan Nieder2010-08-181-2/+5
| * | | | merge script: notice @{-1} shorthandJonathan Nieder2010-08-181-2/+4
| * | | | merge script: handle --no-ff --no-commit correctlyJonathan Nieder2010-08-181-2/+10
| * | | | merge script: --ff-only to disallow true mergeJonathan Nieder2010-08-181-2/+15
| * | | | merge script: handle many-way octopusJonathan Nieder2010-08-181-3/+3
| * | | | merge script: handle -m --log correctlyJonathan Nieder2010-08-181-4/+10
| * | | | merge script: forbid merge -s indexJonathan Nieder2010-08-181-0/+5
| * | | | merge script: allow custom strategiesJonathan Nieder2010-08-181-2/+6
| * | | | merge script: merge -X<option>Jonathan Nieder2010-08-181-1/+7
| * | | | merge script: improve log message subjectJonathan Nieder2010-08-181-8/+19
| * | | | merge script: refuse to merge during mergeJonathan Nieder2010-08-181-0/+3
| * | | | merge script: tweak unmerged files message to match builtinJonathan Nieder2010-08-181-1/+1
| * | | | merge script: --squash, --ff from unborn branch are errorsJonathan Nieder2010-08-181-0/+4
* | | | | Merge branch 'jn/cherry-revert-message-clean-up'Junio C Hamano2010-08-311-1/+0
|\ \ \ \ \
| * | | | | Eliminate “Finished cherry-pick/revert” messageJonathan Nieder2010-08-151-1/+0
* | | | | | Merge branch 'jn/svn-fe'Junio C Hamano2010-08-312-9/+11
|\ \ \ \ \ \
| * | | | | | svn-fe manual: Clarify warning about deltas in dump filesJonathan Nieder2010-08-141-1/+4
| * | | | | | Update svn-fe manualJonathan Nieder2010-08-141-8/+6
| * | | | | | SVN dump parserDavid Barr2010-08-141-0/+1
* | | | | | | Merge branch 'maint'Junio C Hamano2010-08-221-2/+2
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Typos in code comments, an error message, documentationRalf Wildenhues2010-08-221-2/+2
| * | | | | | Merge branch 'jn/fix-abbrev' into maintJunio C Hamano2010-08-201-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jn/fix-abbrev'Junio C Hamano2010-08-181-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | examples/commit: use --abbrev for commit summaryJonathan Nieder2010-07-271-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'kf/post-receive-sample-hook'Junio C Hamano2010-08-181-2/+32
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | post-receive-email: optional message line count limitKevin P. Fleming2010-07-161-2/+32
| | |/ / | |/| |
* | | | post-receive-email: remove spurious commas in email subjectMatthieu Moy2010-08-111-1/+1
* | | | contrib/svn-fe: Add the svn-fe target to .gitignoreRamkumar Ramachandra2010-08-031-0/+1
* | | | contrib/svn-fe: Fix IncludePathRamkumar Ramachandra2010-08-032-2/+2
| |/ / |/| |
* | | Add a sample user for the svndump libraryJonathan Nieder2010-07-164-0/+147
|/ /
* | Merge branch 'tr/rev-list-count'Junio C Hamano2010-06-301-1/+143
|\ \
| * | bash completion: Support "divergence from upstream" messages in __git_ps1Andrew Sayers2010-06-241-1/+143
* | | Merge branch 'as/maint-completion-set-u-fix'Junio C Hamano2010-06-301-7/+7
|\ \ \
| * | | bash-completion: Fix __git_ps1 to work with "set -u"Andrew Sayers2010-06-181-7/+7
* | | | Merge branch 'sb/format-patch-signature'Junio C Hamano2010-06-221-1/+2
|\ \ \ \
| * | | | completion: Add --signature and format.signatureStephen Boyd2010-06-161-1/+2
| | |/ / | |/| |