]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/patch-mode-in-others-in-c'
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Feb 2020 22:34:58 +0000 (14:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Feb 2020 22:34:58 +0000 (14:34 -0800)
commit9a5315edfdf662c4d9bf444ebc297bc802fa5e04
treef5a719c28ba9445bd857be710a1955c5c4883634
parent381e8e9de142b636e4a25b6df113d70168e21a34
parentc480eeb574e649a19f27dc09a994e45f9b2c2622
Merge branch 'js/patch-mode-in-others-in-c'

The effort to move "git-add--interactive" to C continues.

* js/patch-mode-in-others-in-c:
  commit --interactive: make it work with the built-in `add -i`
  built-in add -p: implement the "worktree" patch modes
  built-in add -p: implement the "checkout" patch modes
  built-in stash: use the built-in `git add -p` if so configured
  legacy stash -p: respect the add.interactive.usebuiltin setting
  built-in add -p: implement the "stash" and "reset" patch modes
  built-in add -p: prepare for patch modes other than "stage"
add-interactive.c
builtin/add.c
builtin/commit.c
builtin/stash.c
git-legacy-stash.sh