aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-hash-object.txt
diff options
context:
space:
mode:
authorErik Faye-Lund <kusmabite@googlemail.com>2010-03-03 21:10:21 +0100
committerEric Wong <normalperson@yhbt.net>2010-03-05 02:57:54 -0800
commita9f979093dabe8b1c7bf8d67863adc378a8bec45 (patch)
tree4c248a3c1cac9bdbbf709b3cfdc793570de7926d /Documentation/git-hash-object.txt
parentbe2fb164ec2ec6837428201390ebe30f6f8798b5 (diff)
downloadgit-a9f979093dabe8b1c7bf8d67863adc378a8bec45.tar.gz
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/git-hash-object.txt')
-rw-r--r--Documentation/git-hash-object.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-hash-object.txt b/Documentation/git-hash-object.txt
index 479fce4693..6904739a48 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
-----------