mirror of
https://github.com/git/git.git
synced 2025-03-24 04:49:56 +00:00
add: describe --patch like checkout, reset
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
3f40617566
commit
08918e4a38
@ -317,7 +317,7 @@ static struct option builtin_add_options[] = {
|
||||
OPT__VERBOSE(&verbose, "be verbose"),
|
||||
OPT_GROUP(""),
|
||||
OPT_BOOLEAN('i', "interactive", &add_interactive, "interactive picking"),
|
||||
OPT_BOOLEAN('p', "patch", &patch_interactive, "interactive patching"),
|
||||
OPT_BOOLEAN('p', "patch", &patch_interactive, "select hunks interactively"),
|
||||
OPT_BOOLEAN('e', "edit", &edit_interactive, "edit current diff and apply"),
|
||||
OPT__FORCE(&ignored_too, "allow adding otherwise ignored files"),
|
||||
OPT_BOOLEAN('u', "update", &take_worktree_changes, "update tracked files"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user