index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t3701-add-interactive.sh
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-26
add-patch: quit on EOF
René Scharfe
1
-0
/
+11
2025-10-24
Merge branch 'rs/add-patch-document-p-for-pager'
Junio C Hamano
1
-22
/
+22
2025-10-21
add-patch: fully document option P
René Scharfe
1
-22
/
+22
2025-10-17
Merge branch 'rs/add-patch-options-fix'
Junio C Hamano
1
-15
/
+61
2025-10-14
Merge branch 'pw/add-p-hunk-splitting-fix'
Junio C Hamano
1
-0
/
+31
2025-10-06
add-patch: reset "permitted" at loop start
René Scharfe
1
-0
/
+14
2025-10-06
add-patch: let options a and d roll over like y and n
René Scharfe
1
-6
/
+6
2025-10-06
add-patch: let options k and K roll over like j and J
René Scharfe
1
-20
/
+20
2025-10-06
add-patch: let options y, n, j, and e roll over to next undecided
René Scharfe
1
-0
/
+22
2025-10-06
add-patch: document that option J rolls over
René Scharfe
1
-4
/
+14
2025-09-25
add-patch: update hunk splitability after editing
Phillip Wood
1
-0
/
+21
2025-09-25
add -p: mark split hunks as undecided
Phillip Wood
1
-0
/
+10
2025-09-08
add-interactive: manually fall back color config to color.ui
Jeff King
1
-0
/
+15
2025-09-08
add-interactive: respect color.diff for diff coloring
Jeff King
1
-0
/
+38
2025-07-29
add-patch: add diff.context command line overrides
Leon Michalak
1
-0
/
+49
2025-07-29
add-patch: respect diff.context configuration
Leon Michalak
1
-0
/
+22
2025-07-29
t: use test_grep in t3701 and t4055
Leon Michalak
1
-24
/
+24
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
1
-1
/
+0
2024-08-08
Merge branch 'rj/add-p-pager'
Junio C Hamano
1
-0
/
+48
2024-07-31
Merge branch 'pw/add-patch-with-suppress-blank-empty'
Junio C Hamano
1
-0
/
+19
2024-07-25
add-patch: render hunks through the pager
Rubén Justo
1
-0
/
+32
2024-07-25
add-patch: test for 'p' command
Rubén Justo
1
-0
/
+16
2024-07-20
add-patch: handle splitting hunks with diff.suppressBlankEmpty
Phillip Wood
1
-0
/
+19
2024-06-05
add-i: finally retire add.interactive.useBuiltin
Junio C Hamano
1
-15
/
+0
2024-05-22
add-patch: enforce only one-letter response to prompts
Junio C Hamano
1
-2
/
+36
2024-05-08
Merge branch 'rj/add-p-typo-reaction'
Junio C Hamano
1
-7
/
+21
2024-04-30
add-patch: response to unknown command
Rubén Justo
1
-1
/
+15
2024-04-30
add-patch: do not show UI messages on stderr
Rubén Justo
1
-6
/
+6
2024-04-22
add: plug a leak on interactive_add
Rubén Justo
1
-0
/
+1
2024-03-28
add-patch: introduce 'p' in interactive-patch
Rubén Justo
1
-11
/
+11
2023-11-02
tests: teach callers of test_i18ngrep to use test_grep
Junio C Hamano
1
-4
/
+4
2023-06-22
Merge branch 'ds/add-i-color-configuration-fix'
Junio C Hamano
1
-0
/
+38
2023-06-12
add: test use of brackets when color is disabled
Derrick Stolee
1
-0
/
+23
2023-06-12
add: check color.ui for interactive add
Derrick Stolee
1
-0
/
+15
2023-03-31
Merge branch 'ab/retire-scripted-add-p'
Junio C Hamano
1
-6
/
+0
2023-03-27
t3701: we don't need no Perl for `add -i` anymore
Johannes Schindelin
1
-6
/
+0
2023-03-19
Merge branch 'jk/add-p-unmerged-fix'
Junio C Hamano
1
-0
/
+21
2023-03-19
Merge branch 'ab/avoid-losing-exit-codes-in-tests'
Junio C Hamano
1
-3
/
+5
2023-03-09
add-patch: handle "* Unmerged path" lines
Jeff King
1
-0
/
+21
2023-02-06
tests: don't lose misc "git" exit codes
Ævar Arnfjörð Bjarmason
1
-3
/
+5
2023-02-06
add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"
Ævar Arnfjörð Bjarmason
1
-11
/
+18
2022-09-13
Merge branch 'js/builtin-add-p-portability-fix'
Junio C Hamano
1
-2
/
+2
2022-09-09
Merge branch 'js/add-p-diff-parsing-fix'
Junio C Hamano
1
-2
/
+25
2022-09-01
add -p: ignore dirty submodules
Johannes Schindelin
1
-0
/
+12
2022-09-01
add -p: gracefully handle unparseable hunk headers in colored diffs
Johannes Schindelin
1
-0
/
+10
2022-09-01
add -p: detect more mismatches between plain vs colored diffs
Johannes Schindelin
1
-2
/
+3
2022-08-30
t3701: test the built-in `add -i` regardless of NO_PERL
Johannes Schindelin
1
-2
/
+2
2022-08-17
pipe_command(): mark stdin descriptor as non-blocking
Jeff King
1
-0
/
+13
2022-07-04
Merge 'js/add-i-delete' into maint-2.37
Junio C Hamano
1
-0
/
+9
2022-06-28
add --interactive: allow `update` to stage deleted files
Johannes Schindelin
1
-0
/
+9
[next]