Age | Commit message (Expand) | Author | Files | Lines |
2020-01-15 | built-in add -p: respect the `interactive.singlekey` config setting | Johannes Schindelin | 1 | -4/+17 |
2020-01-15 | built-in add -p: handle diff.algorithm | Johannes Schindelin | 1 | -0/+3 |
2020-01-15 | built-in add -p: support interactive.diffFilter | Johannes Schindelin | 1 | -0/+33 |
2019-12-21 | built-in add -p: implement the "worktree" patch modes | Johannes Schindelin | 1 | -0/+50 |
2019-12-21 | built-in add -p: implement the "checkout" patch modes | Johannes Schindelin | 1 | -5/+133 |
2019-12-21 | built-in add -p: implement the "stash" and "reset" patch modes | Johannes Schindelin | 1 | -4/+79 |
2019-12-21 | built-in add -p: prepare for patch modes other than "stage" | Johannes Schindelin | 1 | -26/+69 |
2019-12-13 | built-in add -p: show helpful hint when nothing can be staged | Johannes Schindelin | 1 | -4/+13 |
2019-12-13 | built-in add -p: only show the applicable parts of the help text | Johannes Schindelin | 1 | -4/+28 |
2019-12-13 | built-in add -p: implement the 'q' ("quit") command | Johannes Schindelin | 1 | -6/+11 |
2019-12-13 | built-in add -p: implement the '/' ("search regex") command | Johannes Schindelin | 1 | -1/+49 |
2019-12-13 | built-in add -p: implement the 'g' ("goto") command | Johannes Schindelin | 1 | -0/+88 |
2019-12-13 | built-in add -p: implement hunk editing | Johannes Schindelin | 1 | -17/+316 |
2019-12-13 | built-in add -p: coalesce hunks after splitting them | Johannes Schindelin | 1 | -1/+57 |
2019-12-13 | built-in add -p: implement the hunk splitting feature | Johannes Schindelin | 1 | -2/+213 |
2019-12-13 | built-in add -p: show different prompts for mode changes and deletions | Johannes Schindelin | 1 | -2/+20 |
2019-12-13 | built-in app -p: allow selecting a mode change as a "hunk" | Johannes Schindelin | 1 | -5/+104 |
2019-12-13 | built-in add -p: handle deleted empty files | Johannes Schindelin | 1 | -2/+11 |
2019-12-13 | built-in add -p: support multi-file diffs | Johannes Schindelin | 1 | -38/+53 |
2019-12-13 | built-in add -p: offer a helpful error message when hunk navigation failed | Johannes Schindelin | 1 | -11/+33 |
2019-12-13 | built-in add -p: color the prompt and the help text | Johannes Schindelin | 1 | -4/+8 |
2019-12-13 | built-in add -p: adjust hunk headers as needed | Johannes Schindelin | 1 | -12/+133 |
2019-12-13 | built-in add -p: show colored hunks by default | Johannes Schindelin | 1 | -17/+62 |
2019-12-13 | built-in add -i: start implementing the `patch` functionality in C | Johannes Schindelin | 1 | -0/+265 |