git-p4: Fix regression in p4Where method.
[gitweb.git] / Documentation / git-quiltimport.txt
index c66c82c61dfcde03ecac67371939a93a3180b54c..d4037de5124010e9c90dcc97e8b64e6011dbed21 100644 (file)
@@ -9,7 +9,7 @@ git-quiltimport - Applies a quilt patchset onto the current branch
 SYNOPSIS
 --------
 [verse]
-'git-quiltimport' [--author <author>] [--patches <dir>]
+'git quiltimport' [--dry-run] [--author <author>] [--patches <dir>]
 
 
 DESCRIPTION
@@ -29,6 +29,14 @@ preserved as the 1 line subject in the git description.
 
 OPTIONS
 -------
+
+-n::
+--dry-run::
+       Walk through the patches in the series and warn
+       if we cannot find all of the necessary information to commit
+       a patch.  At the time of this writing only missing author
+       information is warned about.
+
 --author Author Name <Author Email>::
        The author name and email address to use when no author
        information can be found in the patch description.
@@ -36,10 +44,10 @@ OPTIONS
 --patches <dir>::
        The directory to find the quilt patches and the
        quilt series file.
-
-        The default for the patch directory is patches
-       or the value of the $QUILT_PATCHES environment
-       variable.
++
+The default for the patch directory is patches
+or the value of the $QUILT_PATCHES environment
+variable.
 
 Author
 ------
@@ -51,5 +59,4 @@ Documentation by Eric Biederman <ebiederm@lnxi.com>
 
 GIT
 ---
-Part of the gitlink:git[7] suite
-
+Part of the linkgit:git[1] suite