login
Header Space

 
 

Re: irc usage..

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Monday, May 22, 2006 - 3:03 pm

> But people _should_ realize that removing objects is very very special. 

Just a similar question: is there any reason not tu run git
repack/prune-packed as cron job? I would think of something like this
for every night:

- git prune-packed (remove objects packed last time)
- check how many objects git-count-objects counts, if it are not enough
  abort
- git repack

git repack -a -d is probably a bad idea, I guess, because a program
could try to open them after they were deleted.  Is there any way to
delete unnecessary packs (those which would repack -a -d delete)?
Making it possible to do a git repack -a and delete those packs the
next night?
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: irc usage.., Jakub Narebski, (Mon May 22, 1:51 pm)
Re: irc usage.., Linus Torvalds, (Mon May 22, 2:03 pm)
Re: irc usage.., Matthias Lederhofer, (Mon May 22, 3:03 pm)
Re: irc usage.., Junio C Hamano, (Mon May 22, 3:09 pm)
speck-geostationary