In a bare repository I can type $ git ls-tree -r master
. (this is sort of the same thing I can get in a none-bare repos with the command git ls-files
)
for a full list of files and their sha refs in a git repository.
With Rugged, how do I get that list of files in a particular branch or master?