]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-p4import.txt
Add a "--notags" option for git-p4import.
[thirdparty/git.git] / Documentation / git-p4import.txt
index c198ff2502d95be4dc1baadd6479b687acb0caa1..0858e5efbe01a8e47ddcfa9b1c7e1c6169f9b7e1 100644 (file)
@@ -8,7 +8,7 @@ git-p4import - Import a Perforce repository into git
 
 SYNOPSIS
 --------
-`git-p4import` [-q|-v] [--authors <file>] [-t <timezone>] <//p4repo/path> <branch>
+`git-p4import` [-q|-v] [--notags] [--authors <file>] [-t <timezone>] <//p4repo/path> <branch>
 
 `git-p4import` --stitch <//p4repo/path>
 
@@ -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.