On Jul 3, 11:27 am, Thomas Ferris Nicolaisen <tfn...@gmail.com> wrote:
> On Tuesday, July 3, 2012 6:43:14 AM UTC+2, jack sparrow wrote:
>
> > btw, what's the command to display the statistics like the number of
> > objects tracked,
> > no.of files in the repo etc ?
>
> Find number of objects with:
>
> git count-objects -v
>
> Number of files you can find using normal unix commands, like
>
> find . -type f|grep -v .git|grep -c ./

the following is the output of git count-objects -v
does it justify the git status to take more than a minute ?

count: 0
size: 0
in-pack: 261399
packs: 5
size-pack: 1060921
prune-packable: 0

btw, Thomas thanks for your continued support, its really
appreciated.
garbage: 0

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to