Merge branch 'jc/revision-range-unpeel'
commit63763273de8cc7c928d4e8bae4795f84c9deabd4
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Jan 2014 18:44:09 +0000 (27 10:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jan 2014 18:44:10 +0000 (27 10:44 -0800)
tree544860f2888acbfbe4f6d781c869c3449f6a6e0c
parent9bb528709878d26ac75bf0cb075cc694acd0d69d
parenta74352867e689d50ee9c368f24d4a64392e27a35
Merge branch 'jc/revision-range-unpeel'

"git log --left-right A...B" lost the "leftness" of commits
reachable from A when A is a tag as a side effect of a recent
bugfix.  This is a regression in 1.8.4.x series.

* jc/revision-range-unpeel:
  revision: propagate flag bits from tags to pointees
  revision: mark contents of an uninteresting tree uninteresting
revision.c