git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* merge noise in git-shortlog output
@ 2005-09-06 21:44 Luck, Tony
  2005-09-06 22:02 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Luck, Tony @ 2005-09-06 21:44 UTC (permalink / raw)
  To: git

Looking at the shortlog information for 2.6.13 there are a lot (eleven)
of changes attributed to me that look like:

  Auto merge with /home/aegl/GIT/linus

This is valid (I really did make all those commits, they happen every
time I merge the "linus" branch into my release branch, which I like to
do quite often so I'm working near the bleeding edge), but it doesn't
seem all that useful in the "short" log output[1]

If "Auto merge" isn't a good string to match for the purposes of
trimming, then I can make my scripts use something else.

-Tony

[1] unless I can persuade Intel to base my bonus on the number of
commits I get included into the base :-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: merge noise in git-shortlog output
  2005-09-06 21:44 merge noise in git-shortlog output Luck, Tony
@ 2005-09-06 22:02 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2005-09-06 22:02 UTC (permalink / raw)
  To: Luck, Tony; +Cc: git

"Luck, Tony" <tony.luck@intel.com> writes:

> This is valid (I really did make all those commits, they happen every
> time I merge the "linus" branch into my release branch, which I like to
> do quite often so I'm working near the bleeding edge), but it doesn't
> seem all that useful in the "short" log output[1]

Are there interesting merges and uninteresting automerges?  Are
all merges more or less uninteresting?  If merges are not
interesting:

    $ git log --no-merges --pretty=short $rev $argu $ments | git shortlog

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-06 22:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-06 21:44 merge noise in git-shortlog output Luck, Tony
2005-09-06 22:02 ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).