aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* git-p4: support single file p4 client view mapsGary Gibbons2012-01-03
* git-p4: sort client views by reverse View numberGary Gibbons2012-01-03
* git-p4: fix test for unsupported P4 Client ViewsGary Gibbons2012-01-03
* git-p4: test client view handlingPete Wyckoff2012-01-03
* Merge branch 'pw/p4-docs-and-tests'Junio C Hamano2012-01-03
|\
| * git-p4: document and test submit optionsPete Wyckoff2011-12-27
| * git-p4: test and document --use-client-specPete Wyckoff2011-12-27
| * git-p4: test --keep-pathPete Wyckoff2011-12-27
| * git-p4: test --max-changesPete Wyckoff2011-12-27
| * git-p4: document and test --import-localPete Wyckoff2011-12-27
| * git-p4: honor --changesfile option and testPete Wyckoff2011-12-27
| * git-p4: document and test clone --branchPete Wyckoff2011-12-27
| * git-p4: test cloning with two dirs, clarify docPete Wyckoff2011-12-27
| * git-p4: clone does not use --git-dirPete Wyckoff2011-12-27
| * rename git-p4 testsPete Wyckoff2011-12-27
* | Merge branch 'maint'Junio C Hamano2012-01-03
|\ \
| * | fix hang in git fetch if pointed at a 0 length bundleBrian Harring2012-01-03
| * | Merge branch 'jc/checkout-m-twoway' into maintJunio C Hamano2011-12-28
| |\ \
| * \ \ Merge branch 'jk/http-push-to-empty' into maintJunio C Hamano2011-12-28
| |\ \ \
| * \ \ \ Merge branch 'jn/maint-sequencer-fixes' into maintJunio C Hamano2011-12-28
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/maint-push-over-dav' into maintJunio C Hamano2011-12-28
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/fetch-no-tail-match-refs' into maintJunio C Hamano2011-12-28
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jh/fast-import-notes' into maintJunio C Hamano2011-12-28
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jn/branch-move-to-self' into maintJunio C Hamano2011-12-28
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'bc/maint-apply-check-no-patch' into maintJunio C Hamano2011-12-21
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jk/maint-upload-archive' into maintJunio C Hamano2011-12-21
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'rr/revert-cherry-pick'Junio C Hamano2011-12-22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t3502, t3510: clarify cherry-pick -m failureRamkumar Ramachandra2011-12-15
| * | | | | | | | | | | | t3510 (cherry-pick-sequencer): use exit statusRamkumar Ramachandra2011-12-15
| * | | | | | | | | | | | revert: tolerate extra spaces, tabs in insn sheetRamkumar Ramachandra2011-12-15
| * | | | | | | | | | | | revert: make commit subjects in insn sheet optionalRamkumar Ramachandra2011-12-15
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'tr/pty-all'Junio C Hamano2011-12-22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | test-terminal: set output terminals to raw modeThomas Rast2011-12-19
* | | | | | | | | | | | | Merge branch 'tr/grep-threading'Junio C Hamano2011-12-22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | grep: load funcname patterns for -WThomas Rast2011-12-12
* | | | | | | | | | | | | | Merge branch 'jk/pretty-reglog-ent'Junio C Hamano2011-12-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | pretty: give placeholders to reflog identityJeff King2011-12-16
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'nd/war-on-nul-in-commit'Junio C Hamano2011-12-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | commit_tree(): refuse commit messages that contain NULsNguyễn Thái Ngọc Duy2011-12-15
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'jk/maint-do-not-feed-stdin-to-tests'Junio C Hamano2011-12-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | test-lib: redirect stdin of testsJeff King2011-12-15
* | | | | | | | | | | | | | | Merge branch 'jn/test-cleanup-7006'Junio C Hamano2011-12-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | test: errors preparing for a test are not specialJonathan Nieder2011-12-14
* | | | | | | | | | | | | | | | Merge branch 'jk/http-push-to-empty'Junio C Hamano2011-12-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | remote-curl: don't pass back fake refsJeff King2011-12-19
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'jc/request-pull-show-head-4'Junio C Hamano2011-12-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | request-pull: do not emit "tag" before the tagnameJunio C Hamano2011-12-19
| * | | | | | | | | | | | | | | request-pull: update the "pull" command generation logicJunio C Hamano2011-12-16
* | | | | | | | | | | | | | | | Merge branch 'jc/checkout-m-twoway'Junio C Hamano2011-12-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | t/t2023-checkout-m.sh: fix use of test_must_failÆvar Arnfjörð Bjarmason2011-12-20