diff options
author | Simon Hausmann <simon@lst.de> | 2007-05-17 20:57:05 +0200 |
---|---|---|
committer | Simon Hausmann <simon@lst.de> | 2007-05-17 20:57:05 +0200 |
commit | c6d44cb1a1a9bca58d91ef414b9dbaa393d2de3a (patch) | |
tree | f8af3933781cbc4c0e8571f8dce024ba100ff86f /contrib/fast-import/git-p4.txt | |
parent | Create the origin based import branch using git update-ref instead of git branch (diff) | |
download | tgif-c6d44cb1a1a9bca58d91ef414b9dbaa393d2de3a.tar.xz |
Changed the default p4 import branch to be refs/remotes/p4/{HEAD,master}
instead of refs/heads/p4.
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 ff0da9d0c8..32aeb0ac0b 100644 --- a/contrib/fast-import/git-p4.txt +++ b/contrib/fast-import/git-p4.txt @@ -20,9 +20,9 @@ or This will create an empty git repository in a subdirectory called "project" (or "myproject" with the second command), import the head revision from the -specified perforce path into a git "p4" branch, create a master branch off it -and check it out. If you want the entire history (not just the head revision) then -you can simply append a "@all" to the depot path: +specified perforce path into a git "p4" branch (remotes/p4 actually), create a +master branch off it and check it out. If you want the entire history (not just +the head revision) then you can simply append a "@all" to the depot path: git-p4 clone //depot/project/main@all myproject |