X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-quiltimport.txt;h=d4037de5124010e9c90dcc97e8b64e6011dbed21;hb=6096d7598058d920485d206477f4383ba1a862cb;hp=0fc2b56c12b0ca97b8868f27d2f4ac149ead04d6;hpb=998b912927281a871e8d379e2b3a4385c775c4fe;p=git.git diff --git a/Documentation/git-quiltimport.txt b/Documentation/git-quiltimport.txt index 0fc2b56c1..d4037de51 100644 --- a/Documentation/git-quiltimport.txt +++ b/Documentation/git-quiltimport.txt @@ -9,7 +9,7 @@ git-quiltimport - Applies a quilt patchset onto the current branch SYNOPSIS -------- [verse] -'git-quiltimport' [--dry-run] [--author ] [--patches ] +'git quiltimport' [--dry-run] [--author ] [--patches ] DESCRIPTION @@ -29,6 +29,8 @@ 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 @@ -57,4 +59,4 @@ Documentation by Eric Biederman GIT --- -Part of the linkgit:git[7] suite +Part of the linkgit:git[1] suite