summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/http-push-to-empty'Junio C Hamano2011-12-221-0/+32
|\
| * remote-curl: don't pass back fake refsjk/http-push-to-emptyJeff King2011-12-191-0/+32
* | Merge branch 'jc/request-pull-show-head-4'Junio C Hamano2011-12-201-0/+3
|\ \
| * | request-pull: do not emit "tag" before the tagnameJunio C Hamano2011-12-191-1/+1
| * | request-pull: update the "pull" command generation logicJunio C Hamano2011-12-161-0/+3
* | | Merge branch 'jc/checkout-m-twoway'Junio C Hamano2011-12-201-1/+3
|\ \ \
| * | | t/t2023-checkout-m.sh: fix use of test_must_failjc/checkout-m-twowayÆvar Arnfjörð Bjarmason2011-12-201-1/+3
* | | | Merge branch 'tr/cache-tree'Junio C Hamano2011-12-201-4/+2
|\ \ \ \
| * | | | t0090: be prepared that 'wc -l' writes leading blankstr/cache-treeJohannes Sixt2011-12-201-4/+2
* | | | | Merge branch 'ab/enable-i18n'Junio C Hamano2011-12-1912-2/+512
|\ \ \ \ \
| * | | | | i18n: add infrastructure for translating Git with gettextab/enable-i18nÆvar Arnfjörð Bjarmason2011-12-0512-2/+512
* | | | | | Merge branch 'jc/checkout-m-twoway'Junio C Hamano2011-12-191-0/+47
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Test 'checkout -m -- path'Pete Harlan2011-12-111-0/+47
* | | | | | Merge branch 'jk/maint-push-over-dav'Junio C Hamano2011-12-192-0/+37
|\ \ \ \ \ \
| * | | | | | http-push: enable "proactive auth"jk/maint-push-over-davJeff King2011-12-131-1/+1
| * | | | | | t5540: test DAV push with authenticationJeff King2011-12-132-0/+37
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'jk/fetch-no-tail-match-refs'Junio C Hamano2011-12-192-3/+32
|\ \ \ \ \ \
| * | | | | | fetch-pack: match refs exactlyJeff King2011-12-131-0/+29
| * | | | | | t5500: give fully-qualified refs to fetch-packJeff King2011-12-131-3/+3
| |/ / / / /
* | | | | | Merge branch 'jn/maint-sequencer-fixes'Junio C Hamano2011-12-192-58/+156
|\ \ \ \ \ \
| * | | | | | Revert "reset: Make reset remove the sequencer state"Jonathan Nieder2011-12-122-53/+1
| * | | | | | revert: do not remove state until sequence is finishedJonathan Nieder2011-12-121-3/+3
| * | | | | | revert: allow single-pick in the middle of cherry-pick sequenceJonathan Nieder2011-12-121-0/+12
| * | | | | | revert: pass around rev-list args in already-parsed formJonathan Nieder2011-12-121-0/+5
| * | | | | | revert: allow cherry-pick --continue to commit before resumingJonathan Nieder2011-12-121-3/+136
| |/ / / / /
* | | | | | Merge branch 'rr/test-chaining'Junio C Hamano2011-12-1915-199/+123
|\ \ \ \ \ \
| * | | | | | t3401: use test_commit in setuprr/test-chainingMartin von Zweigbergk2011-12-111-25/+10
| * | | | | | t3401: modernize styleMartin von Zweigbergk2011-12-111-34/+33
| * | | | | | t3040 (subprojects-basic): fix '&&' chaining, modernize styleRamkumar Ramachandra2011-12-091-72/+72
| * | | | | | t1510 (worktree): fix '&&' chainingRamkumar Ramachandra2011-12-091-3/+3
| * | | | | | t3030 (merge-recursive): use test_expect_codeRamkumar Ramachandra2011-12-091-66/+6
| * | | | | | test: fix '&&' chainingRamkumar Ramachandra2011-12-0810-17/+17
| * | | | | | t3200 (branch): fix '&&' chainingRamkumar Ramachandra2011-12-081-2/+2
* | | | | | | Merge branch 'tr/cache-tree'Junio C Hamano2011-12-191-0/+95
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | reset: update cache-tree data when appropriateThomas Rast2011-12-061-2/+2
| * | | | | | commit: write cache-tree data when writing index anywayThomas Rast2011-12-061-1/+1
| * | | | | | Test the current state of the cache-tree optimizationThomas Rast2011-12-061-0/+95
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jk/credentials'Junio C Hamano2011-12-197-12/+665
|\ \ \ \ \ \
| * | | | | | t: add test harness for external credential helpersJeff King2011-12-121-0/+39
| * | | | | | credentials: add "store" helperJeff King2011-12-121-0/+9
| * | | | | | Makefile: unix sockets may not available on some platformsJohannes Sixt2011-12-121-0/+5
| * | | | | | credentials: add "cache" helperJeff King2011-12-112-0/+239
| * | | | | | credential: make relevance of http path configurableJeff King2011-12-112-1/+30
| * | | | | | credential: add credential.*.usernameJeff King2011-12-112-0/+29
| * | | | | | credential: apply helper configJeff King2011-12-112-0/+54
| * | | | | | http: use credential API to get passwordsJeff King2011-12-111-11/+27
| * | | | | | introduce credentials APIJeff King2011-12-112-0/+228
| * | | | | | t5550: fix typoJeff King2011-12-111-1/+1
| * | | | | | test-lib: add test_config_global variantJeff King2011-12-111-0/+5
* | | | | | | git-p4: fix skipSubmitEdit regressionPete Wyckoff2011-12-171-1/+23