index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
add-interactive.h
Age
Commit message (
Expand
)
Author
2026-03-03
add-patch: split out `struct interactive_options`
Patrick Steinhardt
2026-03-03
add-patch: split out header from "add-interactive.h"
Patrick Steinhardt
2026-02-17
interactive -p: add new `--auto-advance` flag
Abraham Samuel Adekunle
2025-09-16
add-interactive: retain colorbool values longer
Jeff King
2025-09-08
add-interactive: respect color.diff for diff coloring
Jeff King
2025-07-29
add-patch: add diff.context command line overrides
Leon Michalak
2025-07-29
add-patch: respect diff.context configuration
Leon Michalak
2020-01-15
built-in add -p: respect the `interactive.singlekey` config setting
Johannes Schindelin
2020-01-15
built-in add -p: handle diff.algorithm
Johannes Schindelin
2020-01-15
built-in add -p: support interactive.diffFilter
Johannes Schindelin
2019-12-21
built-in add -p: implement the "worktree" patch modes
Johannes Schindelin
2019-12-21
built-in add -p: implement the "checkout" patch modes
Johannes Schindelin
2019-12-21
built-in add -p: implement the "stash" and "reset" patch modes
Johannes Schindelin
2019-12-21
built-in add -p: prepare for patch modes other than "stage"
Johannes Schindelin
2019-12-13
built-in add -p: implement hunk editing
Johannes Schindelin
2019-12-13
built-in add -p: adjust hunk headers as needed
Johannes Schindelin
2019-12-13
built-in add -i: start implementing the `patch` functionality in C
Johannes Schindelin
2019-11-14
Start to implement a built-in version of `git add --interactive`
Johannes Schindelin