transport-helper.c: do not overwrite forced bit
commitcf31f70c088a314a9d11a4106d2fe1036051890a
authorMax Horn <max@quendi.de>
Fri, 21 Feb 2014 09:55:59 +0000 (21 10:55 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Feb 2014 17:04:17 +0000 (24 09:04 -0800)
treeb1b40dd60cba150171ab4b6b45b0904f4d10a62a
parentf9e3c6bebb89de12f2dfdaa1899cb22e9ef32542
transport-helper.c: do not overwrite forced bit

If the the transport helper says it was a forced update, then it is
a forced update.  It is however possible that an update is forced
without the transport-helper knowing about it, namely because some
higher up code had objections to the update and needed forcing in
order to let it through to the transport helper.  In other words, it
does not necessarily mean the update was *not* forced, when the
helper did not say "forced update".

Signed-off-by: Max Horn <max@quendi.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c