Re: [git-users] Does git allow to delete objects, found in a reference repository?

2013-01-30 Thread Dale R. Worley
> From: Ivan L > > How can I delete from my repos the git objects that have appeared in the > cache repo? - The remote repo is a very huge one, and I don't want to waste > my space. > > If there is no such ability, then how can I report it as a feature-request > to the git development team?

[git-users] Does git allow to delete objects, found in a reference repository?

2013-01-30 Thread Ivan L
I create the cache git repo with git clone --mirror ..., then I periodically update it via cron, like git remote update -p. On the need I also create some local repos with git clone --reference ... and work with them - pulling, commiting and pushing. How can I delete from my repos the git ob