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)
commit925ff4a7136e29976b88a0d820fd883c6dae5b88
treeb3c62d350e83a90defd633e9dc246dbb350b49d3
parent948dae344afd7633b7a074beb36113c1b46527eb
Optionally repack the object repository after every pull

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>
examples/stgitrc
stgit/commands/pull.py
stgit/config.py
stgit/git.py