X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-hash-object.txt;h=51edeecbe5b546c6fbbbe117f39b51f352cb6bc8;hb=2caa321503cbb6dfd3867d5befe615ae541a77b3;hp=479fce4693982526f48c32a36e5215bf13dcc3e6;hpb=8165952517bf82b6a632cefc047ad14f36a74b25;p=git.git diff --git a/Documentation/git-hash-object.txt b/Documentation/git-hash-object.txt index 479fce469..51edeecbe 100644 --- a/Documentation/git-hash-object.txt +++ b/Documentation/git-hash-object.txt @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git hash-object' [-t ] [-w] [--path=|--no-filters] [--stdin] [--] ... -'git hash-object' [-t ] [-w] --stdin-paths < +'git hash-object' [-t ] [-w] --stdin-paths [--no-filters] < DESCRIPTION ----------- @@ -49,7 +49,7 @@ OPTIONS --no-filters:: Hash the contents as is, ignoring any input filter that would - have been chosen by the attributes mechanism, including crlf + have been chosen by the attributes mechanism, including the end-of-line conversion. If the file is read from standard input then this is always implied, unless the --path option is given.