use jgit impl "git show commitId --name-only"
Closed this issue · 1 comments
lpf4254302 commented
Description
use jgit impl "git show commitId --name-only"
Motivation
give a commitId then return commit files
Alternatives considered
No response
Additional context
No response
msohn commented
The jgit command line application supports this command, see https://github.com/eclipse-jgit/jgit/blob/master/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Show.java#L97