summaryrefslogtreecommitdiff
path: root/t/t3701-add-interactive.sh
AgeCommit message (Expand)Author
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
2019-12-06t3701: verify that the diff.algorithm config setting is handledJohannes Schindelin
2019-12-06t3701: verify the shown messages when nothing can be addedJohannes Schindelin
2019-12-06t3701: add a test for the different `add -p` promptsJohannes Schindelin
2019-12-06t3701: avoid depending on the TTY prerequisiteJohannes Schindelin
2019-12-06t3701: add a test for advanced split-hunk editingJohannes Schindelin
2019-11-18built-in add -i: implement the `help` commandSlavica Đukić
2019-10-03add -i: show progress counter in the promptKunal Tyagi
2019-07-09Merge branch 'pw/add-p-recount'Junio C Hamano
2019-06-13add -p: fix checkout -p with pathological contextPhillip Wood
2018-09-24Merge branch 'sg/t3701-tighten-trace'Junio C Hamano
2018-09-11t3701-add-interactive: tighten the check of trace outputSZEDER Gábor
2018-07-03t: use test_write_lines() instead of series of 'echo' commandsEric Sunshine
2018-06-28Merge branch 'pw/add-p-recount'Junio C Hamano
2018-06-11add -p: fix counting empty context lines in edited patchesPhillip Wood
2018-03-14Merge branch 'jk/add-i-diff-filter'Junio C Hamano
2018-03-14Merge branch 'pw/add-p-recount'Junio C Hamano
2018-03-05add--interactive: detect bogus diffFilter outputJeff King
2018-03-05t3701: add a test for interactive.diffFilterJeff King
2018-03-05add -p: fix counting when splitting and coalescingPhillip Wood
2018-03-05add -p: calculate offset delta for edited patchesPhillip Wood
2018-03-01add -p: adjust offsets of subsequent hunks when one is skippedPhillip Wood
2018-03-01t3701: add failing test for pathological context linesPhillip Wood
2018-03-01t3701: don't hard code sha1 hash valuesPhillip Wood