From: Marco Costalba Date: Fri, 4 Jan 2008 09:53:32 +0000 (+0100) Subject: Document git-reset defaults to HEAD if no commit is given X-Git-Tag: v1.5.4-rc3~50 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cf9d58e4f388dc173b86143fbfe0eac114e3ed2f;p=git.git Document git-reset defaults to HEAD if no commit is given Signed-off by: Marco Costalba Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index 050e4eadb..69722d14d 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -9,7 +9,7 @@ SYNOPSIS -------- [verse] 'git-reset' [--mixed | --soft | --hard] [-q] [] -'git-reset' [--mixed] [-q] [--] ... +'git-reset' [--mixed] [-q] [] [--] ... DESCRIPTION ----------- @@ -49,7 +49,7 @@ OPTIONS Be quiet, only report errors. :: - Commit to make the current HEAD. + Commit to make the current HEAD. If not given defaults to HEAD. Examples --------