list-cvs-files.sh: List git submodule files along

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-05-08 14:38:43 +00:00
commit e7515df64c

View file

@ -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()