• L
    Fix rev-list when showing objects involving submodules · 481f0ee6
    Linus Torvalds 提交于
    The function mark_tree_uninteresting() assumed that the tree entries
    are blob when they are not trees.  This is not so.  Since we do
    not traverse into submodules (yet), the gitlinks should be ignored.
    
    In general, we should try to start moving away from using the
    "S_ISLNK()" like things for internal git state. It was a mistake to
    just assume the numbers all were same across all systems in the first
    place.  This implementation converts to the "object_type", and then
    uses a case statement.
    
    Noticed by Ilari on IRC.
    Test script taken from an earlier version by Dscho.
    Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    481f0ee6
t6008-rev-list-submodule.sh 805 字节