From: Junio C Hamano Date: Tue, 23 Aug 2005 05:52:43 +0000 (-0700) Subject: [PATCH] Allow "+remote:local" refspec to cause --force when fetching. X-Git-Tag: v0.99.5~2^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/efe9bf0f3b34d12b3b76f8277550f91700609b25?ds=sidebyside;hp=efe9bf0f3b34d12b3b76f8277550f91700609b25 [PATCH] Allow "+remote:local" refspec to cause --force when fetching. With this we could say: Pull: master:ko-master +pu:ko-pu to mean "fast forward ko-master with master, overwrite ko-pu with pu", and the latter one does not require the remote "pu" to be descendant of local "ko-pu". Signed-off-by: Junio C Hamano ---