mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
list-cvs-files.sh: List git submodule files along
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
0ebf46cb06
commit
e7515df64c
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ list_dirents_cvs()
|
|||
list_dirents_git()
|
||||
{
|
||||
git ls-files $1
|
||||
git submodule foreach 'git ls-files | sed "s|^|$path/|"'
|
||||
}
|
||||
|
||||
list_dirents()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue