git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* When to repack?
@ 2008-02-29 10:55 Paul Gardiner
  2008-02-29 11:47 ` Karl Hasselström
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Paul Gardiner @ 2008-02-29 10:55 UTC (permalink / raw)
  To: git; +Cc: osronline

There's advantage to repacking a repository after using git-fast-import.
If that repacked repository is then git-pushed to another, is there
any point in repacking the other afterwards? I'm guessing not, but
just checking.

P.

^ permalink raw reply	[flat|nested] 9+ messages in thread
* When to repack?
@ 2007-01-31 12:50 Bill Lear
  2007-01-31 12:58 ` Jakub Narebski
  2007-01-31 13:01 ` Andreas Ericsson
  0 siblings, 2 replies; 9+ messages in thread
From: Bill Lear @ 2007-01-31 12:50 UTC (permalink / raw)
  To: git

We have a company repo used by many people throughout the day.  When/how
can I repack this?  I have come to adopt this approach:

% mv project project.pack
% cd project.pack
% GIT_DIR=. git repack -a -d
% cd ..
% mv project.pack project


Bill

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-03-01  1:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-29 10:55 When to repack? Paul Gardiner
2008-02-29 11:47 ` Karl Hasselström
2008-02-29 13:22 ` Jakub Narebski
2008-03-01  1:00 ` Xavier Maillard
  -- strict thread matches above, loose matches on Subject: below --
2007-01-31 12:50 Bill Lear
2007-01-31 12:58 ` Jakub Narebski
2007-01-31 13:01 ` Andreas Ericsson
2007-01-31 15:19   ` Johannes Schindelin
2007-01-31 15:36     ` Shawn O. Pearce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).