aboutsummaryrefslogtreecommitdiffstats
path: root/t/t3701-add-interactive.sh
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge branch 'rj/add-p-typo-reaction'Junio C Hamano1-7/+21
2024-04-30add-patch: response to unknown commandRubén Justo1-1/+15
2024-04-30add-patch: do not show UI messages on stderrRubén Justo1-6/+6
2024-04-22add: plug a leak on interactive_addRubén Justo1-0/+1
2024-03-28add-patch: introduce 'p' in interactive-patchRubén Justo1-11/+11
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-4/+4
2023-06-22Merge branch 'ds/add-i-color-configuration-fix'Junio C Hamano1-0/+38
2023-06-12add: test use of brackets when color is disabledDerrick Stolee1-0/+23
2023-06-12add: check color.ui for interactive addDerrick Stolee1-0/+15
2023-03-31Merge branch 'ab/retire-scripted-add-p'Junio C Hamano1-6/+0
2023-03-27t3701: we don't need no Perl for `add -i` anymoreJohannes Schindelin1-6/+0
2023-03-19Merge branch 'jk/add-p-unmerged-fix'Junio C Hamano1-0/+21
2023-03-19Merge branch 'ab/avoid-losing-exit-codes-in-tests'Junio C Hamano1-3/+5
2023-03-09add-patch: handle "* Unmerged path" linesJeff King1-0/+21
2023-02-06tests: don't lose misc "git" exit codesÆvar Arnfjörð Bjarmason1-3/+5
2023-02-06add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason1-11/+18
2022-09-13Merge branch 'js/builtin-add-p-portability-fix'Junio C Hamano1-2/+2
2022-09-09Merge branch 'js/add-p-diff-parsing-fix'Junio C Hamano1-2/+25
2022-09-01add -p: ignore dirty submodulesJohannes Schindelin1-0/+12
2022-09-01add -p: gracefully handle unparseable hunk headers in colored diffsJohannes Schindelin1-0/+10
2022-09-01add -p: detect more mismatches between plain vs colored diffsJohannes Schindelin1-2/+3
2022-08-30t3701: test the built-in `add -i` regardless of NO_PERLJohannes Schindelin1-2/+2
2022-08-17pipe_command(): mark stdin descriptor as non-blockingJeff King1-0/+13
2022-07-04Merge 'js/add-i-delete' into maint-2.37Junio C Hamano1-0/+9
2022-06-28add --interactive: allow `update` to stage deleted filesJohannes Schindelin1-0/+9
2022-06-15add -i tests: mark "TODO" depending on GIT_TEST_ADD_I_USE_BUILTINÆvar Arnfjörð Bjarmason1-2/+10
2022-01-12builtin add -p: fix hunk splittingPhillip Wood1-4/+42
2022-01-12t3701: clean up hunk splitting testsPhillip Wood1-4/+4
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-1/+1
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-1/+1
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-2/+5
2021-01-25Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'Junio C Hamano1-0/+6
2020-12-08diff: do not show submodule with untracked files as "-dirty"Sangeeta Jain1-0/+6
2020-11-19t3[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin1-3/+3
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-11-16add -i: verify in the tests that colors can be overriddenJohannes Schindelin1-0/+84
2020-09-22Merge branch 'pw/add-p-edit-ita-path'Junio C Hamano1-0/+38
2020-09-18Merge branch 'jk/add-i-fixes'Junio C Hamano1-0/+8
2020-09-09add -p: fix editing of intent-to-add pathsPhillip Wood1-0/+38
2020-09-08add--interactive.perl: specify --no-color explicitlyJeff King1-0/+1
2020-09-08add-patch: fix inverted return code of repo_read_index()Jeff King1-0/+7
2020-07-07t3701: stop using `env` in force_color()Denton Liu1-2/+11
2020-06-08Merge branch 'js/checkout-p-new-file'Junio C Hamano1-0/+19
2020-05-27checkout -p: handle new files correctlyJohannes Schindelin1-0/+19
2020-03-22t: fix whitespace around &&Andrei Rybak1-1/+1
2020-02-14Merge branch 'jk/diff-honor-wserrhighlight-in-plumbing'Junio C Hamano1-0/+13
2020-02-05Merge branch 'js/add-p-leftover-bits'Junio C Hamano1-1/+1
2020-01-31diff: move diff.wsErrorHighlight to "basic" configJeff King1-0/+13
2020-01-30Merge branch 'js/builtin-add-i-cmds'Junio C Hamano1-0/+9
2020-01-16built-in add -i: accept open-ended ranges againJohannes Schindelin1-0/+9
2020-01-15t3701: adjust difffilter testJohannes Schindelin1-1/+1
2019-12-13built-in add -p: implement the '/' ("search regex") commandJohannes Schindelin1-0/+14
2019-12-13built-in add -p: implement the 'g' ("goto") commandJohannes Schindelin1-0/+16
2019-12-13built-in add -p: implement the hunk splitting featureJohannes Schindelin1-0/+12
2019-12-06git add -p: use non-zero exit code when the diff generation failedJohannes Schindelin1-1/+1
2019-12-06t3701: verify that the diff.algorithm config setting is handledJohannes Schindelin1-0/+10
2019-12-06t3701: verify the shown messages when nothing can be addedJohannes Schindelin1-0/+11
2019-12-06t3701: add a test for the different `add -p` promptsJohannes Schindelin1-1/+18
2019-12-06t3701: avoid depending on the TTY prerequisiteJohannes Schindelin1-7/+21
2019-12-06t3701: add a test for advanced split-hunk editingJohannes Schindelin1-0/+22
2019-11-18built-in add -i: implement the `help` commandSlavica Đukić1-0/+25
2019-10-04add -i: show progress counter in the promptKunal Tyagi1-1/+1
2019-07-09Merge branch 'pw/add-p-recount'Junio C Hamano1-0/+8
2019-06-13add -p: fix checkout -p with pathological contextPhillip Wood1-0/+8
2018-09-24Merge branch 'sg/t3701-tighten-trace'Junio C Hamano1-1/+1
2018-09-11t3701-add-interactive: tighten the check of trace outputSZEDER Gábor1-1/+1
2018-07-03t: use test_write_lines() instead of series of 'echo' commandsEric Sunshine1-8/+8
2018-06-28Merge branch 'pw/add-p-recount'Junio C Hamano1-0/+43
2018-06-11add -p: fix counting empty context lines in edited patchesPhillip Wood1-0/+43
2018-03-14Merge branch 'jk/add-i-diff-filter'Junio C Hamano1-0/+20
2018-03-14Merge branch 'pw/add-p-recount'Junio C Hamano1-130/+165
2018-03-05add--interactive: detect bogus diffFilter outputJeff King1-0/+8
2018-03-05t3701: add a test for interactive.diffFilterJeff King1-0/+12
2018-03-05add -p: fix counting when splitting and coalescingPhillip Wood1-8/+23
2018-03-05add -p: calculate offset delta for edited patchesPhillip Wood1-1/+1
2018-03-01add -p: adjust offsets of subsequent hunks when one is skippedPhillip Wood1-1/+1
2018-03-01t3701: add failing test for pathological context linesPhillip Wood1-0/+30
2018-03-01t3701: don't hard code sha1 hash valuesPhillip Wood1-10/+23
2018-02-20t3701: use test_write_lines and write_scriptPhillip Wood1-28/+5
2018-02-20t3701: indent here documentsPhillip Wood1-87/+87
2018-01-16add--interactive: ignore submodule changes except HEADNguyễn Thái Ngọc Duy1-0/+48
2017-10-04color: make "always" the same as "auto" in configJeff King1-0/+10
2017-10-04t3701: use test-terminal to collect color outputJeff King1-5/+3
2017-06-26Merge branch 'jk/add-p-commentchar-fix'Junio C Hamano1-0/+8
2017-06-21add--interactive: quote commentChar regexJeff King1-0/+8
2017-04-14pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefixPatrick Steinhardt1-0/+22
2017-03-17Merge branch 'jk/add-i-use-pathspecs'Junio C Hamano1-0/+43
2017-03-14add--interactive: do not expand pathspecs with ls-filesJeff King1-0/+43
2017-03-02add--interactive: fix missing file prompt for patch mode with "-i"Jeff King1-0/+18
2017-01-31color_parse_mem: allow empty color specJeff King1-0/+14
2015-04-16add -p: demonstrate failure when running 'edit' after a splitMatthieu Moy1-0/+22
2015-04-16t3701-add-interactive: simplify codeMatthieu Moy1-4/+1
2013-11-26test: make FILEMODE a lazy prereqJonathan Nieder1-1/+0
2013-08-24add -i test: use skip_all instead of repeated PERL prerequisiteJonathan Nieder1-35/+41
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini1-1/+1
2012-04-05add--interactive: ignore unmerged entries in patch modeJeff King1-0/+26
2011-05-11Merge branch 'jc/maint-add-p-overlapping-hunks'Junio C Hamano1-0/+36
2011-05-08t3701: add-p-fix makes the last test to passJunio C Hamano1-1/+1
2011-05-05t3701: fix here documentJunio C Hamano1-3/+2
2011-04-29t3701: Editing a split hunk in an "add -p" sessionJunio C Hamano1-0/+36
2010-08-18t/t3701-add-interactive.sh: change from skip_all=* to prereq skipÆvar Arnfjörð Bjarmason1-34/+70
2010-08-18tests: Move FILEMODE prerequisite to lib-prereq-FILEMODE.shÆvar Arnfjörð Bjarmason1-7/+1
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason1-2/+2
2009-12-08Merge branch 'jk/maint-add-p-delete-fix' into maintJunio C Hamano1-0/+20
2009-12-07add-interactive: fix deletion of non-empty filesJeff King1-0/+20
2009-11-16Merge branch 'jk/maint-add-p-empty' into maintJunio C Hamano1-0/+17
2009-10-27add-interactive: handle deletion of empty filesJeff King1-0/+17
2009-10-10git-add--interactive: never skip files included in indexPauli Virtanen1-0/+14
2009-08-26Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix' into maint-1.6.3Junio C Hamano1-0/+11
2009-08-18Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix'Junio C Hamano1-0/+11
2009-08-15add -p: do not attempt to coalesce mode changesThomas Rast1-1/+1
2009-08-15git add -p: demonstrate failure when staging both mode and hunkKirill Smelkov1-0/+11
2009-05-25t3701: ensure correctly set up repository after skipped testsJohannes Sixt1-0/+6
2009-05-16Revert "git-add--interactive: remove hunk coalescing"Junio C Hamano1-1/+1
2009-05-16Splitting a hunk that adds a line at the top fails in "add -p"Matt Graham1-0/+32
2009-04-08tests: skip perl tests if NO_PERL is definedJeff King1-0/+5
2009-03-22Skip tests that fail if the executable bit is not handled by the filesystemJohannes Sixt1-4/+5
2008-07-02git-add--interactive: manual hunk editing modeThomas Rast1-0/+67
2008-05-21Fix t3701 if core.filemode disabledAlex Riesen1-0/+7
2008-03-27add--interactive: allow user to choose mode updateJeff King1-1/+11
2008-03-27add--interactive: ignore mode change in 'p'atch commandJeff King1-0/+9
2008-03-13add test_cmp function for test scriptsJeff King1-2/+2
2008-02-16add--interactive: handle initial commit betterJeff King1-0/+69