Gitで直近にコミットされたファイルのパスを取得した。

git log --pretty="" -1 --name-only -- *.adoc
表示結果
posts/jqでファイルの内容をjsonの値として取り込む.adoc

コマンド