[PATCH] "git fetch --force".
authorJunio C Hamano <junkio@cox.net>
Tue, 23 Aug 2005 04:28:33 +0000 (21:28 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 24 Aug 2005 23:50:52 +0000 (16:50 -0700)
Just like "git push" can forcibly update a ref to a value that is not
a fast-forward, teach "git fetch" to do so as well.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found