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