]> source.dussan.org Git - jgit.git/commitdiff
Add missing comment text for mergeCommitTree parameter 62/4062/2
authorKevin Sawicki <kevin@github.com>
Wed, 24 Aug 2011 01:41:05 +0000 (18:41 -0700)
committerChristian Halstrick <christian.halstrick@sap.com>
Tue, 4 Oct 2011 09:39:51 +0000 (11:39 +0200)
Change-Id: I35cef13d8be4f06515668f710fd508700b90f44d
Signed-off-by: Kevin Sawicki <kevin@github.com>
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java

index 04f0077d86ed28e321e7194effea8a8af38bbae1..68a53dfa8794d10a7e5f08e8aaf2365832f7026c 100644 (file)
@@ -174,7 +174,7 @@ public class DirCacheCheckout {
         * @param dc
         *            the (already locked) Dircache for this repo
         * @param mergeCommitTree
-        *            the id of the tree of the
+        *            the id of the tree we want to fast-forward to
         * @throws IOException
         */
        public DirCacheCheckout(Repository repo, ObjectId headCommitTree,