From: Junio C Hamano Date: Tue, 23 Aug 2005 04:28:33 +0000 (-0700) Subject: [PATCH] "git fetch --force". X-Git-Tag: v0.99.5~2^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ae2da40690a3f3f101de5780a7799781b09e2e05?hp=ae2da40690a3f3f101de5780a7799781b09e2e05 [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 ---