git-fetch: Fix single_force in append_fetch_head
commit08727ea8bba8c81678e5cf15124ada23ad097bc3
authorSanti Béjar <sbejar@gmail.com>
Sun, 18 Mar 2007 23:16:23 +0000 (19 00:16 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 20 Mar 2007 08:52:11 +0000 (20 01:52 -0700)
tree780dddb1432eb880afd089eef6c7016523b3e294
parentbb95e19c5f1e470d2efe1c0e4e04c291019e4b25
git-fetch: Fix single_force in append_fetch_head

This fixes the single force (+) when fetched with fetch_per_ref.

Also use $LF as separator because IFS is $LF.

Signed-off-by: Santi Béjar <sbejar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh