Stefan Beller wrote:
> --- a/Documentation/git-reset.txt
> +++ b/Documentation/git-reset.txt
> @@ -9,7 +9,7 @@ SYNOPSIS
> --------
> [verse]
> 'git reset' [-q] [<tree-ish>] [--] <paths>...
> -'git reset' (--patch | -p) [<tree-sh>] [--] [<paths>...]
> +'git reset' (--patch | -p) [<tree-ish>] [--] [<paths>...]
> 'git reset' [--soft | --mixed | --hard | --merge | --keep] [-q] [<commit>]
Sure. Though these days it might make more sense to say
'git reset' [--soft | --mixed | --hard | --merge | --keep] <commit> [--]
'git reset' [<tree>] [--] <path>...
'git reset' (--patch | -p) [<tree>] [--] [<path>...]
since commands accept a commit or tag where a tree is expected pretty
much universally.
Hope that helps,
Jonathan
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html