summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2020-02-12tests: fix --write-junit-xml with subshellsLibravatar Johannes Schindelin1-1/+2
2020-02-11color.c: alias RGB colors 8-15 to aixterm colorsLibravatar Eyal Soha1-0/+4
2020-02-11color.c: support bright aixterm colorsLibravatar Eyal Soha1-0/+8
2020-02-11mailinfo: be more liberal with header whitespaceLibravatar Jeff King1-0/+15
2020-02-11sparse-checkout: work with Windows pathsLibravatar Derrick Stolee1-0/+14
2020-02-11sparse-checkout: create 'add' subcommandLibravatar Derrick Stolee1-0/+59
2020-02-10remote rename/remove: gently handle remote.pushDefault configLibravatar Bert Wesarg1-2/+74
2020-02-10config: provide access to the current line numberLibravatar Bert Wesarg2-2/+13
2020-02-10remote rename/remove: handle branch.<name>.pushRemote config valuesLibravatar Bert Wesarg1-1/+15
2020-02-10config: add '--show-scope' to print the scope of a config valueLibravatar Matthew Rogers1-0/+59
2020-02-10config: clarify meaning of command line scopingLibravatar Matthew Rogers1-1/+1
2020-02-10config: split repo scope to local and worktreeLibravatar Matthew Rogers1-1/+1
2020-02-10config: make scope_name non-static and rename itLibravatar Matthew Rogers1-16/+1
2020-02-07t6024: update for SHA-256Libravatar brian m. carlson1-5/+10
2020-02-07t6006: make hash size independentLibravatar brian m. carlson1-1/+3
2020-02-07t6000: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-5/+8
2020-02-07t5703: make test work with SHA-256Libravatar brian m. carlson1-3/+4
2020-02-07t5607: make hash size independentLibravatar brian m. carlson1-1/+1
2020-02-07t5318: update for SHA-256Libravatar brian m. carlson1-2/+2
2020-02-07t5515: make test hash independentLibravatar brian m. carlson1-5/+54
2020-02-07t5321: make test hash independentLibravatar brian m. carlson1-2/+2
2020-02-07t5313: make test hash independentLibravatar brian m. carlson1-4/+15
2020-02-07t5309: make test hash independentLibravatar brian m. carlson1-8/+2
2020-02-07t5302: make hash size independentLibravatar brian m. carlson1-9/+12
2020-02-07t4060: make test work with SHA-256Libravatar brian m. carlson1-56/+70
2020-02-07t4211: add test cases for SHA-256Libravatar brian m. carlson14-1/+1263
2020-02-07t4211: move SHA-1-specific test cases into a directoryLibravatar brian m. carlson14-1/+1
2020-02-07t4013: make test hash independentLibravatar brian m. carlson1-6/+38
2020-02-07t3311: make test work with SHA-256Libravatar brian m. carlson1-25/+35
2020-02-07t3310: make test work with SHA-256Libravatar brian m. carlson1-26/+58
2020-02-07t3309: make test work with SHA-256Libravatar brian m. carlson1-84/+144
2020-02-07t3308: make test work with SHA-256Libravatar brian m. carlson1-28/+55
2020-02-07t3206: make hash size independentLibravatar brian m. carlson1-3/+11
2020-02-07t/lib-pack: support SHA-256Libravatar brian m. carlson1-5/+30
2020-02-06add: change advice config variables used by the add APILibravatar Heba Waly1-0/+2
2020-02-05Merge branch 'pb/recurse-submodule-in-worktree-fix'Libravatar Junio C Hamano2-77/+90
2020-02-05Merge branch 'en/fill-directory-fixes-more'Libravatar Junio C Hamano1-0/+9
2020-02-05Merge branch 'bc/hash-independent-tests-part-7'Libravatar Junio C Hamano19-219/+254
2020-02-05Merge branch 'km/submodule-add-errmsg'Libravatar Junio C Hamano1-2/+13
2020-02-05Merge branch 'am/checkout-file-and-ref-ref-ambiguity'Libravatar Junio C Hamano1-2/+26
2020-02-05Merge branch 'js/add-p-leftover-bits'Libravatar Junio C Hamano1-1/+1
2020-02-05Merge branch 'dl/test-must-fail-fixes'Libravatar Junio C Hamano9-101/+112
2020-02-05parse-options: lose an unnecessary space in an error messageLibravatar Jacques Bodin-Hullin1-2/+2
2020-02-04index-pack: downgrade twice-resolved REF_DELTA to die()Libravatar Jeff King1-4/+4
2020-02-04notes.c: fix off-by-one error when decreasing notes fanoutLibravatar Johan Herland1-0/+6
2020-02-04t3305: check notes fanout more carefully and robustlyLibravatar Johan Herland1-25/+76
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Libravatar Taylor Blau1-1/+1
2020-02-04commit-graph.c: remove path normalization, comparisonLibravatar Taylor Blau1-3/+3
2020-02-04t7400: testcase for submodule status on unregistered inner git reposLibravatar Peter Kaestle1-0/+15
2020-01-31sparse-checkout: fix cone mode behavior mismatchLibravatar Derrick Stolee1-0/+12