git ls-files in bare repository git ls-files in bare repository git git

git ls-files in bare repository


You can try the other command which list files:

git ls-tree --full-tree -r HEAD

According to this comment, the command git ls-tree works in bare repo.