Grgit.open(dir: repoDir).log {
range 'origin/develop', branch
maxCommits:
num
}
Can I add some argument to get commit body?
Grgit.open(dir: repoDir).log {
range 'origin/develop', branch
maxCommits:
num
}
Can I add some argument to get commit body?
Copyright © 2021 Jogjafile Inc.
Depends on what you mean by the body. The log method returns a list of Commit objects that all have
shortMessageandfullMessageproperties