Simplify code to find recursive merge driver.
commitd56dbd67097a84dac1dbdf28c1a254f63f93724a
authorJunio C Hamano <junkio@cox.net>
Thu, 19 Apr 2007 02:22:57 +0000 (18 19:22 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 19 Apr 2007 02:22:57 +0000 (18 19:22 -0700)
tree650a39920637cfdec709ab39fa0a61c9e8050789
parent15ba3af2d5056313fa19ceb0cb7f7cb3cdd54f16
Simplify code to find recursive merge driver.

There is no need to intern the string to git_attr, as we are already
dealing with the name of the driver there.

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