X-Git-Url: https://git.octo.it/?p=git.git;a=blobdiff_plain;f=Documentation%2Fgit-p4import.txt;h=0858e5efbe01a8e47ddcfa9b1c7e1c6169f9b7e1;hp=c198ff2502d95be4dc1baadd6479b687acb0caa1;hb=ada7781dc3602e6efc052e5e0da37a63caae0489;hpb=b642d9ef643371990c0a921836f2a074d48ce1b3 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.