summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2020-01-31sparse-checkout: escape all glob characters on writeLibravatar Derrick Stolee1-5/+8
2020-01-31sparse-checkout: use C-style quotes in 'list' subcommandLibravatar Derrick Stolee1-2/+5
2020-01-31sparse-checkout: unquote C-style strings over --stdinLibravatar Derrick Stolee1-1/+13
2020-01-31sparse-checkout: write escaped patterns in cone modeLibravatar Derrick Stolee1-2/+8
2020-01-31sparse-checkout: properly match escaped charactersLibravatar Derrick Stolee1-4/+19
2020-01-31sparse-checkout: warn on globs in cone patternsLibravatar Derrick Stolee1-0/+39
2020-01-31t5318: don't pass non-object directory to '--object-dir'Libravatar Taylor Blau1-2/+2
2020-01-31diff: move diff.wsErrorHighlight to "basic" configLibravatar Jeff King1-0/+13
2020-01-30Merge branch 'ss/t6025-modernize'Libravatar Junio C Hamano1-47/+48
2020-01-30Merge branch 'ds/refmap-doc'Libravatar Junio C Hamano1-0/+24
2020-01-30Merge branch 'js/builtin-add-i-cmds'Libravatar Junio C Hamano1-0/+9
2020-01-30Merge branch 'jk/test-fixes'Libravatar Junio C Hamano2-4/+2
2020-01-30Merge branch 'sg/completion-worktree'Libravatar Junio C Hamano1-0/+57
2020-01-30Merge branch 'jn/test-lint-one-shot-export-to-shell-function'Libravatar Junio C Hamano2-3/+17
2020-01-30Merge branch 'hi/gpg-mintrustlevel'Libravatar Junio C Hamano4-0/+149
2020-01-30Merge branch 'am/test-pathspec-f-f-error-cases'Libravatar Junio C Hamano5-12/+105
2020-01-30Merge branch 'ds/graph-horizontal-edges'Libravatar Junio C Hamano1-0/+62
2020-01-30Merge branch 'am/update-pathspec-f-f-tests'Libravatar Junio C Hamano9-11/+188
2020-01-30sha1-name: mark get_oid() error messages for translationLibravatar Jeff King2-19/+19
2020-01-30grep: ignore --recurse-submodules if --no-index is givenLibravatar Philippe Blain1-1/+10
2020-01-28git rm submodule: succeed if .gitmodules index stat info is zeroLibravatar David Turner1-0/+7
2020-01-28t1506: drop space after redirection operatorLibravatar Jeff King1-11/+11
2020-01-28t1400: avoid "test" string comparisonsLibravatar Jeff King1-12/+24
2020-01-28rebase-interactive: warn if commit is dropped with `rebase --edit-todo'Libravatar Alban Gruin1-0/+121
2020-01-27t4124: only mark git command with test_must_failLibravatar Denton Liu1-2/+8
2020-01-27t3507: use test_path_is_missing()Libravatar Denton Liu1-4/+4
2020-01-27t3507: fix indentationLibravatar Denton Liu1-12/+12
2020-01-27t3504: do check for conflict marker after failed cherry-pickLibravatar Johannes Sixt1-2/+4
2020-01-27t3419: stop losing return code of git commandLibravatar Denton Liu1-1/+2
2020-01-27t3415: increase granularity of test_auto_{fixup,squash}()Libravatar Denton Liu1-20/+44
2020-01-27t3415: stop losing return codes of git commandsLibravatar Denton Liu1-31/+82
2020-01-27t3310: extract common notes_merge_files_gone()Libravatar Denton Liu1-12/+10
2020-01-27t3030: use test_path_is_missing()Libravatar Denton Liu1-1/+1
2020-01-27t2018: replace "sha" with "oid"Libravatar Denton Liu1-9/+9
2020-01-27t2018: don't lose return code of git commandsLibravatar Denton Liu1-3/+8
2020-01-27t2018: teach do_checkout() to accept `!` argLibravatar Denton Liu1-8/+21
2020-01-27t2018: be more discerning when checking for expected exit codesLibravatar Denton Liu1-6/+14
2020-01-27t5616: make robust to delta base changeLibravatar Jonathan Tan1-13/+23
2020-01-27verify_filename(): handle backslashes in "wildcards are pathspecs" ruleLibravatar Jeff King1-0/+14
2020-01-27submodule: fix status of initialized but not cloned submodulesLibravatar Peter Kaestle1-1/+1
2020-01-27t7400: add a testcase for submodule status on empty dirsLibravatar Peter Kaestle1-0/+8
2020-01-24sparse-checkout: detect short patternsLibravatar Derrick Stolee1-0/+9
2020-01-24sparse-checkout: cone mode does not recognize "**"Libravatar Derrick Stolee1-0/+34
2020-01-24clone: fix --sparse option with URLsLibravatar Derrick Stolee1-1/+1
2020-01-24sparse-checkout: create leading directoriesLibravatar Derrick Stolee1-0/+10
2020-01-24t1091: improve here-docsLibravatar Derrick Stolee1-49/+49
2020-01-24t1091: use check_files to reduce boilerplateLibravatar Derrick Stolee1-95/+22
2020-01-24t1300: create custom config file without special charactersLibravatar Matthew Rogers1-5/+10
2020-01-24t1300: fix over-indented HERE-DOCsLibravatar Matthew Rogers1-84/+84
2020-01-23fsmonitor: add fsmonitor hook scripts for version 2Libravatar Kevin Willford2-0/+194