summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/prune-mtime'Junio C Hamano2014-10-294-0/+181
|\
| * repack: pack objects mentioned by the indexJeff King2014-10-191-0/+13
| * rev-list: add --indexed-objects optionJeff King2014-10-191-0/+23
| * t5516: test pushing a tag of an otherwise unreferenced blobJeff King2014-10-191-0/+13
| * write_sha1_file: freshen existing objectsJeff King2014-10-161-0/+27
| * pack-objects: match prune logic for discarding objectsJeff King2014-10-161-38/+55
| * prune: keep objects reachable from recent objectsJeff King2014-10-161-0/+88
* | Merge branch 'jc/push-cert'Junio C Hamano2014-10-241-0/+44
|\ \
| * | push: heed user.signingkey for signed pushesMichael J Gruber2014-10-241-0/+44
* | | Merge branch 'wk/t1304-wo-USER'Junio C Hamano2014-10-241-1/+1
|\ \ \
| * | | t1304: Set LOGNAME even if USER is unset or nullwk/t1304-wo-USERW. Trevor King2014-10-191-1/+1
* | | | Merge branch 'jk/pack-objects-no-bitmap-when-splitting'Junio C Hamano2014-10-241-0/+9
|\ \ \ \
| * | | | pack-objects: turn off bitmaps when we split packsjk/pack-objects-no-bitmap-when-splittingJeff King2014-10-191-0/+9
| |/ / /
* | | | Merge branch 'da/mergetool-temporary-directory'Junio C Hamano2014-10-211-0/+23
|\ \ \ \
| * | | | t7610-mergetool: add test cases for mergetool.writeToTempda/mergetool-temporary-directoryDavid Aguilar2014-10-161-0/+23
* | | | | Merge branch 'da/mergetool-tool-help'Junio C Hamano2014-10-211-6/+6
|\ \ \ \ \
| * | | | | test-lib-functions: adjust style to match CodingGuidelinesDavid Aguilar2014-10-151-12/+18
| * | | | | t7610-mergetool: prefer test_config over git configDavid Aguilar2014-10-151-11/+9
* | | | | | Merge branch 'da/mergetool-tests'Junio C Hamano2014-10-212-471/+469
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | test-lib-functions: adjust style to match CodingGuidelinesda/mergetool-testsDavid Aguilar2014-10-161-12/+18
| * | | | | t7610-mergetool: use test_config to isolate testsDavid Aguilar2014-10-161-5/+3
| |/ / / /
| * | | | t7610-mergetool: add missing && and remove commented-out codeDavid Aguilar2014-10-151-8/+2
| * | | | t7610-mergetool: use tabs instead of a mix of tabs and spacesDavid Aguilar2014-10-151-459/+459
| |/ / /
* | | | Merge branch 'rs/ref-transaction'Junio C Hamano2014-10-216-71/+322
|\ \ \ \
| * | | | refs.c: allow listing and deleting badly named refsRonnie Sahlberg2014-10-151-1/+124
| * | | | test: put tests for handling of bad ref names in one placeRonnie Sahlberg2014-10-153-74/+84
| * | | | branch -d: avoid repeated symref resolutionJonathan Nieder2014-10-152-0/+43
| * | | | reflog test: test interaction with detached HEADJunio C Hamano2014-10-151-0/+70
| * | | | mv test: recreate mod/ directory instead of relying on stale copyJonathan Nieder2014-10-151-5/+10
* | | | | Merge branch 'cc/interpret-trailers'Junio C Hamano2014-10-201-0/+863
|\ \ \ \ \
| * | | | | trailer: add tests for commands in config fileChristian Couder2014-10-131-0/+125
| * | | | | trailer: add tests for "git interpret-trailers"Christian Couder2014-10-131-0/+738
* | | | | | Merge branch 'ta/config-set'Junio C Hamano2014-10-201-2/+2
|\ \ \ \ \ \
| * | | | | | t1308: fix broken here document in test scriptta/config-setJunio C Hamano2014-10-131-2/+2
* | | | | | | Merge branch 'jk/test-shell-trace'Junio C Hamano2014-10-204-35/+84
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | test-lib.sh: support -x option for shell-tracingjk/test-shell-traceJeff King2014-10-132-4/+44
| * | | | | | t5304: use helper to report failure of "test foo = bar"Jeff King2014-10-132-8/+17
| * | | | | | t5304: use test_path_is_* instead of "test -f"Jeff King2014-10-131-23/+23
* | | | | | | Revert "archive: honor tar.umask even for pax headers"Junio C Hamano2014-10-201-5/+0
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'rs/sha1-array-test'Junio C Hamano2014-10-141-0/+94
|\ \ \ \ \ \
| * | | | | | sha1-lookup: handle duplicates in sha1_pos()rs/sha1-array-testRené Scharfe2014-10-011-0/+20
| * | | | | | sha1-array: add test-sha1-array and basic testsRené Scharfe2014-10-011-0/+74
* | | | | | | Merge branch 'sk/tag-contains-wo-recursion'Junio C Hamano2014-10-141-2/+2
|\ \ \ \ \ \ \
| * | | | | | | t7004: give the test a bit more stack spacesk/tag-contains-wo-recursionJunio C Hamano2014-09-231-2/+2
* | | | | | | | Merge branch 'dt/cache-tree-repair'Junio C Hamano2014-10-141-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | t0090: avoid passing empty string to printf %ddt/cache-tree-repairRené Scharfe2014-09-301-1/+1
* | | | | | | | Merge branch 'sp/stream-clean-filter'Junio C Hamano2014-10-082-6/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska2014-08-281-5/+19
| * | | | | | | | memory_limit: use git_env_ulong() to parse GIT_ALLOC_LIMITSteffen Prohaska2014-08-281-1/+1
* | | | | | | | | Merge branch 'bw/use-write-script-in-tests'Junio C Hamano2014-10-081-3/+1
|\ \ \ \ \ \ \ \ \