summaryrefslogtreecommitdiffstats
path: root/git-reset.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-11-08 08:07:45 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-11-08 08:07:45 +0000
commit422cfec2c3b3d56e9bc47f8e3e0fa10502768dd3 (patch)
treed630797be2e208cecdb790ae88c77285d99f1cdb /git-reset.txt
parentd814b6de0197ec2c339a8d2de7f7d9a890c25b11 (diff)
downloadgit-htmldocs-422cfec2c3b3d56e9bc47f8e3e0fa10502768dd3.tar.gz
Autogenerated HTML docs for v1.5.3.5-602-g53d1
Diffstat (limited to 'git-reset.txt')
-rw-r--r--git-reset.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-reset.txt b/git-reset.txt
index 87afa6f8d..050e4eadb 100644
--- a/git-reset.txt
+++ b/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.