Browse Source

Merge change I5b232f67

* changes:
  Fix typo in ReceivePack.java
stable-0.7
Code Review 15 years ago
parent
commit
2086fdaedd
  1. 4
      org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java

4
org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java

@ -669,8 +669,8 @@ public class ReceivePack {
}
if (ref != null) {
// A well behaved client shouldn't have sent us an
// update command for a ref we advertised to it.
// A well behaved client shouldn't have sent us a
// create command for a ref we advertised to it.
//
cmd.setResult(Result.REJECTED_OTHER_REASON, "ref exists");
continue;

Loading…
Cancel
Save