diff options
author | Simon Hausmann <simon@lst.de> | 2007-03-22 22:17:42 +0100 |
---|---|---|
committer | Simon Hausmann <simon@lst.de> | 2007-03-22 22:17:42 +0100 |
commit | 179caebff4a917dc35c8166ec183bc5c76df53e1 (patch) | |
tree | 602db30f5c5f92e91a070334299a7d1b94d6977b /contrib/fast-import/git-p4.txt | |
parent | 569d1bd4092aacd44a826852e087d0f0e9928ce8 (diff) | |
download | git-179caebff4a917dc35c8166ec183bc5c76df53e1.tar.gz git-179caebff4a917dc35c8166ec183bc5c76df53e1.tar.xz |
Brand new smart incremental import that doesn't need tags or git repo-config :)
Signed-off-by: Simon Hausmann <simon@lst.de>
Diffstat (limited to 'contrib/fast-import/git-p4.txt')
-rw-r--r-- | contrib/fast-import/git-p4.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/fast-import/git-p4.txt b/contrib/fast-import/git-p4.txt index 0d30aff64..4319c82dc 100644 --- a/contrib/fast-import/git-p4.txt +++ b/contrib/fast-import/git-p4.txt @@ -38,11 +38,9 @@ Incremental Imports After an initial import you can easily synchronize your git repository with newer changes from the Perforce depot by just calling - git-p4.p4 sync + git-p4 sync -in your git repository. git-p4 stores the depot path of the original import in -the .git/config file and remembers the last imported p4 revision as a git tag -called p4/<changenum> . +in your git repository. It is recommended to run 'git repack -a -d -f' from time to time when using incremental imports to optimally combine the individual git packs that each |