From: Michael J Gruber Date: Tue, 15 Feb 2011 13:09:08 +0000 (+0100) Subject: add: describe --patch like checkout, reset X-Git-Tag: v1.7.4.2~57 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=08918e4a38e7aff66077b6325e5b69a4a4e02abf;p=git.git add: describe --patch like checkout, reset Signed-off-by: Michael J Gruber Signed-off-by: Junio C Hamano --- diff --git a/builtin/add.c b/builtin/add.c index 12b964e64..42c906ea0 100644 --- a/builtin/add.c +++ b/builtin/add.c @@ -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"),