From: Michael J Gruber <git@drmicha.warpmail.net>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: git@vger.kernel.org
Subject: Re: add comments to reflog?
Date: Wed, 13 May 2009 14:08:08 +0200 [thread overview]
Message-ID: <4A0AB828.5090205@drmicha.warpmail.net> (raw)
In-Reply-To: <20090513103554.GC31593@redhat.com>
Michael S. Tsirkin venit, vidit, dixit 13.05.2009 12:35:
> I noticed that I am often doing this
>
> hack commit hack commit hack commit ...
>
> git tag -s works -m "works on xyz, must rewrite abc"
> git reset --hard HEAD~1
>
> hack ...
>
> I only tag just in case I want to revisit the design.
> However, after I reset, I often forget how did
> I name the tag. It would be nice if reflog would
> show tag descriptions, which it does not seem to.
>
> Comments?
>
>
I'm not sure about your exact requirements, but maybe
git log --tags --simplify-by-decoration
does something useful for you. Also remember gitk etc. which takes the
same arguments for commit selection (those of git-rev-list). I always
forget about the power of git-rev-list options when used with log and
gitk. Thanks for reminding me :)
Cheers,
Michael
prev parent reply other threads:[~2009-05-13 12:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-13 10:35 add comments to reflog? Michael S. Tsirkin
2009-05-13 12:08 ` Michael J Gruber [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=4A0AB828.5090205@drmicha.warpmail.net \
--to=git@drmicha.warpmail.net \
--cc=git@vger.kernel.org \
--cc=mst@redhat.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.