Re: gdb.git needs some pruning/packing ?
Joel Brobecker <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> every push to the gdb.git repo stalls at the >>> lines > $ git push > Counting objects: 15, done. > Delta compression using up to 4 threads. > Compressing objects: 100% (15/15), done. > Writing objects: 100% (15/15), 1.57 KiB | 0 bytes/s, done. > Total 15 (delta 14), reused 0 (delta 0) > >>>Auto packing the repository for optimum performance. > >>>warning: There are too many unreachable loose objects; run 'git prune' to remove them. > To ssh://sourceware.org/git/binutils-gdb.git > 282c975..05f53ed master -> master > > can someone on the admin side run prune and repack the repo ? I ran a "git gc" which should take care of the pruning as well. Let us know if the problem remains. -- Joel