From: Andy Whitcroft <apw@shadowen.org>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: Han-Wen Nienhuys <hanwen@xs4all.nl>, git@vger.kernel.org
Subject: Re: [PATCH] git-reset --hard: tell the user what the HEAD was reset to
Date: Thu, 04 Jan 2007 15:59:44 +0000 [thread overview]
Message-ID: <459D2470.2090001@shadowen.org> (raw)
In-Reply-To: <Pine.LNX.4.63.0701041357380.22628@wbgn013.biozentrum.uni-wuerzburg.de>
Johannes Schindelin wrote:
> Hi,
>
> On Wed, 3 Jan 2007, Andy Whitcroft wrote:
>
>> I think we need to delimit the name better, probabally we need to quote
>> it. Perhaps something like:
>>
>> HEAD is now at ac9c110: "git-fetch: remove .keep file at the end".
>
> Fine. But this is "git log --pretty=oneline --abbrev-commit". I don't know
> how many things break if you change _that_.
>
> Alternatively, you could pipe that into a sed command adding the colon and
> the quotes.
Quack, so it is.
apw@pinky$ git log --pretty=oneline --abbrev-commit | head -1
f4bf218... Update clone/fetch documentation with --depth (shallow clone)
option
Perhaps we could do something like:
Head is now at "f4bf218... Update clone/fetch documentation with --depth
(shallow clone) option"
Hmmm ... oh well I guess I'll just get used to it.
-apw
prev parent reply other threads:[~2007-01-04 16:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-20 22:55 UI nitpick Han-Wen Nienhuys
2006-12-21 14:26 ` [PATCH] git-reset --hard: tell the user what the HEAD was reset to Johannes Schindelin
2007-01-03 13:17 ` Andy Whitcroft
2007-01-04 12:59 ` Johannes Schindelin
2007-01-04 15:59 ` Andy Whitcroft [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=459D2470.2090001@shadowen.org \
--to=apw@shadowen.org \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=hanwen@xs4all.nl \
/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.