diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2009-12-02 23:28:40 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-03 10:08:54 -0800 |
commit | 5d2dcc423ec689ff4a6bcb83b00d5b43657b0c88 (patch) | |
tree | 57f0de15b8e4849d384e7df90568f2b50884191b /Documentation/git-reset.txt | |
parent | b809d9cd0787e68f442c6795ec76580bb37d1a00 (diff) | |
download | git-5d2dcc423ec689ff4a6bcb83b00d5b43657b0c88.tar.gz |
General --quiet improvements
'git reset' is missing --quiet, and 'git gc' is not using OPT__QUIET.
Let's fix that.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-reset.txt')
-rw-r--r-- | Documentation/git-reset.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index 2d27e405a3..9df6de2e7d 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -62,6 +62,7 @@ This means that `git reset -p` is the opposite of `git add -p` (see linkgit:git-add[1]). -q:: +--quiet:: Be quiet, only report errors. <commit>:: |