mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-21 15:02:17 +01:00
fix get content from subdirectory
This commit is contained in:
@@ -113,6 +113,7 @@ public class GitRepositoryBrowser implements RepositoryBrowser
|
||||
try
|
||||
{
|
||||
treeWalk = new TreeWalk(repo);
|
||||
treeWalk.setRecursive(Util.nonNull(path).contains("/"));
|
||||
|
||||
ObjectId revId = GitUtil.getRevisionId(repo, revision);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user