summaryrefslogtreecommitdiff
path: root/t/t3701-add-interactive.sh
AgeCommit message (Expand)Author
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-06-22Merge branch 'ds/add-i-color-configuration-fix'Junio C Hamano
2023-06-12add: test use of brackets when color is disabledDerrick Stolee
2023-06-12add: check color.ui for interactive addDerrick Stolee
2023-04-01Merge branch 'ab/retire-scripted-add-p'Junio C Hamano
2023-03-27t3701: we don't need no Perl for `add -i` anymoreJohannes Schindelin
2023-03-19Merge branch 'jk/add-p-unmerged-fix'Junio C Hamano
2023-03-19Merge branch 'ab/avoid-losing-exit-codes-in-tests'Junio C Hamano
2023-03-09add-patch: handle "* Unmerged path" linesJeff King
2023-02-06tests: don't lose misc "git" exit codesÆvar Arnfjörð Bjarmason
2023-02-06add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason
2022-09-13Merge branch 'js/builtin-add-p-portability-fix'Junio C Hamano
2022-09-09Merge branch 'js/add-p-diff-parsing-fix'Junio C Hamano
2022-09-01add -p: ignore dirty submodulesJohannes Schindelin
2022-09-01add -p: gracefully handle unparseable hunk headers in colored diffsJohannes Schindelin
2022-09-01add -p: detect more mismatches between plain vs colored diffsJohannes Schindelin
2022-08-30t3701: test the built-in `add -i` regardless of NO_PERLJohannes Schindelin
2022-08-17pipe_command(): mark stdin descriptor as non-blockingJeff King
2022-07-04Merge 'js/add-i-delete' into maint-2.37Junio C Hamano
2022-06-28add --interactive: allow `update` to stage deleted filesJohannes Schindelin
2022-06-15add -i tests: mark "TODO" depending on GIT_TEST_ADD_I_USE_BUILTINÆvar Arnfjörð Bjarmason
2022-01-12builtin add -p: fix hunk splittingPhillip Wood
2022-01-12t3701: clean up hunk splitting testsPhillip Wood
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2021-02-11tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2021-01-25Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'Junio C Hamano
2020-12-08diff: do not show submodule with untracked files as "-dirty"Sangeeta Jain
2020-11-19t3[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-11-16add -i: verify in the tests that colors can be overriddenJohannes Schindelin
2020-09-22Merge branch 'pw/add-p-edit-ita-path'Junio C Hamano
2020-09-19Merge branch 'jk/add-i-fixes'Junio C Hamano
2020-09-09add -p: fix editing of intent-to-add pathsPhillip Wood
2020-09-08add--interactive.perl: specify --no-color explicitlyJeff King
2020-09-08add-patch: fix inverted return code of repo_read_index()Jeff King
2020-07-07t3701: stop using `env` in force_color()Denton Liu
2020-06-09Merge branch 'js/checkout-p-new-file'Junio C Hamano
2020-05-27checkout -p: handle new files correctlyJohannes Schindelin
2020-03-22t: fix whitespace around &&Andrei Rybak
2020-02-14Merge branch 'jk/diff-honor-wserrhighlight-in-plumbing'Junio C Hamano
2020-02-05Merge branch 'js/add-p-leftover-bits'Junio C Hamano
2020-01-31diff: move diff.wsErrorHighlight to "basic" configJeff King
2020-01-30Merge branch 'js/builtin-add-i-cmds'Junio C Hamano
2020-01-16built-in add -i: accept open-ended ranges againJohannes Schindelin
2020-01-15t3701: adjust difffilter testJohannes Schindelin
2019-12-13built-in add -p: implement the '/' ("search regex") commandJohannes Schindelin
2019-12-13built-in add -p: implement the 'g' ("goto") commandJohannes Schindelin
2019-12-13built-in add -p: implement the hunk splitting featureJohannes Schindelin
2019-12-06git add -p: use non-zero exit code when the diff generation failedJohannes Schindelin