]> git.phdru.name Git - git-scripts.git/commit
Feat(submodules/diff-name-only): Use `rev-parse`
authorOleg Broytman <phd@phdru.name>
Tue, 4 Oct 2022 21:16:59 +0000 (00:16 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 4 Oct 2022 21:21:00 +0000 (00:21 +0300)
commit574812d8ad8f45eb167409da2e18e7243ec95a35
treee56dd80364198a4e6019804316dfc973c6b9d2b4
parentdd39ba567f2d41ff2826141b95981e8cabedbbbb
Feat(submodules/diff-name-only): Use `rev-parse`

Use `git rev-parse commit:submodule_path` instead of
`git ls-tree commit submodule_path | awk "{print $3}"`.
submodules/diff-name-only