Add missing comment text for mergeCommitTree parameter

Change-Id: I35cef13d8be4f06515668f710fd508700b90f44d
Signed-off-by: Kevin Sawicki <kevin@github.com>
This commit is contained in:
Kevin Sawicki 2011-08-23 18:41:05 -07:00 committed by Christian Halstrick
parent 602c869d7a
commit 565e4a06ef
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ public DirCacheCheckout(Repository repo, ObjectId headCommitTree, DirCache dc,
* @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,