git add -p: use non-zero exit code when the diff generation failed
[git] / add-interactive.c
2019-12-01  Johannes Schindelinbuilt-in add -i: offer the `quit` command
2019-12-01  Johannes Schindelinbuilt-in add -i: re-implement the `diff` command
2019-12-01  Johannes Schindelinbuilt-in add -i: implement the `patch` command
2019-12-01  Johannes Schindelinbuilt-in add -i: re-implement `add-untracked` in C
2019-12-01  Johannes Schindelinbuilt-in add -i: re-implement `revert` in C
2019-12-01  Johannes Schindelinbuilt-in add -i: implement the `update` command
2019-12-01  Johannes Schindelinbuilt-in add -i: prepare for multi-selection commands
2019-12-01  Johannes Schindelinbuilt-in add -i: allow filtering the modified files...
2019-12-01  Johannes Schindelinadd-interactive: make sure to release `rev.prune_data`
2019-11-18  Slavica Đukićbuilt-in add -i: implement the `help` command
2019-11-18  Slavica Đukićbuilt-in add -i: use color in the main loop
2019-11-18  Johannes Schindelinbuilt-in add -i: support `?` (prompt help)
2019-11-18  Johannes Schindelinbuilt-in add -i: show unique prefixes of the commands
2019-11-18  Johannes Schindelinbuilt-in add -i: implement the main loop
2019-11-14  Slavica Đukićbuilt-in add -i: color the header in the `status` command
2019-11-14  Daniel Ferreirabuilt-in add -i: implement the `status` command
2019-11-14  Johannes SchindelinStart to implement a built-in version of `git add ...