X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-add.txt;h=7e293834d18982e7ae5d1d6fd057304994978318;hb=38fd0721d0a2a1a723bc28fc0817e3571987b1ef;hp=89e461402e6d1476c192daca0c24700707ca432b;hpb=92e802c6ccb96d1b5e8561b0a136d43d82253293;p=git.git diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 89e46140..7e293834 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -7,7 +7,7 @@ git-add - Add files to the index file. SYNOPSIS -------- -'git-add' [-n] [-v] ... +'git-add' [-n] [-v] [--] ... DESCRIPTION ----------- @@ -26,6 +26,11 @@ OPTIONS -v:: Be verbose. +--:: + This option can be used to separate command-line options from + the list of files, (useful when filenames might be mistaken + for command-line options). + DISCUSSION ----------