Skip to content

Commit

Permalink
Mention remotes/p4/master also in the documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hausmann <simon@lst.de>
  • Loading branch information
Simon Hausmann committed Jun 11, 2007
1 parent a9d1a27 commit 81b462a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/fast-import/git-p4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 81b462a

Please sign in to comment.