From: Jonathan Nieder <jrnieder@gmail.com>
To: Stefan Beller <stefanbeller@googlemail.com>
Cc: git@vger.kernel.org, imgx64@gmail.com
Subject: Re: [PATCH] Documentation, git reset: fix typo.
Date: Fri, 19 Jul 2013 10:16:59 -0700 [thread overview]
Message-ID: <20130719171659.GY14690@google.com> (raw)
In-Reply-To: <1374251184-24095-1-git-send-email-stefanbeller@googlemail.com>
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
prev parent reply other threads:[~2013-07-19 17:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-19 16:22 Typo in git-reset man page Ibrahim M. Ghazal
2013-07-19 16:26 ` [PATCH] Documentation, git reset: fix typo Stefan Beller
2013-07-19 17:16 ` Jonathan Nieder [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130719171659.GY14690@google.com \
--to=jrnieder@gmail.com \
--cc=git@vger.kernel.org \
--cc=imgx64@gmail.com \
--cc=stefanbeller@googlemail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).