]> git.ipfire.org Git - thirdparty/git.git/commit - builtin-rev-list.c
rev-list --objects: use full pathname to help hashing.
authorJunio C Hamano <junkio@cox.net>
Thu, 23 Feb 2006 06:10:24 +0000 (22:10 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 24 Feb 2006 07:44:42 +0000 (23:44 -0800)
commite646de0d14bac20ef6e156c1742b9e62fb0b9020
tree2514f45e7d93ab264162dff916ad55e613d96c14
parenteb38cc689e84a8fd01c1856e889fe8d3b4f1bfb4
rev-list --objects: use full pathname to help hashing.

This helps to group the same files from different revs together,
while spreading files with the same basename in different
directories, to help pack-object.

Signed-off-by: Junio C Hamano <junkio@cox.net>
rev-list.c