summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2019-10-28t4039: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-1/+2
2019-10-28t4038: abstract away SHA-1 specific constantsLibravatar brian m. carlson1-6/+13
2019-10-28t4034: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-39/+54
2019-10-28t4027: make hash-size independentLibravatar brian m. carlson1-8/+8
2019-10-28t4015: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-36/+53
2019-10-28t4011: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-12/+28
2019-10-28t4010: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-8/+12
2019-10-28t3429: remove SHA1 annotationLibravatar brian m. carlson1-1/+1
2019-10-28t1305: avoid comparing extensionsLibravatar brian m. carlson1-1/+1
2019-10-28rev-parse: add a --show-object-format optionLibravatar brian m. carlson1-0/+15
2019-10-25t4203: use test-lib.sh definitionsLibravatar Prarit Bhargava1-47/+47
2019-10-25t6006: use test-lib.sh definitionsLibravatar Prarit Bhargava1-10/+10
2019-10-25commit-graph: fix writing first commit-graph during fetchLibravatar Derrick Stolee1-1/+1
2019-10-25t5510-fetch.sh: demonstrate fetch.writeCommitGraph bugLibravatar Derrick Stolee1-0/+16
2019-10-24Merge branch 'ds/feature-macros'Libravatar Junio C Hamano1-0/+4
2019-10-24Merge branch 'bw/format-patch-o-create-leading-dirs'Libravatar Junio C Hamano1-5/+8
2019-10-24Merge branch 'dl/submodule-set-branch'Libravatar Junio C Hamano1-3/+3
2019-10-24repo-settings: read an int for index.versionLibravatar Derrick Stolee1-0/+4
2019-10-24apply: respect merge.conflictStyle in --3wayLibravatar Denton Liu1-1/+1
2019-10-24t4108: demonstrate bug in applyLibravatar Denton Liu1-2/+11
2019-10-24t4108: use `test_config` instead of `git config`Libravatar Denton Liu1-1/+1
2019-10-24t4108: remove git command upstream of pipeLibravatar Denton Liu1-6/+7
2019-10-24t4108: replace create_file with test_write_linesLibravatar Denton Liu1-17/+10
2019-10-23Merge branch 'bc/smart-http-atomic-push'Libravatar Junio C Hamano1-2/+38
2019-10-23Merge branch 'wb/fsmonitor-bitmap-fix'Libravatar Junio C Hamano2-0/+41
2019-10-23Merge branch 'sb/userdiff-dts'Libravatar Junio C Hamano4-1/+31
2019-10-23Merge branch 'sg/progress-fix'Libravatar Junio C Hamano1-1/+1
2019-10-23path.c: don't call the match function without value in trie_find()Libravatar SZEDER Gábor1-0/+2
2019-10-23multi-pack-index: add [--[no-]progress] option.Libravatar William Baker1-0/+69
2019-10-23t604[236]: do not run setup in separate testsLibravatar Elijah Newren3-319/+393
2019-10-23merge-recursive: fix merging a subdirectory into the root directoryLibravatar Elijah Newren1-0/+114
2019-10-23t7419: change test_must_fail to ! for grepLibravatar Denton Liu1-3/+3
2019-10-23t4014: make output-directory tests self-containedLibravatar Bert Wesarg1-5/+8
2019-10-21userdiff: fix some corner cases in dts regexLibravatar Stephen Boyd4-1/+31
2019-10-21parse_commit_buffer(): treat lookup_commit() failure as parse errorLibravatar Jeff King1-1/+1
2019-10-21test-progress: fix test failures on big-endian systemsLibravatar SZEDER Gábor1-1/+1
2019-10-18Merge branch 'jj/stash-reset-only-toplevel'Libravatar Junio C Hamano1-1/+41
2019-10-18Merge branch 'bw/format-patch-o-create-leading-dirs'Libravatar Junio C Hamano1-0/+23
2019-10-18Merge branch 'ta/t1308-typofix'Libravatar Junio C Hamano1-4/+4
2019-10-18notes: fix minimum number of parameters to "copy" subcommandLibravatar Doan Tran Cong Danh1-2/+38
2019-10-18t3301: test diagnose messages for too few/many paramtersLibravatar Doan Tran Cong Danh1-2/+4
2019-10-17remote-curl: pass on atomic capability to remote sideLibravatar brian m. carlson1-2/+38
2019-10-16graph: fix coloring of octopus dashesLibravatar James Coglan1-5/+5
2019-10-16graph: flatten edges that fuse with their right neighborLibravatar James Coglan2-26/+60
2019-10-16graph: smooth appearance of collapsing edges on commit linesLibravatar James Coglan5-22/+22
2019-10-16graph: commit and post-merge lines for left-skewed mergesLibravatar James Coglan1-2/+145
2019-10-16graph: tidy up display of left-skewed mergesLibravatar James Coglan2-18/+47
2019-10-16graph: example of graph output that can be simplifiedLibravatar James Coglan1-0/+43
2019-10-16fetch-pack: write fetched refs to .promisorLibravatar Jonathan Tan1-0/+8
2019-10-16sequencer: run post-commit hookLibravatar Phillip Wood1-0/+19