41 Commits (2638e33c825eb56260ad53be6b45bf31c1897ce9)

Author SHA1 Message Date
Johannes Schindelin 890b68b263 add -p: prefer color.diff.context over color.diff.plain 4 years ago
Johannes Schindelin afae3cb6b0 add -i (built-in): use the same indentation as the Perl version 4 years ago
Johannes Schindelin 25d9e5ccba add -i (built-in): use correct names to load color.diff.* config 4 years ago
Johannes Schindelin c62cd1720f add -i (built-in): prevent the `reset` "color" from being configured 4 years ago
Johannes Schindelin cb581b16ef add -i (built-in): send error messages to stderr 4 years ago
Johannes Schindelin d34e4502fa add -i (built-in): do show an error message for incorrect inputs 4 years ago
Elijah Newren 6da1a25814 hashmap: provide deallocation function names 4 years ago
Jeff King d70a9eb611 strvec: rename struct fields 4 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 4 years ago
Jeff King ef8d7ac42a strvec: convert more callers away from argv_array name 4 years ago
Johannes Schindelin 08d383f23e interactive: refactor code asking the user for interactive input 5 years ago
Johannes Schindelin 849e43cc18 built-in add -i: accept open-ended ranges again 5 years ago
Johannes Schindelin d660a30ceb built-in add -i: do not try to `patch`/`diff` an empty list of files 5 years ago
Johannes Schindelin 04f816b125 built-in add -p: respect the `interactive.singlekey` config setting 5 years ago
Johannes Schindelin 08b1ea4c39 built-in add -p: handle diff.algorithm 5 years ago
Johannes Schindelin 180f48df69 built-in add -p: support interactive.diffFilter 5 years ago
Johannes Schindelin d2a233cb8b built-in add -p: prepare for patch modes other than "stage" 5 years ago
Johannes Schindelin bcdd297b78 built-in add -p: implement hunk editing 5 years ago
Johannes Schindelin 25ea47af49 built-in add -p: adjust hunk headers as needed 5 years ago
Johannes Schindelin 1942ee44e8 built-in add -i: wire up the new C code for the `patch` command 5 years ago
Johannes Schindelin 2e697ced9d built-in add -i: offer the `quit` command 5 years ago
Johannes Schindelin d7633578b5 built-in add -i: re-implement the `diff` command 5 years ago
Johannes Schindelin 8746e07277 built-in add -i: implement the `patch` command 5 years ago
Johannes Schindelin ab1e1cccaf built-in add -i: re-implement `add-untracked` in C 5 years ago
Johannes Schindelin c54ef5e424 built-in add -i: re-implement `revert` in C 5 years ago
Johannes Schindelin a8c45be939 built-in add -i: implement the `update` command 5 years ago
Johannes Schindelin f37c226454 built-in add -i: prepare for multi-selection commands 5 years ago
Johannes Schindelin c08171d156 built-in add -i: allow filtering the modified files list 5 years ago
Johannes Schindelin 0c3944a628 add-interactive: make sure to release `rev.prune_data` 5 years ago
Slavica Đukić 8c15904462 built-in add -i: implement the `help` command 5 years ago
Slavica Đukić 3d965c7674 built-in add -i: use color in the main loop 5 years ago
Johannes Schindelin 68db1cbf8e built-in add -i: support `?` (prompt help) 5 years ago
Johannes Schindelin 76b743234c built-in add -i: show unique prefixes of the commands 5 years ago
Johannes Schindelin 6348bfba58 built-in add -i: implement the main loop 5 years ago
Slavica Đukić 1daaebcaa5 built-in add -i: color the header in the `status` command 5 years ago
Daniel Ferreira 5e82b9e4d2 built-in add -i: implement the `status` command 5 years ago
Johannes Schindelin f83dff60a7 Start to implement a built-in version of `git add --interactive` 5 years ago