* [PATCH] Document git-reset defaults to HEAD if no commit is given
@ 2008-01-04 9:53 Marco Costalba
2008-01-05 6:01 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Marco Costalba @ 2008-01-04 9:53 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Git Mailing List
Signed-off by: Marco Costalba <mcostalba@gmail.com>
---
Documentation/git-reset.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt
index 050e4ea..69722d1 100644
--- a/Documentation/git-reset.txt
+++ b/Documentation/git-reset.txt
@@ -9,7 +9,7 @@ SYNOPSIS
--------
[verse]
'git-reset' [--mixed | --soft | --hard] [-q] [<commit>]
-'git-reset' [--mixed] [-q] <commit> [--] <paths>...
+'git-reset' [--mixed] [-q] [<commit>] [--] <paths>...
DESCRIPTION
-----------
@@ -49,7 +49,7 @@ OPTIONS
Be quiet, only report errors.
<commit>::
- Commit to make the current HEAD.
+ Commit to make the current HEAD. If not given defaults to HEAD.
Examples
--------
--
1.5.4.rc2.20.gab44
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-05 6:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-04 9:53 [PATCH] Document git-reset defaults to HEAD if no commit is given Marco Costalba
2008-01-05 6:01 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).