summaryrefslogtreecommitdiff
path: root/diffcore-order.c
diff options
context:
space:
mode:
authorLibravatar Linus Torvalds <torvalds@linux-foundation.org>2007-11-11 23:35:23 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2007-11-16 22:05:33 -0800
commit481f0ee60eef2c34b891e5d04b7e6e5a955eedf4 (patch)
tree457bc3bad28315bac0dac582b53995ad1adb02c1 /diffcore-order.c
parentUpdate draft release notes for 1.5.3.6 (diff)
downloadtgif-481f0ee60eef2c34b891e5d04b7e6e5a955eedf4.tar.xz
Fix rev-list when showing objects involving submodules
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: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diffcore-order.c')
0 files changed, 0 insertions, 0 deletions