summaryrefslogtreecommitdiff
path: root/t/t3701-add-interactive.sh
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-20t3701: use test_write_lines and write_scriptLibravatar Phillip Wood1-28/+5
2018-02-20t3701: indent here documentsLibravatar Phillip Wood1-87/+87
2018-01-16add--interactive: ignore submodule changes except HEADLibravatar Nguyễn Thái Ngọc Duy1-0/+48
2017-10-04color: make "always" the same as "auto" in configLibravatar Jeff King1-0/+10
2017-10-04t3701: use test-terminal to collect color outputLibravatar Jeff King1-5/+3
2017-06-26Merge branch 'jk/add-p-commentchar-fix'Libravatar Junio C Hamano1-0/+8
2017-06-21add--interactive: quote commentChar regexLibravatar Jeff King1-0/+8
2017-04-14pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefixLibravatar Patrick Steinhardt1-0/+22
2017-03-17Merge branch 'jk/add-i-use-pathspecs'Libravatar Junio C Hamano1-0/+43
2017-03-14add--interactive: do not expand pathspecs with ls-filesLibravatar Jeff King1-0/+43
2017-03-02add--interactive: fix missing file prompt for patch mode with "-i"Libravatar Jeff King1-0/+18
2017-01-31color_parse_mem: allow empty color specLibravatar Jeff King1-0/+14
2015-04-16add -p: demonstrate failure when running 'edit' after a splitLibravatar Matthieu Moy1-0/+22
2015-04-16t3701-add-interactive: simplify codeLibravatar Matthieu Moy1-4/+1