]> git.ipfire.org Git - thirdparty/git.git/history - add-interactive.c
built-in add -i: re-implement `revert` in C
[thirdparty/git.git] / add-interactive.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 ...