]> git.ipfire.org Git - thirdparty/git.git/commit
diff-tree: use new base_name_compare() helper function
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 20 May 2005 16:11:46 +0000 (09:11 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 20 May 2005 16:11:46 +0000 (09:11 -0700)
commite46091d5f3da713cd3c141ce0bfcd805c6d0ddf8
tree0fa1459dec8dcef0dcf174b7077aa0faa16f6031
parent958ba6c96eb58b359c855c9d07e3e45072f0503e
diff-tree: use new base_name_compare() helper function

This fixes diff-tree sorting of directories vs files (we used to
use just the regular cache_name_compare() which only works on
full file pathnames).
diff-tree.c