Update the documentation for git-add to mention the new optional file parameter to git-add--interactive. Signed-off-by: Wincent Colaiuta <win@xxxxxxxxxxx> --- Documentation/git-add.txt | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 63829d9..4b44802 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -61,7 +61,10 @@ OPTIONS -i, \--interactive:: Add modified contents in the working tree interactively to - the index. + the index. If a single optional file argument is supplied the + initial command loop is bypassed and the 'patch' subcommand is + invoked for the specified file. See ``Interactive mode'' below + for details. -u:: Update only files that git already knows about. This is similar -- 1.5.3.5.737.gdee1b - 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