summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2019-10-09t4014: treat rev-list output as the expected valueLibravatar Denton Liu1-2/+3
2019-10-09range-diff: don't segfault with mode-only changesLibravatar Thomas Gummerer2-1/+70
2019-10-08sq_quote_buf_pretty: don't drop empty argumentsLibravatar Garima Singh1-0/+7
2019-10-07Merge branch 'cb/do-not-use-test-cmp-with-a'Libravatar Junio C Hamano1-1/+1
2019-10-07Merge branch 'cc/multi-promisor'Libravatar Junio C Hamano1-0/+13
2019-10-07Merge branch 'jt/merge-recursive-symlink-is-not-a-dir-in-way'Libravatar Junio C Hamano1-0/+28
2019-10-07Merge branch 'sg/t-helper-gitignore'Libravatar Junio C Hamano1-5/+4
2019-10-07Merge branch 'sg/progress-fix'Libravatar Junio C Hamano5-3/+372
2019-10-07Merge branch 'tb/commit-graph-harden'Libravatar Junio C Hamano1-0/+43
2019-10-07Merge branch 'jt/cache-tree-avoid-lazy-fetch-during-merge'Libravatar Junio C Hamano1-0/+14
2019-10-07Merge branch 'gs/commit-graph-progress'Libravatar Junio C Hamano2-1/+37
2019-10-07Merge branch 'rs/nth-parent-parse'Libravatar Junio C Hamano1-0/+8
2019-10-07Merge branch 'jk/disable-commit-graph-during-upload-pack'Libravatar Junio C Hamano1-0/+38
2019-10-07Merge branch 'ss/get-time-cleanup'Libravatar Junio C Hamano1-18/+9
2019-10-07Merge branch 'rs/simplify-by-deco-with-deco-refs-exclude'Libravatar Junio C Hamano1-0/+15
2019-10-07Merge branch 'jk/partial-clone-sparse-blob'Libravatar Junio C Hamano1-0/+36
2019-10-07Merge branch 'tg/stash-refresh-index'Libravatar Junio C Hamano1-0/+16
2019-10-07hashmap_entry: remove first member requirement from docsLibravatar Eric Wong1-0/+1
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryLibravatar Eric Wong1-3/+1
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsLibravatar Eric Wong2-6/+3
2019-10-07hashmap: introduce hashmap_free_entriesLibravatar Eric Wong1-3/+3
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Libravatar Eric Wong1-2/+7
2019-10-07hashmap: use *_entry APIs for iterationLibravatar Eric Wong2-11/+8
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsLibravatar Eric Wong1-4/+6
2019-10-07hashmap: use *_entry APIs to wrap container_ofLibravatar Eric Wong1-7/+5
2019-10-07hashmap_get_next returns "struct hashmap_entry *"Libravatar Eric Wong1-4/+6
2019-10-07hashmap_put takes "struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-10-07hashmap_add takes "struct hashmap_entry *"Libravatar Eric Wong1-3/+3
2019-10-07hashmap_get_next takes "const struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Libravatar Eric Wong1-3/+3
2019-10-07tests: remove "cat foo" before "test_i18ngrep bar foo"Libravatar René Scharfe4-32/+0
2019-10-06tests: let --immediate and --write-junit-xml play well togetherLibravatar Johannes Schindelin1-16/+22
2019-10-06test-tool run-command: learn to run (parts of) the testsuiteLibravatar Johannes Schindelin1-0/+153
2019-10-06stash apply: report status correctly even in a worktree's subdirectoryLibravatar Johannes Schindelin1-0/+27
2019-10-06fetch: let --jobs=<n> parallelize --multiple, tooLibravatar Johannes Schindelin1-0/+11
2019-10-05trace2: write discard message to sentinel filesLibravatar Josh Steadmon1-1/+3
2019-10-05trace2: discard new traces if target directory has too many filesLibravatar Josh Steadmon1-0/+17
2019-10-04t4214: demonstrate octopus graph coloring failureLibravatar Denton Liu1-1/+281
2019-10-04t4214: explicitly list tags in logLibravatar Denton Liu1-4/+4
2019-10-04t4214: generate expect in their own test casesLibravatar Denton Liu1-21/+21
2019-10-04t4214: use test_mergeLibravatar Denton Liu1-2/+1
2019-10-04test-lib: let test_merge() perform octopus mergesLibravatar Denton Liu1-2/+4
2019-10-04fast-export: handle nested tagsLibravatar Elijah Newren1-1/+1
2019-10-04t9350: add tests for tags of things other than a commitLibravatar Elijah Newren1-0/+31
2019-10-04fast-export: allow user to request tags be marked with --mark-tagsLibravatar Elijah Newren1-0/+14
2019-10-04fast-export: add support for --import-marks-if-existsLibravatar Elijah Newren1-6/+4
2019-10-04fast-import: add support for new 'alias' commandLibravatar Elijah Newren1-0/+5
2019-10-04fast-import: allow tags to be identified by mark labelsLibravatar Elijah Newren1-0/+19
2019-10-04fast-import: fix handling of deleted tagsLibravatar Elijah Newren1-0/+13
2019-10-04add -i: show progress counter in the promptLibravatar Kunal Tyagi1-1/+1