If you know the directory hash code, you can use git ls-tree hash. To know your directory hash you can use git ls-tree HEAD, which shows you every file/directory hash of your project root.
William Seiti Mizuta @williammizuta Desenvolvedor da Caelum On Sat, Dec 8, 2012 at 7:07 PM, Ryan Hodson <[email protected]> wrote: > Try git ls-files (no hyphen after the git command). > > On Dec 8, 2012 3:00 PM, "Fanta" <[email protected]> wrote: > > > > Thank you Ryan. git status only lists files the are untracked (and not > listed in .gitignore) or to be committed. > > > > -- > > > > > > -- > > > --
