aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* Merge branch 'jk/maint-for-each-packed-object' into jk/cat-file-batch-allJunio C Hamano2015-06-22
|\
| * for_each_packed_object: automatically open pack indexJeff King2015-06-22
| * Sync with 2.3.8Junio C Hamano2015-05-11
| |\
* | \ Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano2015-06-01
|\ \ \
| * | | cat-file: add --follow-symlinks to --batchDavid Turner2015-05-20
* | | | Merge branch 'jk/stash-options'Junio C Hamano2015-06-01
|\ \ \ \
| * | | | stash: complain about unknown flagsJeff King2015-05-20
* | | | | Merge branch 'jh/filter-empty-contents'Junio C Hamano2015-06-01
|\ \ \ \ \
| * | | | | sha1_file: pass empty buffer to index empty fileJim Hill2015-05-18
* | | | | | Merge branch 'jk/http-backend-deadlock'Junio C Hamano2015-06-01
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/http-backend-deadlock-2.3' into jk/http-backend-deadlockJunio C Hamano2015-05-25
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Merge branch 'jk/http-backend-deadlock-2.2' into jk/http-backend-deadlock-2.3Junio C Hamano2015-05-25
| | |\ \ \ \ \
| | | * | | | | http-backend: spool ref negotiation requests to bufferJeff King2015-05-25
| | | * | | | | t5551: factor out tag creationJeff King2015-05-20
| | | | |/ / / | | | |/| | |
* | | | | | | Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-27
|\ \ \ \ \ \ \
| * | | | | | | t7063: hide stderr from setup inside prereqJeff King2015-05-27
* | | | | | | | Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-26
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | t7063: tests for untracked cacheNguyễn Thái Ngọc Duy2015-03-12
* | | | | | | | Merge branch 'pt/pull-ff-vs-merge-ff'Junio C Hamano2015-05-26
|\ \ \ \ \ \ \ \
| * | | | | | | | pull: make pull.ff=true override merge.ffPaul Tan2015-05-18
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'pt/pull-log-n'Junio C Hamano2015-05-26
|\ \ \ \ \ \ \ \
| * | | | | | | | pull: handle --log=<n>Paul Tan2015-05-18
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'mm/usage-log-l-can-take-regex' into maint-2.3Junio C Hamano2015-05-11
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jc/diff-no-index-d-f' into maint-2.3Junio C Hamano2015-05-11
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'sb/t1020-cleanup'Junio C Hamano2015-05-22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | subdirectory tests: code cleanup, uncomment testStefan Beller2015-05-18
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jc/ignore-epipe-in-filter'Junio C Hamano2015-05-22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | filter_buffer_or_fd(): ignore EPIPEJunio C Hamano2015-05-20
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'mh/lockfile-retry'Junio C Hamano2015-05-22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lock_packed_refs(): allow retries when acquiring the packed-refs lockMichael Haggerty2015-05-14
* | | | | | | | | | | Merge branch 'jk/add-e-kill-editor'Junio C Hamano2015-05-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | add: check return value of launch_editorJeff King2015-05-12
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'sg/completion-config'Junio C Hamano2015-05-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | completion: simplify query for config variablesSZEDER Gábor2015-05-12
| * | | | | | | | | | | completion: add a helper function to get config variablesSZEDER Gábor2015-05-12
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'mh/ref-directory-file'Junio C Hamano2015-05-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ref_transaction_commit(): delete extra "the" from error messageMichael Haggerty2015-05-11
| * | | | | | | | | | | lock_ref_sha1_basic(): improve diagnostics for ref D/F conflictsMichael Haggerty2015-05-11
| * | | | | | | | | | | refs: check for D/F conflicts among refs created in a transactionMichael Haggerty2015-05-11
| * | | | | | | | | | | t1404: new tests of ref D/F conflicts within transactionsMichael Haggerty2015-05-11
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'mh/write-refs-sooner-2.4'Junio C Hamano2015-05-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ref_transaction_commit(): fix atomicity and avoid fd exhaustionMichael Haggerty2015-05-12
| * | | | | | | | | | | t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZEStefan Beller2015-05-12
| * | | | | | | | | | | update-ref: test handling large transactions properlyStefan Beller2015-05-12
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'mg/log-decorate-HEAD'Junio C Hamano2015-05-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | log: decorate HEAD with branch name under --decorate=full, tooJunio C Hamano2015-05-13
* | | | | | | | | | | | Merge branch 'jk/skip-http-tests-under-no-curl'Junio C Hamano2015-05-22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tests: skip dav http-push tests under NO_EXPAT=NoThanksJunio C Hamano2015-05-07
| * | | | | | | | | | | | t/lib-httpd.sh: skip tests if NO_CURL is definedJeff King2015-05-07
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'kn/cat-file-literally'Junio C Hamano2015-05-19
|\ \ \ \ \ \ \ \ \ \ \ \