aboutsummaryrefslogtreecommitdiff
path: root/t/t3701-add-interactive.sh
AgeCommit message (Expand)Author
2026-03-03Merge branch 'aa/add-p-no-auto-advance'Junio C Hamano
2026-02-17add-patch: allow interfile navigation when selecting hunksAbraham Samuel Adekunle
2026-01-09add -p: show user's hunk decision when selecting hunksAbraham Samuel Adekunle
2025-10-26add-patch: quit on EOFRené Scharfe
2025-10-24Merge branch 'rs/add-patch-document-p-for-pager'Junio C Hamano
2025-10-21add-patch: fully document option PRené Scharfe
2025-10-17Merge branch 'rs/add-patch-options-fix'Junio C Hamano
2025-10-14Merge branch 'pw/add-p-hunk-splitting-fix'Junio C Hamano
2025-10-06add-patch: reset "permitted" at loop startRené Scharfe
2025-10-06add-patch: let options a and d roll over like y and nRené Scharfe
2025-10-06add-patch: let options k and K roll over like j and JRené Scharfe
2025-10-06add-patch: let options y, n, j, and e roll over to next undecidedRené Scharfe
2025-10-06add-patch: document that option J rolls overRené Scharfe
2025-09-25add-patch: update hunk splitability after editingPhillip Wood
2025-09-25add -p: mark split hunks as undecidedPhillip Wood
2025-09-08add-interactive: manually fall back color config to color.uiJeff King
2025-09-08add-interactive: respect color.diff for diff coloringJeff King
2025-07-29add-patch: add diff.context command line overridesLeon Michalak
2025-07-29add-patch: respect diff.context configurationLeon Michalak
2025-07-29t: use test_grep in t3701 and t4055Leon Michalak
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-08-08Merge branch 'rj/add-p-pager'Junio C Hamano
2024-07-31Merge branch 'pw/add-patch-with-suppress-blank-empty'Junio C Hamano
2024-07-25add-patch: render hunks through the pagerRubén Justo
2024-07-25add-patch: test for 'p' commandRubén Justo
2024-07-20add-patch: handle splitting hunks with diff.suppressBlankEmptyPhillip Wood
2024-06-05add-i: finally retire add.interactive.useBuiltinJunio C Hamano
2024-05-22add-patch: enforce only one-letter response to promptsJunio C Hamano
2024-05-08Merge branch 'rj/add-p-typo-reaction'Junio C Hamano
2024-04-30add-patch: response to unknown commandRubén Justo
2024-04-30add-patch: do not show UI messages on stderrRubén Justo
2024-04-22add: plug a leak on interactive_addRubén Justo
2024-03-28add-patch: introduce 'p' in interactive-patchRubén Justo
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-06-22Merge branch 'ds/add-i-color-configuration-fix'Junio C Hamano
2023-06-12add: test use of brackets when color is disabledDerrick Stolee
2023-06-12add: check color.ui for interactive addDerrick Stolee
2023-03-31Merge branch 'ab/retire-scripted-add-p'Junio C Hamano
2023-03-27t3701: we don't need no Perl for `add -i` anymoreJohannes Schindelin
2023-03-19Merge branch 'jk/add-p-unmerged-fix'Junio C Hamano
2023-03-19Merge branch 'ab/avoid-losing-exit-codes-in-tests'Junio C Hamano
2023-03-09add-patch: handle "* Unmerged path" linesJeff King
2023-02-06tests: don't lose misc "git" exit codesÆvar Arnfjörð Bjarmason
2023-02-06add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason
2022-09-13Merge branch 'js/builtin-add-p-portability-fix'Junio C Hamano
2022-09-09Merge branch 'js/add-p-diff-parsing-fix'Junio C Hamano
2022-09-01add -p: ignore dirty submodulesJohannes Schindelin
2022-09-01add -p: gracefully handle unparseable hunk headers in colored diffsJohannes Schindelin
2022-09-01add -p: detect more mismatches between plain vs colored diffsJohannes Schindelin
2022-08-30t3701: test the built-in `add -i` regardless of NO_PERLJohannes Schindelin