[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)
commitae2da40690a3f3f101de5780a7799781b09e2e05
tree5624b582634f64ab16f3853bbd11f5e59f662084
parent6687f8fea22e1e43ab163a8fe180155a0a0a956a
[PATCH] "git fetch --force".

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>
git-fetch-script