summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a9d1a27)
raw | patch | inline | side by side (parent: a9d1a27)
author | Simon Hausmann <simon@lst.de> | |
Mon, 11 Jun 2007 21:30:23 +0000 (23:30 +0200) | ||
committer | Simon Hausmann <simon@lst.de> | |
Mon, 11 Jun 2007 21:30:23 +0000 (23:30 +0200) |
Signed-off-by: Simon Hausmann <simon@lst.de>
contrib/fast-import/git-p4.txt | patch | blob | history |
index c315158d8d7eb110b927c920f0fe348ff612054f..b16a8384bcfbfe33dc33e1076c64f5d36e75e803 100644 (file)
git-p4 sync //path/in/your/perforce/depot
This will import the current head revision of the specified depot path into a
-"p4" branch of your git repository. You can use the --branch=mybranch option
-to use a different branch.
+"remotes/p4/master" branch of your git repository. You can use the
+--branch=mybranch option to use a different branch.
If you want to import the entire history of a given depot path just use
git-p4 sync
-in your git repository. By default the "p4" branch is updated.
+in your git repository. By default the "remotes/p4/master" branch is updated.
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