summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-12-05 20:52:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-12-05 20:52:43 (GMT)
commitf7998d979322c439578a4334524ae2c924042705 (patch)
treedee4df2a225eebc8e83bb5b54fa93835cdf3b498 /Makefile
parent917d0d6234be4c6ce4ab0feea15911bfa5e65253 (diff)
parent8c159044625e46de67cd8467f07424f38eb8301e (diff)
downloadgit-f7998d979322c439578a4334524ae2c924042705.zip
git-f7998d979322c439578a4334524ae2c924042705.tar.gz
git-f7998d979322c439578a4334524ae2c924042705.tar.bz2
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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 44997f6..b7d7374 100644
--- a/Makefile
+++ b/Makefile
@@ -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