X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-ls-files.txt;h=a29c633c8dfd15ee4bd3c8f4ae7aeceef91ea7fe;hb=17cf250aff26d3baa6b311a3404f1a932e16cf17;hp=980c5c9186d5093deeb8830e8770bcd9132c0820;hpb=b0a3de42316a4e8f1d561cbe12b7bb282631a0d6;p=git.git diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index 980c5c91..a29c633c 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -14,9 +14,9 @@ SYNOPSIS (-[c|d|o|i|s|u|k|m])\* [-x |--exclude=] [-X |--exclude-from=] - [--exclude-per-directory=] + [--exclude-per-directory=] [--error-unmatch] - [--full-name] [--] []\* + [--full-name] [--abbrev] [--] []\* DESCRIPTION ----------- @@ -101,7 +101,12 @@ OPTIONS option forces paths to be output relative to the project top directory. ---:: +--abbrev[=]:: + Instead of showing the full 40-byte hexadecimal object + lines, show only handful hexdigits prefix. + Non default number of digits can be specified with --abbrev=. + +\--:: Do not interpret any more arguments as options. ::