X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-ls-files.txt;h=796d049be69469b0ce0be61e9f5c88c19911d655;hb=ea92f41ff92b2fef54c8da4abb03c8101160a034;hp=980c5c9186d5093deeb8830e8770bcd9132c0820;hpb=b0a3de42316a4e8f1d561cbe12b7bb282631a0d6;p=git.git diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index 980c5c91..796d049b 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,6 +101,11 @@ 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.