48 Commits (2638e33c825eb56260ad53be6b45bf31c1897ce9)

Author SHA1 Message Date
Johannes Schindelin 6681e36032 add -p (built-in): do not color the progress indicator separately 4 years ago
Johannes Schindelin 6f1a5caa0b add -i: use `reset_color` consistently 4 years ago
Johannes Schindelin decc9ee4ea add -p (built-in): imitate `xdl_format_hunk_hdr()` generating hunk headers 4 years ago
Denton Liu f82a9e517f add-patch: add NEEDSWORK about comparing commits 4 years ago
Phillip Wood 75a009dc29 add -p: fix editing of intent-to-add paths 4 years ago
Phillip Wood 324efcf6b6 add -p: fix memory leak 4 years ago
Jeff King dc62641572 add-patch: fix inverted return code of repo_read_index() 4 years ago
Phillip Wood ce910287e7 add -p: fix checking of user input 4 years ago
Phillip Wood 2ebe436c55 add -p: use ALLOC_GROW_BY instead of ALLOW_GROW 4 years ago
Jeff King d70a9eb611 strvec: rename struct fields 4 years ago
Steve Kemp 84544f2ea3 comment: fix spelling mistakes inside comments 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
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 4 years ago
Johannes Schindelin 2c8bd8471a checkout -p: handle new files correctly 5 years ago
Johannes Schindelin 08d383f23e interactive: refactor code asking the user for interactive input 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 cee6cb7300 built-in add -p: implement the "worktree" patch modes 5 years ago
Johannes Schindelin 52628f94fc built-in add -p: implement the "checkout" patch modes 5 years ago
Johannes Schindelin 36bae1dc0e built-in add -p: implement the "stash" and "reset" patch modes 5 years ago
Johannes Schindelin d2a233cb8b built-in add -p: prepare for patch modes other than "stage" 5 years ago
Johannes Schindelin 2e4083198d built-in add -p: show helpful hint when nothing can be staged 5 years ago
Johannes Schindelin 54d9d9b2ee built-in add -p: only show the applicable parts of the help text 5 years ago
Johannes Schindelin ade246efed built-in add -p: implement the 'q' ("quit") command 5 years ago
Johannes Schindelin d6cf873340 built-in add -p: implement the '/' ("search regex") command 5 years ago
Johannes Schindelin 9254bdfb4f built-in add -p: implement the 'g' ("goto") command 5 years ago
Johannes Schindelin bcdd297b78 built-in add -p: implement hunk editing 5 years ago
Johannes Schindelin 11f2c0dae8 built-in add -p: coalesce hunks after splitting them 5 years ago
Johannes Schindelin 510aeca199 built-in add -p: implement the hunk splitting feature 5 years ago
Johannes Schindelin 0ecd9d27fc built-in add -p: show different prompts for mode changes and deletions 5 years ago
Johannes Schindelin 5906d5de77 built-in app -p: allow selecting a mode change as a "hunk" 5 years ago
Johannes Schindelin 47dc4fd5eb built-in add -p: handle deleted empty files 5 years ago
Johannes Schindelin 80399aec5a built-in add -p: support multi-file diffs 5 years ago
Johannes Schindelin 7584dd3c66 built-in add -p: offer a helpful error message when hunk navigation failed 5 years ago
Johannes Schindelin 12c24cf850 built-in add -p: color the prompt and the help text 5 years ago
Johannes Schindelin 25ea47af49 built-in add -p: adjust hunk headers as needed 5 years ago
Johannes Schindelin e3bd11b4eb built-in add -p: show colored hunks by default 5 years ago
Johannes Schindelin f6aa7ecc34 built-in add -i: start implementing the `patch` functionality in C 5 years ago