summaryrefslogtreecommitdiff
path: root/t/t3701-add-interactive.sh
AgeCommit message (Expand)AuthorFilesLines
2021-02-10tests: remove most uses of test_i18ncmpLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Libravatar Junio C Hamano1-2/+5
2021-01-25Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'Libravatar Junio C Hamano1-0/+6
2020-12-08diff: do not show submodule with untracked files as "-dirty"Libravatar Sangeeta Jain1-0/+6
2020-11-19t3[5-9]*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-3/+3
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Libravatar Johannes Schindelin1-0/+3
2020-11-16add -i: verify in the tests that colors can be overriddenLibravatar Johannes Schindelin1-0/+84
2020-09-22Merge branch 'pw/add-p-edit-ita-path'Libravatar Junio C Hamano1-0/+38
2020-09-18Merge branch 'jk/add-i-fixes'Libravatar Junio C Hamano1-0/+8
2020-09-09add -p: fix editing of intent-to-add pathsLibravatar Phillip Wood1-0/+38
2020-09-08add--interactive.perl: specify --no-color explicitlyLibravatar Jeff King1-0/+1
2020-09-08add-patch: fix inverted return code of repo_read_index()Libravatar Jeff King1-0/+7
2020-07-07t3701: stop using `env` in force_color()Libravatar Denton Liu1-2/+11
2020-06-08Merge branch 'js/checkout-p-new-file'Libravatar Junio C Hamano1-0/+19
2020-05-27checkout -p: handle new files correctlyLibravatar Johannes Schindelin1-0/+19
2020-03-22t: fix whitespace around &&Libravatar Andrei Rybak1-1/+1
2020-02-14Merge branch 'jk/diff-honor-wserrhighlight-in-plumbing'Libravatar Junio C Hamano1-0/+13
2020-02-05Merge branch 'js/add-p-leftover-bits'Libravatar Junio C Hamano1-1/+1
2020-01-31diff: move diff.wsErrorHighlight to "basic" configLibravatar Jeff King1-0/+13
2020-01-30Merge branch 'js/builtin-add-i-cmds'Libravatar Junio C Hamano1-0/+9
2020-01-16built-in add -i: accept open-ended ranges againLibravatar Johannes Schindelin1-0/+9
2020-01-15t3701: adjust difffilter testLibravatar Johannes Schindelin1-1/+1
2019-12-13built-in add -p: implement the '/' ("search regex") commandLibravatar Johannes Schindelin1-0/+14
2019-12-13built-in add -p: implement the 'g' ("goto") commandLibravatar Johannes Schindelin1-0/+16
2019-12-13built-in add -p: implement the hunk splitting featureLibravatar Johannes Schindelin1-0/+12
2019-12-06git add -p: use non-zero exit code when the diff generation failedLibravatar Johannes Schindelin1-1/+1
2019-12-06t3701: verify that the diff.algorithm config setting is handledLibravatar Johannes Schindelin1-0/+10
2019-12-06t3701: verify the shown messages when nothing can be addedLibravatar Johannes Schindelin1-0/+11
2019-12-06t3701: add a test for the different `add -p` promptsLibravatar Johannes Schindelin1-1/+18
2019-12-06t3701: avoid depending on the TTY prerequisiteLibravatar Johannes Schindelin1-7/+21
2019-12-06t3701: add a test for advanced split-hunk editingLibravatar Johannes Schindelin1-0/+22
2019-11-18built-in add -i: implement the `help` commandLibravatar Slavica Đukić1-0/+25
2019-10-04add -i: show progress counter in the promptLibravatar Kunal Tyagi1-1/+1
2019-07-09Merge branch 'pw/add-p-recount'Libravatar Junio C Hamano1-0/+8
2019-06-13add -p: fix checkout -p with pathological contextLibravatar Phillip Wood1-0/+8
2018-09-24Merge branch 'sg/t3701-tighten-trace'Libravatar Junio C Hamano1-1/+1
2018-09-11t3701-add-interactive: tighten the check of trace outputLibravatar SZEDER Gábor1-1/+1
2018-07-03t: use test_write_lines() instead of series of 'echo' commandsLibravatar Eric Sunshine1-8/+8
2018-06-28Merge branch 'pw/add-p-recount'Libravatar Junio C Hamano1-0/+43
2018-06-11add -p: fix counting empty context lines in edited patchesLibravatar Phillip Wood1-0/+43
2018-03-14Merge branch 'jk/add-i-diff-filter'Libravatar Junio C Hamano1-0/+20
2018-03-14Merge branch 'pw/add-p-recount'Libravatar Junio C Hamano1-130/+165
2018-03-05add--interactive: detect bogus diffFilter outputLibravatar Jeff King1-0/+8
2018-03-05t3701: add a test for interactive.diffFilterLibravatar Jeff King1-0/+12
2018-03-05add -p: fix counting when splitting and coalescingLibravatar Phillip Wood1-8/+23
2018-03-05add -p: calculate offset delta for edited patchesLibravatar Phillip Wood1-1/+1
2018-03-01add -p: adjust offsets of subsequent hunks when one is skippedLibravatar Phillip Wood1-1/+1
2018-03-01t3701: add failing test for pathological context linesLibravatar Phillip Wood1-0/+30
2018-03-01t3701: don't hard code sha1 hash valuesLibravatar Phillip Wood1-10/+23