diff options
author | Erik Faye-Lund <kusmabite@googlemail.com> | 2010-03-03 21:10:21 +0100 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2010-03-05 02:57:54 -0800 |
commit | a9f979093dabe8b1c7bf8d67863adc378a8bec45 (patch) | |
tree | 4c248a3c1cac9bdbbf709b3cfdc793570de7926d /Documentation | |
parent | be2fb164ec2ec6837428201390ebe30f6f8798b5 (diff) | |
download | git-a9f979093dabe8b1c7bf8d67863adc378a8bec45.tar.gz git-a9f979093dabe8b1c7bf8d67863adc378a8bec45.tar.xz |
hash-object: support --stdin-paths with --no-filters
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Acked-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-hash-object.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-hash-object.txt b/Documentation/git-hash-object.txt index 479fce469..6904739a4 100644 --- a/Documentation/git-hash-object.txt +++ b/Documentation/git-hash-object.txt @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git hash-object' [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] <file>... -'git hash-object' [-t <type>] [-w] --stdin-paths < <list-of-paths> +'git hash-object' [-t <type>] [-w] --stdin-paths [--no-filters] < <list-of-paths> DESCRIPTION ----------- |