summaryrefslogtreecommitdiff
path: root/t/t3701-add-interactive.sh
AgeCommit message (Expand)Author
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
2013-11-26test: make FILEMODE a lazy prereqJonathan Nieder
2013-08-25add -i test: use skip_all instead of repeated PERL prerequisiteJonathan Nieder
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini
2012-04-05add--interactive: ignore unmerged entries in patch modeJeff King
2011-05-11Merge branch 'jc/maint-add-p-overlapping-hunks'Junio C Hamano
2011-05-08t3701: add-p-fix makes the last test to passJunio C Hamano
2011-05-05t3701: fix here documentJunio C Hamano
2011-04-29t3701: Editing a split hunk in an "add -p" sessionJunio C Hamano
2010-08-18t/t3701-add-interactive.sh: change from skip_all=* to prereq skipÆvar Arnfjörð Bjarmason
2010-08-18tests: Move FILEMODE prerequisite to lib-prereq-FILEMODE.shÆvar Arnfjörð Bjarmason
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason
2009-12-09Merge branch 'jk/maint-add-p-delete-fix' into maintJunio C Hamano
2009-12-08add-interactive: fix deletion of non-empty filesJeff King
2009-11-16Merge branch 'jk/maint-add-p-empty' into maintJunio C Hamano
2009-10-28add-interactive: handle deletion of empty filesJeff King
2009-10-10git-add--interactive: never skip files included in indexPauli Virtanen
2009-08-26Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix' into maint-1.6.3Junio C Hamano
2009-08-19Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix'Junio C Hamano
2009-08-15add -p: do not attempt to coalesce mode changesThomas Rast
2009-08-15git add -p: demonstrate failure when staging both mode and hunkKirill Smelkov
2009-05-25t3701: ensure correctly set up repository after skipped testsJohannes Sixt
2009-05-17Revert "git-add--interactive: remove hunk coalescing"Junio C Hamano