summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2019-04-15replace: peel tag when passing a tag as parent to --graftLibravatar Christian Couder1-0/+11
2019-04-14send-email: default to quoted-printable when CR is presentLibravatar brian m. carlson1-0/+14
2019-04-12test-prio-queue: use xmallocLibravatar Jeff King1-1/+1
2019-04-12tag: advise on nested tagsLibravatar Denton Liu1-0/+11
2019-04-12t3000 (ls-files -o): widen description to reflect current testsLibravatar Kyle Meyer1-1/+1
2019-04-10rev-list: detect broken root treesLibravatar Jeff King1-2/+4
2019-04-10rev-list: let traversal die when --missing is not in useLibravatar Jeff King1-2/+2
2019-04-10list-objects.c: handle unexpected non-tree entriesLibravatar Taylor Blau1-2/+3
2019-04-10list-objects.c: handle unexpected non-blob entriesLibravatar Taylor Blau1-2/+3
2019-04-10t: introduce tests for unexpected object typesLibravatar Taylor Blau1-0/+123
2019-04-10add: error appropriately on repository with no commitsLibravatar Kyle Meyer1-0/+11
2019-04-10dir: do not traverse repositories with no commitsLibravatar Kyle Meyer2-0/+51
2019-04-10submodule: refuse to add repository with no commitsLibravatar Kyle Meyer1-1/+10
2019-04-10submodule: teach set-branch subcommandLibravatar Denton Liu1-0/+93
2019-04-10Merge branch 'ar/t4150-remove-cruft'Libravatar Junio C Hamano1-3/+1
2019-04-10Merge branch 'jk/line-log-with-patch'Libravatar Junio C Hamano1-0/+17
2019-04-10Merge branch 'ra/t3600-test-path-funcs'Libravatar Junio C Hamano2-171/+187
2019-04-10Merge branch 'nd/rewritten-ref-is-per-worktree'Libravatar Junio C Hamano1-0/+35
2019-04-09t3301: fix false negativeLibravatar Johannes Schindelin1-2/+3
2019-04-08blame: default to HEAD in a bare repo when no start commit is givenLibravatar SZEDER Gábor1-0/+8
2019-04-08merge-recursive: switch directory rename detection defaultLibravatar Elijah Newren3-61/+413
2019-04-08t6043: fix copied test description to match its purposeLibravatar Elijah Newren1-2/+2
2019-04-08diff: batch fetching of missing blobsLibravatar Jonathan Tan1-0/+103
2019-04-05t: move 'hex2oct' into test-lib-functions.shLibravatar Taylor Blau4-12/+6
2019-04-04revision: use a prio_queue to hold rewritten parentsLibravatar Jeff King1-0/+18
2019-04-02tests (pack-objects): use the full, unabbreviated `--revs` optionLibravatar Johannes Schindelin1-22/+22
2019-04-02tests (status): spell out the `--find-renames` option in fullLibravatar Johannes Schindelin1-4/+4
2019-04-02tests (push): do not abbreviate the `--follow-tags` optionLibravatar Johannes Schindelin1-2/+2
2019-04-02t5531: avoid using an abbreviated optionLibravatar Johannes Schindelin1-1/+1
2019-04-02t7810: do not abbreviate `--no-exclude-standard` nor `--invert-match`Libravatar Johannes Schindelin1-8/+8
2019-04-02tests (rebase): spell out the `--force-rebase` optionLibravatar Johannes Schindelin2-3/+3
2019-04-02tests (rebase): spell out the `--keep-empty` optionLibravatar Johannes Schindelin1-2/+2
2019-04-01t6050: redirect expected error output to a fileLibravatar Christian Couder1-1/+2
2019-04-01t6050: use test_line_count instead of wc -lLibravatar Christian Couder1-2/+4
2019-04-01test-lib: whitelist GIT_TR2_* in the environmentLibravatar Ævar Arnfjörð Bjarmason1-0/+1
2019-04-01config: correct '**' matching in includeIf patternsLibravatar Nguyễn Thái Ngọc Duy1-0/+13
2019-04-01gc: handle & check gc.reflogExpire configLibravatar Ævar Arnfjörð Bjarmason1-0/+19
2019-04-01reflog tests: assert lack of early exit with expiry="never"Libravatar Ævar Arnfjörð Bjarmason1-1/+3
2019-04-01commit-graph write: don't die if the existing graph is corruptLibravatar Ævar Arnfjörð Bjarmason1-2/+9
2019-04-01commit-graph verify: detect inability to read the graphLibravatar Ævar Arnfjörð Bjarmason1-0/+6
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Libravatar Ævar Arnfjörð Bjarmason1-1/+1
2019-04-01commit-graph: fix segfault on e.g. "git status"Libravatar Ævar Arnfjörð Bjarmason1-1/+2
2019-04-01fast-import: fix erroneous handling of get-mark with empty orphan commitsLibravatar Elijah Newren1-2/+2
2019-04-01t9300: demonstrate bug with get-mark and empty orphan commitsLibravatar Elijah Newren1-0/+37
2019-04-01t/lib-submodule-update: use appropriate length constantLibravatar brian m. carlson1-1/+2
2019-03-24diff --no-index: use parse_options() instead of diff_opt_parse()Libravatar Nguyễn Thái Ngọc Duy1-2/+1
2019-03-24t5318-commit-graph: remove unused variableLibravatar SZEDER Gábor1-1/+1
2019-03-24checkout: prevent losing staged changes with --mergeLibravatar Nguyễn Thái Ngọc Duy1-9/+1
2019-03-24read-tree: add --quietLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2019-03-24t5551: mark half-auth no-op fetch test as v0-onlyLibravatar Jonathan Tan1-1/+11