-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
The memory needed by JGit may be able to be reduced by discarding the body of the commit.
RevWalk walk = new RevWalk(repository);
walk.setRetainBody(false);
See https://wiki.eclipse.org/JGit/User_Guide#Reducing_memory_usage_with_RevWalk
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers