summaryrefslogtreecommitdiff
path: root/t/t3701-add-interactive.sh
AgeCommit message (Expand)Author
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
2018-02-20t3701: use test_write_lines and write_scriptPhillip Wood
2018-02-20t3701: indent here documentsPhillip Wood
2018-01-16add--interactive: ignore submodule changes except HEADNguyễn Thái Ngọc Duy
2017-10-04color: make "always" the same as "auto" in configJeff King
2017-10-04t3701: use test-terminal to collect color outputJeff King
2017-06-26Merge branch 'jk/add-p-commentchar-fix'Junio C Hamano
2017-06-21add--interactive: quote commentChar regexJeff King
2017-04-15pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefixPatrick Steinhardt
2017-03-17Merge branch 'jk/add-i-use-pathspecs'Junio C Hamano
2017-03-14add--interactive: do not expand pathspecs with ls-filesJeff King
2017-03-02add--interactive: fix missing file prompt for patch mode with "-i"Jeff King
2017-02-01color_parse_mem: allow empty color specJeff King
2015-04-16add -p: demonstrate failure when running 'edit' after a splitMatthieu Moy
2015-04-16t3701-add-interactive: simplify codeMatthieu Moy