]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/builtin-add-i'
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2019 20:52:43 +0000 (12:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2019 20:52:43 +0000 (12:52 -0800)
commitf7998d979322c439578a4334524ae2c924042705
treedee4df2a225eebc8e83bb5b54fa93835cdf3b498
parent917d0d6234be4c6ce4ab0feea15911bfa5e65253
parent8c159044625e46de67cd8467f07424f38eb8301e
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`
Makefile
diff.c