]> git.ipfire.org Git - thirdparty/git.git/commit - read-cache.c
add_cache_entry(): removal of file foo does not conflict with foo/bar
authorJunio C Hamano <junkio@cox.net>
Fri, 30 Mar 2007 08:55:37 +0000 (01:55 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 4 Apr 2007 07:19:28 +0000 (00:19 -0700)
commit21cd8d00b6908dd8e1d4a5d101c1ba49d3645053
tree8648943fc09fce3d99754c0b7207aa933feece84
parentc0718268e810895d33a81929bebb7441c6582de6
add_cache_entry(): removal of file foo does not conflict with foo/bar

Similarly, removal of file foo/bar does not conflict with a file foo.

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