]> git.ipfire.org Git - thirdparty/git.git/history - add-patch.c
built-in add -p: only show the applicable parts of the help text
[thirdparty/git.git] / add-patch.c
2019-12-13  Johannes Schindelinbuilt-in add -p: only show the applicable parts of...
2019-12-13  Johannes Schindelinbuilt-in add -p: implement the 'q' ("quit") command
2019-12-13  Johannes Schindelinbuilt-in add -p: implement the '/' ("search regex"...
2019-12-13  Johannes Schindelinbuilt-in add -p: implement the 'g' ("goto") command
2019-12-13  Johannes Schindelinbuilt-in add -p: implement hunk editing
2019-12-13  Johannes Schindelinbuilt-in add -p: coalesce hunks after splitting them
2019-12-13  Johannes Schindelinbuilt-in add -p: implement the hunk splitting feature
2019-12-13  Johannes Schindelinbuilt-in add -p: show different prompts for mode change...
2019-12-13  Johannes Schindelinbuilt-in app -p: allow selecting a mode change as a...
2019-12-13  Johannes Schindelinbuilt-in add -p: handle deleted empty files
2019-12-13  Johannes Schindelinbuilt-in add -p: support multi-file diffs
2019-12-13  Johannes Schindelinbuilt-in add -p: offer a helpful error message when...
2019-12-13  Johannes Schindelinbuilt-in add -p: color the prompt and the help text
2019-12-13  Johannes Schindelinbuilt-in add -p: adjust hunk headers as needed
2019-12-13  Johannes Schindelinbuilt-in add -p: show colored hunks by default
2019-12-13  Johannes Schindelinbuilt-in add -i: start implementing the `patch` functio...