This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb.git needs some pruning/packing ?


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]