commit | f794c23466c2230b15ebf7ec30e06a390d1832a4 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Fri Mar 03 14:34:40 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Fri Mar 03 14:34:40 2006 -0800 |
tree | 2045a67c07b24efbe480dab7c5d951f0a3b1e293 | |
parent | d51fac53108b1822ba6b3ff8dd2cd242b40eaac5 [diff] |
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>