chiark / gitweb /
Optionally repack the object repository after every pull
authorChuck Lever <chuck.lever@oracle.com>
Wed, 8 Nov 2006 22:30:03 +0000 (22:30 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 8 Nov 2006 22:30:03 +0000 (22:30 +0000)
Add an option to .stgitrc which causes the object repository to be repacked
after every "stg pull" operation.  Especially on NFS, this improves overall
performance considerably.  The only downside is that the first time it runs
it will take a very long time if the repository hasn't been packed
recently.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>

No differences found