aboutsummaryrefslogtreecommitdiffstats
path: root/t/t3701-add-interactive.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-08-08Merge branch 'rj/add-p-pager'Junio C Hamano1-0/+48
2024-07-31Merge branch 'pw/add-patch-with-suppress-blank-empty'Junio C Hamano1-0/+19
2024-07-25add-patch: render hunks through the pagerRubén Justo1-0/+32
2024-07-25add-patch: test for 'p' commandRubén Justo1-0/+16
2024-07-20add-patch: handle splitting hunks with diff.suppressBlankEmptyPhillip Wood1-0/+19
2024-06-05add-i: finally retire add.interactive.useBuiltinJunio C Hamano1-15/+0
2024-05-22add-patch: enforce only one-letter response to promptsJunio C Hamano1-2/+36
2024-05-08Merge branch 'rj/add-p-typo-reaction'Junio C Hamano1-7/+21
2024-04-30add-patch: response to unknown commandRubén Justo1-1/+15
2024-04-30add-patch: do not show UI messages on stderrRubén Justo1-6/+6
2024-04-22add: plug a leak on interactive_addRubén Justo1-0/+1
2024-03-28add-patch: introduce 'p' in interactive-patchRubén Justo1-11/+11
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-4/+4
2023-06-22Merge branch 'ds/add-i-color-configuration-fix'Junio C Hamano1-0/+38
2023-06-12add: test use of brackets when color is disabledDerrick Stolee1-0/+23
2023-06-12add: check color.ui for interactive addDerrick Stolee1-0/+15
2023-03-31Merge branch 'ab/retire-scripted-add-p'Junio C Hamano1-6/+0
2023-03-27t3701: we don't need no Perl for `add -i` anymoreJohannes Schindelin1-6/+0
2023-03-19Merge branch 'jk/add-p-unmerged-fix'Junio C Hamano1-0/+21
2023-03-19Merge branch 'ab/avoid-losing-exit-codes-in-tests'Junio C Hamano1-3/+5
2023-03-09add-patch: handle "* Unmerged path" linesJeff King1-0/+21
2023-02-06tests: don't lose misc "git" exit codesÆvar Arnfjörð Bjarmason1-3/+5
2023-02-06add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason1-11/+18
2022-09-13Merge branch 'js/builtin-add-p-portability-fix'Junio C Hamano1-2/+2
2022-09-09Merge branch 'js/add-p-diff-parsing-fix'Junio C Hamano1-2/+25
2022-09-01add -p: ignore dirty submodulesJohannes Schindelin1-0/+12
2022-09-01add -p: gracefully handle unparseable hunk headers in colored diffsJohannes Schindelin1-0/+10
2022-09-01add -p: detect more mismatches between plain vs colored diffsJohannes Schindelin1-2/+3
2022-08-30t3701: test the built-in `add -i` regardless of NO_PERLJohannes Schindelin1-2/+2
2022-08-17pipe_command(): mark stdin descriptor as non-blockingJeff King1-0/+13
2022-07-04Merge 'js/add-i-delete' into maint-2.37Junio C Hamano1-0/+9
2022-06-28add --interactive: allow `update` to stage deleted filesJohannes Schindelin1-0/+9
2022-06-15add -i tests: mark "TODO" depending on GIT_TEST_ADD_I_USE_BUILTINÆvar Arnfjörð Bjarmason1-2/+10
2022-01-12builtin add -p: fix hunk splittingPhillip Wood1-4/+42
2022-01-12t3701: clean up hunk splitting testsPhillip Wood1-4/+4
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-1/+1
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-1/+1
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-2/+5
2021-01-25Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'Junio C Hamano1-0/+6
2020-12-08diff: do not show submodule with untracked files as "-dirty"Sangeeta Jain1-0/+6
2020-11-19t3[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin1-3/+3
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-11-16add -i: verify in the tests that colors can be overriddenJohannes Schindelin1-0/+84
2020-09-22Merge branch 'pw/add-p-edit-ita-path'Junio C Hamano1-0/+38
2020-09-18Merge branch 'jk/add-i-fixes'Junio C Hamano1-0/+8
2020-09-09add -p: fix editing of intent-to-add pathsPhillip Wood1-0/+38
2020-09-08add--interactive.perl: specify --no-color explicitlyJeff King1-0/+1
2020-09-08add-patch: fix inverted return code of repo_read_index()Jeff King1-0/+7
2020-07-07t3701: stop using `env` in force_color()Denton Liu1-2/+11