Fix push's RemoteRefUpdate to always force update local TrackingRefUpdate
commit0d5334747111b4ce90aa120b37f1c8ae632fbda6
authorMarek Zawirski <marek.zawirski@gmail.com>
Thu, 28 Aug 2008 02:06:59 +0000 (28 04:06 +0200)
committerMarek Zawirski <marek.zawirski@gmail.com>
Thu, 28 Aug 2008 02:34:22 +0000 (28 04:34 +0200)
treef360d5b328785a6dde5873922f738239d2f3ebbc
parentfda636c9315237121f939ed6dbb8915458a62e3a
Fix push's RemoteRefUpdate to always force update local TrackingRefUpdate

Now, we force update local tracking ref even if we do not force remote
ref update. It seems to be sensible approach (C git one) assuming that our
repository may be out of sync with the remote one.
The potentially lost information  here isn't so valuable perhaps.

Signed-off-by: Marek Zawirski <marek.zawirski@gmail.com>
org.spearce.jgit/src/org/spearce/jgit/transport/RemoteRefUpdate.java