summaryrefslogtreecommitdiff
path: root/t/t3701-add-interactive.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/retire-scripted-add-p'Junio C Hamano2023-03-311-6/+0
|\
| * t3701: we don't need no Perl for `add -i` anymoreJohannes Schindelin2023-03-271-6/+0
* | Merge branch 'jk/add-p-unmerged-fix'Junio C Hamano2023-03-191-0/+21
|\ \
| * | add-patch: handle "* Unmerged path" linesJeff King2023-03-091-0/+21
* | | Merge branch 'ab/avoid-losing-exit-codes-in-tests'Junio C Hamano2023-03-191-3/+5
|\ \ \ | |_|/ |/| |
| * | tests: don't lose misc "git" exit codesÆvar Arnfjörð Bjarmason2023-02-061-3/+5
| |/
* | add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason2023-02-061-11/+18
|/
* Merge branch 'js/builtin-add-p-portability-fix'Junio C Hamano2022-09-131-2/+2
|\
| * t3701: test the built-in `add -i` regardless of NO_PERLJohannes Schindelin2022-08-301-2/+2
* | Merge branch 'js/add-p-diff-parsing-fix'Junio C Hamano2022-09-091-2/+25
|\ \
| * | add -p: ignore dirty submodulesJohannes Schindelin2022-09-011-0/+12
| * | add -p: gracefully handle unparseable hunk headers in colored diffsJohannes Schindelin2022-09-011-0/+10
| * | add -p: detect more mismatches between plain vs colored diffsJohannes Schindelin2022-09-011-2/+3
| |/
* | pipe_command(): mark stdin descriptor as non-blockingJeff King2022-08-171-0/+13
|/
* Merge 'js/add-i-delete' into maint-2.37Junio C Hamano2022-07-041-0/+9
|\
| * add --interactive: allow `update` to stage deleted filesJohannes Schindelin2022-06-281-0/+9
* | add -i tests: mark "TODO" depending on GIT_TEST_ADD_I_USE_BUILTINÆvar Arnfjörð Bjarmason2022-06-151-2/+10
* | builtin add -p: fix hunk splittingPhillip Wood2022-01-121-4/+42
* | t3701: clean up hunk splitting testsPhillip Wood2022-01-121-4/+4
* | tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-1/+1
* | tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason2021-02-101-1/+1
* | Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano2021-01-251-2/+5
|\ \
| * | t3[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-3/+3
| * | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* | | Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'Junio C Hamano2021-01-251-0/+6
|\ \ \
| * | | diff: do not show submodule with untracked files as "-dirty"Sangeeta Jain2020-12-081-0/+6
| |/ /
* | | add -i: verify in the tests that colors can be overriddenJohannes Schindelin2020-11-161-0/+84
|/ /
* | Merge branch 'pw/add-p-edit-ita-path'Junio C Hamano2020-09-221-0/+38
|\ \
| * | add -p: fix editing of intent-to-add pathsPhillip Wood2020-09-091-0/+38
* | | Merge branch 'jk/add-i-fixes'Junio C Hamano2020-09-181-0/+8
|\ \ \ | |/ / |/| |
| * | add--interactive.perl: specify --no-color explicitlyJeff King2020-09-081-0/+1
| * | add-patch: fix inverted return code of repo_read_index()Jeff King2020-09-081-0/+7
* | | t3701: stop using `env` in force_color()Denton Liu2020-07-071-2/+11
|/ /
* | Merge branch 'js/checkout-p-new-file'Junio C Hamano2020-06-081-0/+19
|\ \
| * | checkout -p: handle new files correctlyJohannes Schindelin2020-05-271-0/+19
* | | t: fix whitespace around &&Andrei Rybak2020-03-221-1/+1
* | | Merge branch 'jk/diff-honor-wserrhighlight-in-plumbing'Junio C Hamano2020-02-141-0/+13
|\ \ \
| * | | diff: move diff.wsErrorHighlight to "basic" configJeff King2020-01-311-0/+13
* | | | Merge branch 'js/add-p-leftover-bits'Junio C Hamano2020-02-051-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | t3701: adjust difffilter testJohannes Schindelin2020-01-151-1/+1
| |/ /
* | | Merge branch 'js/builtin-add-i-cmds'Junio C Hamano2020-01-301-0/+9
|\ \ \ | |/ / |/| |
| * | built-in add -i: accept open-ended ranges againJohannes Schindelin2020-01-161-0/+9
| |/
* | built-in add -p: implement the '/' ("search regex") commandJohannes Schindelin2019-12-131-0/+14
* | built-in add -p: implement the 'g' ("goto") commandJohannes Schindelin2019-12-131-0/+16
* | built-in add -p: implement the hunk splitting featureJohannes Schindelin2019-12-131-0/+12
* | git add -p: use non-zero exit code when the diff generation failedJohannes Schindelin2019-12-061-1/+1
* | t3701: verify that the diff.algorithm config setting is handledJohannes Schindelin2019-12-061-0/+10
* | t3701: verify the shown messages when nothing can be addedJohannes Schindelin2019-12-061-0/+11
* | t3701: add a test for the different `add -p` promptsJohannes Schindelin2019-12-061-1/+18
* | t3701: avoid depending on the TTY prerequisiteJohannes Schindelin2019-12-061-7/+21