diff options
author | Simon Hausmann <simon@lst.de> | 2007-06-11 23:30:23 +0200 |
---|---|---|
committer | Simon Hausmann <simon@lst.de> | 2007-06-11 23:30:23 +0200 |
commit | 81b462a629c2feff9ab1dc43148643aad9571271 (patch) | |
tree | 3f11b2e570ff78e8a63f8e0e221555a55fa9111d /contrib/fast-import/git-p4.txt | |
parent | a9d1a27af1f1c997eeef67aed54136ae83355bb9 (diff) | |
download | git-81b462a629c2feff9ab1dc43148643aad9571271.tar.gz git-81b462a629c2feff9ab1dc43148643aad9571271.tar.xz |
Mention remotes/p4/master also in the documentation.
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, 3 insertions, 3 deletions
diff --git a/contrib/fast-import/git-p4.txt b/contrib/fast-import/git-p4.txt index c315158d8..b16a8384b 100644 --- a/contrib/fast-import/git-p4.txt +++ b/contrib/fast-import/git-p4.txt @@ -36,8 +36,8 @@ If you want more control you can also use the git-p4 sync command directly: 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 @@ -57,7 +57,7 @@ newer changes from the Perforce depot by just calling 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 |