commit | 484807e82be790e4fe7cbe84f680aaccd662d433 | [log] [tgz] |
---|---|---|
author | Christian Halstrick <christian.halstrick@sap.com> | Sat Nov 13 00:42:01 2010 +0100 |
committer | Christian Halstrick <christian.halstrick@sap.com> | Sat Nov 13 00:45:50 2010 +0100 |
tree | 535ef488103004a9c2a1a86bae37a63c2a7e9ce7 | |
parent | e8315ce19d765bc48c2fa5b90464c12d1e606063 [diff] |
Added one-tree constructor to DirCacheCheckout When DirCacheCheckout should be used to checkout only one tree (reset --hard, clone) then we had to use the standard constructor and specify null as value for head. This change adds explicit constructors not taking HEAD and documents that. Bug: 330021 Signed-off-by: Christian Halstrick <christian.halstrick@sap.com>