summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2019-07-01t8014: remove unnecessary bracesLibravatar Michael Platings1-6/+6
2019-07-01repack: disable bitmaps-by-default if .keep files existLibravatar Eric Wong1-0/+10
2019-07-01t0016: add 'remove' subcommand testLibravatar Christian Couder1-0/+18
2019-07-01test-oidmap: remove 'add' subcommandLibravatar Christian Couder1-15/+1
2019-07-01check_everything_connected: assume alternate ref tips are validLibravatar Jeff King2-0/+87
2019-07-01rebase --am: ignore rebase.rescheduleFailedExecLibravatar Johannes Schindelin1-0/+8
2019-06-28t7814: do not generate same commits in different reposLibravatar Nguyễn Thái Ngọc Duy1-1/+17
2019-06-27ref-filter.c: find disjoint pattern prefixesLibravatar Taylor Blau1-0/+26
2019-06-27progress: use term_clear_line()Libravatar SZEDER Gábor1-3/+3
2019-06-27rebase: fix garbled progress display with '-x'Libravatar SZEDER Gábor1-2/+2
2019-06-27match-trees.c: remove the_repo from shift_tree*()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2019-06-27status: do not report errors in sequencer/todoLibravatar Phillip Wood1-0/+16
2019-06-27t5551: test usage of chunked encoding explicitlyLibravatar Jonathan Tan1-3/+2
2019-06-25t5551: use 'test_i18ngrep' to check translated outputLibravatar SZEDER Gábor1-2/+2
2019-06-25submodule foreach: fix recursion of optionsLibravatar Morian Sonnet1-0/+7
2019-06-24t3404: make the 'rebase.missingCommitsCheck=ignore' test more focusedLibravatar SZEDER Gábor1-14/+1
2019-06-24t3404: modernize here doc styleLibravatar SZEDER Gábor1-65/+58
2019-06-24t0001: fix on case-insensitive filesystemsLibravatar Johannes Schindelin2-14/+23
2019-06-21tests: mark two failing tests under FAIL_PREREQSLibravatar Ævar Arnfjörð Bjarmason2-2/+2
2019-06-21Merge branch 'jt/partial-clone-missing-ref-delta-base'Libravatar Junio C Hamano1-13/+99
2019-06-21Merge branch 'ml/userdiff-rust'Libravatar Junio C Hamano5-0/+21
2019-06-21fetch: add --[no-]show-forced-updates argumentLibravatar Derrick Stolee1-0/+23
2019-06-21status: ignore status.aheadbehind in porcelain formatsLibravatar Jeff Hostetler1-4/+8
2019-06-21status: add status.aheadbehind settingLibravatar Jeff Hostetler2-0/+35
2019-06-21status: remove the empty line after hintsLibravatar John Lin3-81/+0
2019-06-20t0001 (mingw): do not expect a specific order of stdout/stderrLibravatar Johannes Schindelin1-2/+2
2019-06-20blame: add a test to cover blame_coalesce()Libravatar Barret Rhoden1-0/+36
2019-06-20blame: use the fingerprint heuristic to match ignored linesLibravatar Barret Rhoden1-3/+0
2019-06-20blame: add a fingerprint heuristic to match ignored linesLibravatar Michael Platings1-0/+440
2019-06-20t2027: use test_must_be_emptyLibravatar Nguyễn Thái Ngọc Duy1-3/+2
2019-06-20rev-list: teach --no-object-names to enable pipingLibravatar Emily Shaffer1-0/+20
2019-06-20object: convert lookup_unknown_object() to use object_idLibravatar Jeff King1-3/+3
2019-06-19fetch: only run 'gc' once when fetching multiple remotesLibravatar Nguyễn Thái Ngọc Duy1-2/+5
2019-06-19commit-graph: test verify across alternatesLibravatar Derrick Stolee1-0/+19
2019-06-19commit-graph: normalize commit-graph filenamesLibravatar Derrick Stolee1-1/+6
2019-06-19commit-graph: test --split across alternate without --splitLibravatar Derrick Stolee1-0/+15
2019-06-19commit-graph: test octopus merges with --splitLibravatar Derrick Stolee1-0/+11
2019-06-19commit-graph: clean up chains after flattened writeLibravatar Derrick Stolee1-0/+12
2019-06-19commit-graph: verify chains with --shallow modeLibravatar Derrick Stolee1-0/+62
2019-06-19commit-graph: create options for split filesLibravatar Derrick Stolee1-0/+47
2019-06-19commit-graph: expire commit-graph filesLibravatar Derrick Stolee1-1/+1
2019-06-19commit-graph: allow cross-alternate chainsLibravatar Derrick Stolee1-0/+37
2019-06-19commit-graph: merge commit-graph chainsLibravatar Derrick Stolee1-0/+13
2019-06-19commit-graph: add --split option to builtinLibravatar Derrick Stolee1-0/+122
2019-06-19commit-graph: write commit-graph chainsLibravatar Derrick Stolee1-1/+1
2019-06-19stash: fix show referencing stash indexLibravatar Thomas Gummerer1-0/+18
2019-06-19interpret-trailers: load default configLibravatar Jeff King1-27/+44
2019-06-17test-hashmap: remove 'hash' commandLibravatar Christian Couder2-17/+1
2019-06-17t: add t0016-oidmap.shLibravatar Christian Couder1-0/+84
2019-06-17t/helper: add test-oidmap.cLibravatar Christian Couder3-0/+128