]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/show-branch.c
show-branch --topics: omit more uninteresting commits.
authorJunio C Hamano <junkio@cox.net>
Fri, 3 Mar 2006 22:34:40 +0000 (14:34 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 3 Mar 2006 22:34:40 +0000 (14:34 -0800)
commitf794c23466c2230b15ebf7ec30e06a390d1832a4
tree2045a67c07b24efbe480dab7c5d951f0a3b1e293
parentd51fac53108b1822ba6b3ff8dd2cd242b40eaac5
show-branch --topics: omit more uninteresting commits.

When inspecting contents of topic branches for yet-to-be-merged
commits, a commit that is in the release/master branch is
uninteresting.  Previous round still showed them, especially,
the ones before a topic branch that was forked from the
release/master later than other topic branches.

Signed-off-by: Junio C Hamano <junkio@cox.net>
show-branch.c