Re: [BUG] git-log shows first parent and repeated last for octopus merge

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jakub Narebski <jnareb@...>
Cc: <git@...>
Date: Wednesday, October 18, 2006 - 12:35 pm

Jakub Narebski wrote:

Maybe the following will find what you're looking for:

git-rev-list master --parents \
	|sed -e 's/[0-9a-f]\{40\}//' -e 's/ [0-9a-f]\{40\}/*/g' \
	|sort \
	|uniq -c
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [BUG] git-log shows first parent and repeated last for o..., A Large Angry SCM, (Wed Oct 18, 12:35 pm)
Re: [BUG] git-log shows first parent and repeated last for o..., Johannes Schindelin, (Wed Oct 18, 9:53 am)
[PATCH] When rewriting parents, cull duplicates, Johannes Schindelin, (Wed Oct 18, 10:26 am)