From: Nguyễn Thái Ngọc Duy Date: Thu, 25 Apr 2019 09:45:54 +0000 (+0700) Subject: restore: support --patch X-Git-Tag: v2.23.0-rc0~64^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2f0896ec3ad4731d970d22f61daf62046bc766a9?ds=inline;hp=2f0896ec3ad4731d970d22f61daf62046bc766a9 restore: support --patch git-restore is different from git-checkout that it only restores the worktree by default, not both worktree and index. add--interactive needs some update to support this mode. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---