mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 19:45:51 +01:00
fix wrong end parameter
This commit is contained in:
@@ -186,7 +186,7 @@ public class GitLogCommand extends AbstractGitCommand implements LogCommand
|
||||
if (!Strings.isNullOrEmpty(request.getEndChangeset()))
|
||||
{
|
||||
ObjectId end = GitUtil.getRevisionId(gr,
|
||||
request.getStartChangeset());
|
||||
request.getEndChangeset());
|
||||
|
||||
cmd.addRange(start, end);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user