summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | builtin/apply: make parse_single_patch() return -1 on errorChristian Couder2016-08-111-2/+2
| * | | | | | | | | | | | | | | | | builtin/apply: make find_header() return -128 instead of die()ingChristian Couder2016-08-111-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'jk/fix-remote-curl-url-wo-proto'Junio C Hamano2016-09-151-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | remote-curl: handle URLs without protocoljk/fix-remote-curl-url-wo-protoJeff King2016-09-081-0/+8
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'jk/pack-tag-of-tag'Junio C Hamano2016-09-151-29/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | pack-objects: walk tag chains for --include-tagjk/pack-tag-of-tagJeff King2016-09-071-0/+52
| * | | | | | | | | | | | | | | | | t5305: simplify packname handlingJeff King2016-09-071-6/+6
| * | | | | | | | | | | | | | | | | t5305: use "git -C"Jeff King2016-09-071-21/+7
| * | | | | | | | | | | | | | | | | t5305: drop "dry-run" of unpack-objectsJeff King2016-09-071-2/+0
| * | | | | | | | | | | | | | | | | t5305: move cleanup into test blockJeff King2016-09-071-2/+2
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'ep/use-git-trace-curl-in-tests'Junio C Hamano2016-09-124-9/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | t5551-http-fetch-smart.sh: use the GIT_TRACE_CURL environment varep/use-git-trace-curl-in-testsElia Pinto2016-09-071-3/+12
| * | | | | | | | | | | | | | | | | t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment varElia Pinto2016-09-071-5/+5
| * | | | | | | | | | | | | | | | | test-lib.sh: preserve GIT_TRACE_CURL from the environmentElia Pinto2016-09-071-0/+1
| * | | | | | | | | | | | | | | | | t5541-http-push-smart.sh: use the GIT_TRACE_CURL environment varElia Pinto2016-09-071-1/+1
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'js/t6026-clean-up'Junio C Hamano2016-09-121-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | t6026-merge-attr: clean up background process at end of test casejs/t6026-clean-upJohannes Sixt2016-09-071-0/+2
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'js/t9903-chaining'Junio C Hamano2016-09-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | t9903: fix broken && chainjs/t9903-chainingJohannes Sixt2016-09-071-1/+1
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'jc/forbid-symbolic-ref-d-HEAD'Junio C Hamano2016-09-121-7/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | symbolic-ref -d: do not allow removal of HEADjc/forbid-symbolic-ref-d-HEADJunio C Hamano2016-09-021-7/+14
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'jc/submodule-anchor-git-dir'Junio C Hamano2016-09-121-0/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | submodule: avoid auto-discovery in prepare_submodule_repo_env()jc/submodule-anchor-git-dirJunio C Hamano2016-09-011-0/+35
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'jk/test-lib-drop-pid-from-results'Junio C Hamano2016-09-121-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | test-lib: drop PID from test-results/*.countjk/test-lib-drop-pid-from-resultsJeff King2016-08-301-2/+2
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano2016-09-126-0/+1249
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | diff: teach diff to display submodule difference with an inline diffJacob Keller2016-08-311-0/+749
| * | | | | | | | | | | | | | | | | allow do_submodule_path to work even if submodule isn't checked outJacob Keller2016-08-311-0/+127
| * | | | | | | | | | | | | | | | | graph: add support for --line-prefix on all graph-aware outputJacob Keller2016-08-314-0/+373
* | | | | | | | | | | | | | | | | | Merge branch 'sb/submodule-clone-rr'Junio C Hamano2016-09-081-69/+116
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | clone: recursive and reference option triggers submodule alternatessb/submodule-clone-rrStefan Beller2016-08-171-0/+43
| * | | | | | | | | | | | | | | | | | t7408: merge short tests, factor out testing methodStefan Beller2016-08-121-23/+25
| * | | | | | | | | | | | | | | | | | t7408: modernize styleStefan Beller2016-08-121-69/+71
* | | | | | | | | | | | | | | | | | | Merge branch 'jh/status-v2-porcelain'Junio C Hamano2016-09-083-0/+618
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | status: unit tests for --porcelain=v2jh/status-v2-porcelainJeff Hostetler2016-08-121-0/+593
| * | | | | | | | | | | | | | | | | | | test-lib-functions.sh: add lf_to_nul helperJeff Hostetler2016-08-111-0/+4
| * | | | | | | | | | | | | | | | | | | status: support --porcelain[=<version>]Jeff Hostetler2016-08-051-0/+21
| | |_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'rt/help-unknown'Junio C Hamano2016-09-081-0/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | help: make option --help open man pages only for Git commandsrt/help-unknownRalf Thielow2016-08-301-0/+8
| * | | | | | | | | | | | | | | | | | | help: introduce option --exclude-guidesRalf Thielow2016-08-301-0/+44
| | |_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'cc/receive-pack-limit'Junio C Hamano2016-09-081-0/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | receive-pack: allow a maximum input size to be specifiedcc/receive-pack-limitJeff King2016-08-241-0/+55
| | |_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/format-patch-number-singleton-patch-with-cover'Junio C Hamano2016-09-081-0/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | format-patch: show 0/1 and 1/1 for singleton patch with cover letterjk/format-patch-number-singleton-patch-with-coverJacob Keller2016-08-231-0/+17
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/delta-base-cache'Junio C Hamano2016-09-081-0/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | t/perf: add basic perf tests for delta base cacheJeff King2016-08-231-0/+31
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'mh/blame-worktree'Junio C Hamano2016-08-311-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | blame: fix segfault on untracked filesmh/blame-worktreeThomas Gummerer2016-08-291-0/+5
* | | | | | | | | | | | | | | | | | | | Merge branch 'kw/patch-ids-optim'Junio C Hamano2016-08-311-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | p3400: make test script executablekw/patch-ids-optimRené Scharfe2016-08-291-0/+0