X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-p4import.txt;fp=Documentation%2Fgit-p4import.txt;h=0858e5efbe01a8e47ddcfa9b1c7e1c6169f9b7e1;hb=ada7781dc3602e6efc052e5e0da37a63caae0489;hp=c198ff2502d95be4dc1baadd6479b687acb0caa1;hpb=5b139a66fcac6ebe6a1ca483ced8cc70f65d3a78;p=git.git diff --git a/Documentation/git-p4import.txt b/Documentation/git-p4import.txt index c198ff25..0858e5ef 100644 --- a/Documentation/git-p4import.txt +++ b/Documentation/git-p4import.txt @@ -8,7 +8,7 @@ git-p4import - Import a Perforce repository into git SYNOPSIS -------- -`git-p4import` [-q|-v] [--authors ] [-t ] +`git-p4import` [-q|-v] [--notags] [--authors ] [-t ] `git-p4import` --stitch @@ -43,6 +43,9 @@ OPTIONS Specify an authors file containing a mapping of Perforce user ids to full names and email addresses (see Notes below). +\--notags:: + Do not create a tag for each imported commit. + \--stitch:: Import the contents of the given perforce branch into the currently checked out git branch.