Tweak the documentation to reflect that git-add--interactive can now accept multiple path parameters. Signed-off-by: Wincent Colaiuta <win@xxxxxxxxxxx> --- Documentation/git-add.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 4b44802..0675dbe 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -61,9 +61,9 @@ OPTIONS -i, \--interactive:: Add modified contents in the working tree interactively to - the index. If a single optional file argument is supplied the + the index. If optional path arguments are supplied the initial command loop is bypassed and the 'patch' subcommand is - invoked for the specified file. See ``Interactive mode'' below + invoked for each specified path. See ``Interactive mode'' below for details. -u:: -- 1.5.3.6.867.g539b6-dirty - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html