From: Michael Haggerty <mhagger@alum.mit.edu>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] rev-parse: clarify documentation for the --verify option
Date: Tue, 02 Apr 2013 18:28:20 +0200 [thread overview]
Message-ID: <515B0724.3060702@alum.mit.edu> (raw)
In-Reply-To: <7vobdxgeud.fsf@alter.siamese.dyndns.org>
On 04/02/2013 04:57 PM, Junio C Hamano wrote:
> Michael Haggerty <mhagger@alum.mit.edu> writes:
>
>> On 04/01/2013 06:56 PM, Junio C Hamano wrote:
>>> Junio C Hamano <gitster@pobox.com> writes:
>>>
>>>> Because the primary use case of this option is to implement end-user
>>>> input validation, I think it would be helpful to clarify use of the
>>>> peeler here. Perhaps
>>>> ...
>>>
>>> A "SQUASH???" patch on top of your original is queued on 'pu',
>>> together with the earlier "^{object}" peeler patch. Comments,
>>> improvements, etc. would be nice.
>>
>> Yes, your version is better. I would make one change, though. In your
>>
>> + Make sure the single given parameter can be turned into a
>> + raw 20-byte SHA-1 that can be used to access the object
>> + database, and emit it to the standard output. If it can't,
>> + error out.
>>
>> it could be made clearer that exactly one parameter should be provided.
>> Maybe
>>
>> + Verify that exactly one parameter is provided, and that it
>
> That is probably better (I was hoping "the single" would mean the
> same to the reader, though). Thanks.
>
>> + can be turned into a raw 20-byte SHA-1 that can be used to
>> + access the object database. If so, emit the SHA-1 to the
>> + standard output; otherwise, error out.
>>
>> But this makes it sound a little like the "raw 20-byte SHA-1" will be
>> output to stdout,...
>
> I did consider that point, wrote "and outputs 40-hex" in my earlier
> draft, and then rejected it because it was even more misleading.
> The output follows the usual rules for "rev" parameters, e.g.
>
> git rev-parse --short --verify HEAD
> git rev-parse --symbolic --verify v1.8.2^{tree}
>
> and "--verify" does not mean 40-hex output. That is why I left it
> vague as "emit it".
>
> I agree that the wording incorrectly hints that you may be able to
> get 20-byte raw output. I didn't find a satisfactory phrasing.
It's the explicit mention of "raw 20-byte" that puts the reader in mind
of 20-byte binary data. I think any version that omitted that phrase
would let the reader make the assumption that the SHA-1s are expressed
as 40-byte hex numbers just they are everywhere else in the command-line
interface.
But I'm OK with any of the variations that we have discussed.
Michael
--
Michael Haggerty
mhagger@alum.mit.edu
http://softwareswirl.blogspot.com/
prev parent reply other threads:[~2013-04-02 16:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-30 6:44 [PATCH] rev-parse: clarify documentation for the --verify option Michael Haggerty
2013-03-31 22:52 ` Junio C Hamano
2013-04-01 16:56 ` Junio C Hamano
2013-04-02 7:49 ` Michael Haggerty
2013-04-02 14:57 ` Junio C Hamano
2013-04-02 16:28 ` Michael Haggerty [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=515B0724.3060702@alum.mit.edu \
--to=mhagger@alum.mit.edu \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.