summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2019-04-02tests (rebase): spell out the `--keep-empty` optionJohannes Schindelin1-2/+2
2019-04-01t6050: redirect expected error output to a fileChristian Couder1-1/+2
2019-04-01t6050: use test_line_count instead of wc -lChristian Couder1-2/+4
2019-04-01test-lib: whitelist GIT_TR2_* in the environmentÆvar Arnfjörð Bjarmason1-0/+1
2019-04-01config: correct '**' matching in includeIf patternsNguyễn Thái Ngọc Duy1-0/+13
2019-04-01gc: handle & check gc.reflogExpire configÆvar Arnfjörð Bjarmason1-0/+19
2019-04-01reflog tests: assert lack of early exit with expiry="never"Ævar Arnfjörð Bjarmason1-1/+3
2019-04-01commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason1-2/+9
2019-04-01commit-graph verify: detect inability to read the graphÆvar Arnfjörð Bjarmason1-0/+6
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason1-1/+1
2019-04-01commit-graph: fix segfault on e.g. "git status"Ævar Arnfjörð Bjarmason1-1/+2
2019-04-01fast-import: fix erroneous handling of get-mark with empty orphan commitsElijah Newren1-2/+2
2019-04-01t9300: demonstrate bug with get-mark and empty orphan commitsElijah Newren1-0/+37
2019-04-01t/lib-submodule-update: use appropriate length constantbrian m. carlson1-1/+2
2019-03-24diff --no-index: use parse_options() instead of diff_opt_parse()Nguyễn Thái Ngọc Duy1-2/+1
2019-03-24t5318-commit-graph: remove unused variableSZEDER Gábor1-1/+1
2019-03-24checkout: prevent losing staged changes with --mergeNguyễn Thái Ngọc Duy1-9/+1
2019-03-24read-tree: add --quietNguyễn Thái Ngọc Duy1-0/+3
2019-03-24t5551: mark half-auth no-op fetch test as v0-onlyJonathan Tan1-1/+11
2019-03-24http: normalize curl results for dumb loose and alternates fetchesJeff King1-0/+16
2019-03-22refs/files-backend: handle packed transaction prepare failureJeff King1-0/+16
2019-03-22trace2: write to directory targetsJosh Steadmon1-0/+15
2019-03-21unpack-trees: fix oneway_merge accidentally carry over stage indexNguyễn Thái Ngọc Duy1-0/+24
2019-03-21completion: fix multiple command removalsJeff King1-1/+1
2019-03-21t9902: test multiple removals via completion.commandsTodd Zullinger1-0/+6
2019-03-21stash: setup default diff output format if necessaryThomas Gummerer1-0/+18
2019-03-20test-date: drop unused "now" parameter from parse_dates()Jeff King1-2/+2
2019-03-20Merge branch 'jk/virtual-objects-do-exist'Junio C Hamano1-0/+10
2019-03-20Merge branch 'jk/fsck-doc'Junio C Hamano1-2/+17
2019-03-20Merge branch 'js/stress-test-ui-tweak'Junio C Hamano2-4/+13
2019-03-20Merge branch 'js/rebase-orig-head-fix'Junio C Hamano1-0/+8
2019-03-20Merge branch 'jk/bisect-final-output'Junio C Hamano1-3/+3
2019-03-20rebase: remove the rebase.useBuiltin settingÆvar Arnfjörð Bjarmason3-10/+19
2019-03-18cherry-pick --continue: remember optionsPhillip Wood1-2/+2
2019-03-18cherry-pick: demonstrate option amnesiaPhillip Wood1-0/+24
2019-03-18t4038-diff-combined: quote paths with whitespaceTodd Zullinger1-4/+4
2019-03-18reflog tests: test for the "points nowhere" warningÆvar Arnfjörð Bjarmason1-0/+10
2019-03-18reflog tests: make use of "test_config" idiomÆvar Arnfjörð Bjarmason1-8/+5
2019-03-18perf-lib.sh: rely on test-lib.sh for --tee handlingJeff King1-23/+11
2019-03-18pack-objects: default to writing bitmap hash-cacheJeff King3-5/+2
2019-03-18t5310: correctly remove bitmaps for jgit testJeff King1-1/+1
2019-03-18repack: enable bitmaps by default on bare reposEric Wong1-1/+18
2019-03-18difftool: allow running outside Git worktrees with --no-indexJohannes Schindelin1-0/+10
2019-03-18parse-options: make OPT_ARGUMENT() more usefulJohannes Schindelin1-1/+1
2019-03-14get_oid(): when an object was not found, try harderJohannes Schindelin1-1/+1
2019-03-14rebase -i: demonstrate obscure loose object cache bugJohannes Schindelin1-0/+22
2019-03-14t9811-git-p4-label-import: fix pipeline negationSZEDER Gábor1-1/+1
2019-03-14git p4 test: disable '-x' tracing in the p4d watchdog loopSZEDER Gábor1-1/+1
2019-03-14git p4 test: simplify timeout handlingSZEDER Gábor1-13/+6
2019-03-14git p4 test: clean up the p4d cleanup functionsSZEDER Gábor2-28/+12