]> source.dussan.org Git - jgit.git/commit
Correct comment on CloneCommand.setRemote method. 64/3964/2
authorKevin Sawicki <kevin@github.com>
Fri, 5 Aug 2011 18:02:10 +0000 (11:02 -0700)
committerKevin Sawicki <kevin@github.com>
Fri, 5 Aug 2011 18:02:10 +0000 (11:02 -0700)
commit4ae9d47130012f9a1b471e05397253355c25c1ff
treecccabab5134c5510ed2e373bd0348fd528bc3b4e
parent1067f82f562231cca1a7d75c6f0c2d2ce04c7381
Correct comment on CloneCommand.setRemote method.

The previous comment stated that the value set was used
to keep track of the branch in the remote repository
which was incorrect.

Updated the method comment to match the format used
for the PushCommand.setRemote and FetchCommand.setRemote
methods.

Change-Id: I11b81eb3125958af29247b485da56fd88c3bfdf5
Signed-off-by: Kevin Sawicki <kevin@github.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/CloneCommand.java