summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* dir: fix checks on common prefix directoryElijah Newren2019-12-191-3/+3
* dir: exit before wildcard fall-through if there is no wildcardElijah Newren2019-12-111-2/+2
* Revert "dir.c: make 'git-status --ignored' work within leading directories"Elijah Newren2019-12-111-2/+7
* t3011: demonstrate directory traversal failuresElijah Newren2019-12-111-0/+209
* Merge branch 'ds/commit-graph-on-fetch'Junio C Hamano2019-11-041-0/+16
|\
| * commit-graph: fix writing first commit-graph during fetchDerrick Stolee2019-10-251-1/+1
| * t5510-fetch.sh: demonstrate fetch.writeCommitGraph bugDerrick Stolee2019-10-251-0/+16
* | Merge branch 'wb/fsmonitor-bitmap-fix'Junio C Hamano2019-10-301-3/+5
|\ \
| * | t7519-status-fsmonitor: improve commentsWilliam Baker2019-10-301-3/+5
* | | Merge branch 'ds/feature-macros'Junio C Hamano2019-10-241-0/+4
|\ \ \
| * | | repo-settings: read an int for index.versionDerrick Stolee2019-10-241-0/+4
* | | | Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano2019-10-241-5/+8
|\ \ \ \
| * | | | t4014: make output-directory tests self-containedBert Wesarg2019-10-231-5/+8
* | | | | Merge branch 'dl/submodule-set-branch'Junio C Hamano2019-10-241-3/+3
|\ \ \ \ \
| * | | | | t7419: change test_must_fail to ! for grepDenton Liu2019-10-231-3/+3
* | | | | | Merge branch 'bc/smart-http-atomic-push'Junio C Hamano2019-10-231-2/+38
|\ \ \ \ \ \
| * | | | | | remote-curl: pass on atomic capability to remote sidebrian m. carlson2019-10-171-2/+38
* | | | | | | Merge branch 'wb/fsmonitor-bitmap-fix'Junio C Hamano2019-10-232-0/+41
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | fsmonitor: don't fill bitmap with entries to be removedWilliam Baker2019-10-122-0/+41
| |/ / / / /
* | | | | | Merge branch 'sb/userdiff-dts'Junio C Hamano2019-10-234-1/+31
|\ \ \ \ \ \
| * | | | | | userdiff: fix some corner cases in dts regexStephen Boyd2019-10-214-1/+31
* | | | | | | Merge branch 'sg/progress-fix'Junio C Hamano2019-10-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | test-progress: fix test failures on big-endian systemsSZEDER Gábor2019-10-211-1/+1
* | | | | | | | Merge branch 'jj/stash-reset-only-toplevel'Junio C Hamano2019-10-181-1/+41
|\ \ \ \ \ \ \ \
| * | | | | | | | stash: avoid recursive hard reset on submodulesJakob Jarmar2019-10-151-1/+41
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano2019-10-181-0/+23
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | format-patch: create leading components of output directoryBert Wesarg2019-10-121-0/+23
* | | | | | | | Merge branch 'ta/t1308-typofix'Junio C Hamano2019-10-181-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | t1308-config-set: fix a test that has a typoTanay Abhra2019-10-111-4/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'dl/format-patch-doc-test-cleanup'Junio C Hamano2019-10-151-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | t4014: treat rev-list output as the expected valueDenton Liu2019-10-091-2/+3
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'dl/t0000-skip-test-test'Junio C Hamano2019-10-151-0/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | t0000: cover GIT_SKIP_TESTS blindspotsDenton Liu2019-10-091-0/+38
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'tg/range-diff-output-update'Junio C Hamano2019-10-152-1/+70
|\ \ \ \ \ \ \ \
| * | | | | | | | range-diff: don't segfault with mode-only changesThomas Gummerer2019-10-092-1/+70
* | | | | | | | | Merge branch 'gs/sq-quote-buf-pretty'Junio C Hamano2019-10-151-0/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sq_quote_buf_pretty: don't drop empty argumentsGarima Singh2019-10-081-0/+7
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ew/hashmap'Junio C Hamano2019-10-152-31/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hashmap_entry: remove first member requirement from docsEric Wong2019-10-071-0/+1
| * | | | | | | | | hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong2019-10-071-3/+1
| * | | | | | | | | OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong2019-10-072-6/+3
| * | | | | | | | | hashmap: introduce hashmap_free_entriesEric Wong2019-10-071-3/+3
| * | | | | | | | | hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong2019-10-071-2/+7
| * | | | | | | | | hashmap: use *_entry APIs for iterationEric Wong2019-10-072-11/+8
| * | | | | | | | | hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-4/+6
| * | | | | | | | | hashmap: use *_entry APIs to wrap container_ofEric Wong2019-10-071-7/+5
| * | | | | | | | | hashmap_get_next returns "struct hashmap_entry *"Eric Wong2019-10-071-4/+6
| * | | | | | | | | hashmap_put takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * | | | | | | | | hashmap_add takes "struct hashmap_entry *"Eric Wong2019-10-071-3/+3
| * | | | | | | | | hashmap_get_next takes "const struct hashmap_entry *"Eric Wong2019-10-071-1/+1