aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* upload-pack: feed "kind [clone|fetch]" to post-upload-pack hookJunio C Hamano2009-08-28
* upload-pack: add a trigger for post-upload-pack hookJunio C Hamano2009-08-28
* Merge branch 'maint'Junio C Hamano2009-08-26
|\
| * git-log: allow --decorate[=short|full]Lars Hjemli2009-08-26
| * git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi2009-08-26
| * Merge branch 'jc/maint-clean-nested-dir-safety' into maintJunio C Hamano2009-08-26
| |\
| * \ Merge branch 'jk/maint-merge-msg-fix' into maintJunio C Hamano2009-08-26
| |\ \
| * \ \ Merge branch 'jc/apply-epoch-patch' into maintJunio C Hamano2009-08-26
| |\ \ \
| * \ \ \ Merge branch 'jp/symlink-dirs' into maintJunio C Hamano2009-08-26
| |\ \ \ \
| * \ \ \ \ Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-26
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix' into maint-1.6.3Junio C Hamano2009-08-26
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge branch 'bc/maint-am-email' into maintJunio C Hamano2009-08-21
| |\ \ \ \ \ \ \
| | * | | | | | | am: allow individual e-mail files as inputJunio C Hamano2009-08-10
| * | | | | | | | Merge branch 'jc/maint-merge-recursive-fix' into maintJunio C Hamano2009-08-21
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'sb/maint-pull-rebase' into maintJunio C Hamano2009-08-21
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'aj/fix-read-tree-from-scratch'Junio C Hamano2009-08-25
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | read-tree: Fix regression with creation of a new index file.Alexandre Julliard2009-08-17
* | | | | | | | | | | Merge branch 'jc/maint-checkout-index-to-prefix'Junio C Hamano2009-08-25
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | check_path(): allow symlinked directories to checkout-index --prefixJunio C Hamano2009-08-18
* | | | | | | | | | | | Merge branch 'jl/submodule-summary-diff-files'Junio C Hamano2009-08-25
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | git submodule summary: add --files optionJens Lehmann2009-08-14
* | | | | | | | | | | | | Merge branch 'lh/short-decorate'Junio C Hamano2009-08-25
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | git-log: allow --decorate[=short|full]Lars Hjemli2009-08-18
* | | | | | | | | | | | | | Merge branch 'cc/replace'Junio C Hamano2009-08-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t6050: check pushing something based on a replaced commitChristian Couder2009-05-31
| * | | | | | | | | | | | | | builtin-replace: teach "git replace" to actually replaceChristian Couder2009-05-31
| * | | | | | | | | | | | | | Add new "git replace" commandChristian Couder2009-05-31
| * | | | | | | | | | | | | | environment: add global variable to disable replacementChristian Couder2009-05-31
| * | | | | | | | | | | | | | mktag: call "check_sha1_signature" with the replacement sha1Christian Couder2009-05-31
| * | | | | | | | | | | | | | replace_object: add a test caseChristian Couder2009-05-31
* | | | | | | | | | | | | | | Merge branch 'gb/apply-ignore-whitespace'Junio C Hamano2009-08-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | git apply: option to ignore whitespace differencesGiuseppe Bilotta2009-08-05
* | | | | | | | | | | | | | | | Merge branch 'bc/mailsplit-cr-at-eol'Junio C Hamano2009-08-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Allow mailsplit (and hence git-am) to handle mails with CRLF line-endingsJunio C Hamano2009-08-05
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Make test number t7406- uniqueJohannes Sixt2009-08-21
* | | | | | | | | | | | | | | | Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix'Junio C Hamano2009-08-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | add -p: do not attempt to coalesce mode changesThomas Rast2009-08-15
| * | | | | | | | | | | | | | | git add -p: demonstrate failure when staging both mode and hunkKirill Smelkov2009-08-15
* | | | | | | | | | | | | | | | svn: assume URLs from the command-line are URI-encodedEric Wong2009-08-18
| |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'jc/maint-clean-nested-dir-safety'Junio C Hamano2009-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | clean: require double -f options to nuke nested git repository and work treeJunio C Hamano2009-07-29
* | | | | | | | | | | | | | | Merge branch 'jk/maint-merge-msg-fix'Junio C Hamano2009-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | merge: indicate remote tracking branches in merge messageJeff King2009-08-09
| * | | | | | | | | | | | | | merge: fix incorrect merge message for ambiguous tag/branchJeff King2009-08-09
| * | | | | | | | | | | | | | add tests for merge message headingsJeff King2009-08-09
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | svn: allow branches outside of refs/remotesAdam Brewster2009-08-12
* | | | | | | | | | | | | | svn: initial "master" points to trunk if possibleEric Wong2009-08-12
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | allow pull --rebase on branch yet to be bornJeff King2009-08-12
* | | | | | | | | | | | | Merge branch 'jc/maint-merge-recursive-fix'Junio C Hamano2009-08-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | merge-recursive: don't segfault while handling rename clashesJunio C Hamano2009-07-30