]> source.dussan.org Git - jgit.git/commit
Fix typo in ReceivePack.java 55/155/1
authorNico Sallembien <nsallembien@google.com>
Tue, 22 Dec 2009 19:02:24 +0000 (11:02 -0800)
committerNico Sallembien <nsallembien@google.com>
Tue, 22 Dec 2009 19:02:24 +0000 (11:02 -0800)
commita8817ed77f087bf9eec39c315f29f4537eb9b730
treeafa463a26eb90bd7f8281287d04d7da4087a1f3c
parent7eef835ad50971bf6ecc3fcff2ebd9558757c28f
Fix typo in ReceivePack.java

The comment indicates that a well-behaved client should not have
sent an update for a ref that already exists, but this in a block
that corresponds to a create command.
org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java