Marek Zawirski <marek.zawirski@xxxxxxxxx> wrote: > New constructor base on existing RemoteRefUpdate instance, providing > deep copy of object, but allowing change of expectedOldObjectId. > @@ -133,6 +133,8 @@ public class RemoteRefUpdate { > > private String message; > > + private final Repository db; > + I think we should document that this is the *local* (source) repository and not the remote (dest) repository. -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html