Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-11-08 05:18:55 +0300
committerJunio C Hamano <gitster@pobox.com>2007-11-08 05:18:55 +0300
commitf8b7819be98b2e7fc847639d1aef09ae0167f125 (patch)
tree8a76adbe95bb3973e235dccee13f58a80435eb08 /Documentation
parent03800743156fe4f331a10c0983b9d633bed3a687 (diff)
parent521b53e5c7ee23a137e903d99108f81d44cca5ec (diff)
Merge branch 'gp/reset-q'
* gp/reset-q: git-reset: add -q option to operate quietly
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-reset.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt
index 87afa6f8da0..050e4eadbb3 100644
--- a/Documentation/git-reset.txt
+++ b/Documentation/git-reset.txt
@@ -8,8 +8,8 @@ git-reset - Reset current HEAD to the specified state
SYNOPSIS
--------
[verse]
-'git-reset' [--mixed | --soft | --hard] [<commit>]
-'git-reset' [--mixed] <commit> [--] <paths>...
+'git-reset' [--mixed | --soft | --hard] [-q] [<commit>]
+'git-reset' [--mixed] [-q] <commit> [--] <paths>...
DESCRIPTION
-----------
@@ -45,6 +45,9 @@ OPTIONS
switched to. Any changes to tracked files in the working tree
since <commit> are lost.
+-q::
+ Be quiet, only report errors.
+
<commit>::
Commit to make the current HEAD.