diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-12-05 12:52:43 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-05 12:52:43 -0800 |
commit | f7998d979322c439578a4334524ae2c924042705 (patch) | |
tree | dee4df2a225eebc8e83bb5b54fa93835cdf3b498 /Makefile | |
parent | Merge branch 'js/rebase-r-safer-label' (diff) | |
parent | built-in add -i: implement the `help` command (diff) | |
download | tgif-f7998d979322c439578a4334524ae2c924042705.tar.xz |
Merge branch 'js/builtin-add-i'
The beginning of rewriting "git add -i" in C.
* js/builtin-add-i:
built-in add -i: implement the `help` command
built-in add -i: use color in the main loop
built-in add -i: support `?` (prompt help)
built-in add -i: show unique prefixes of the commands
built-in add -i: implement the main loop
built-in add -i: color the header in the `status` command
built-in add -i: implement the `status` command
diff: export diffstat interface
Start to implement a built-in version of `git add --interactive`
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -824,6 +824,7 @@ LIB_H := $(sort $(patsubst ./%,%,$(shell git ls-files '*.h' ':!t/' ':!Documentat -name '*.h' -print))) LIB_OBJS += abspath.o +LIB_OBJS += add-interactive.o LIB_OBJS += advice.o LIB_OBJS += alias.o LIB_OBJS += alloc.o |