Fix push's RemoteRefUpdate to always force update local TrackingRefUpdate
commit622f193913ff8ffece7276b9ed93aee4109d5077
authorMarek Zawirski <marek.zawirski@gmail.com>
Thu, 28 Aug 2008 02:32:47 +0000 (28 04:32 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 28 Aug 2008 02:46:01 +0000 (27 19:46 -0700)
tree5a6b3274b9295352f922e375566c2da9ed725c4b
parenteb6f0b7b395ecd15c69e1a6826778ce778a582fa
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>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/transport/RemoteRefUpdate.java