X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fgit-quiltimport.txt;h=d4037de5124010e9c90dcc97e8b64e6011dbed21;hb=07e2fbcb90bf0fc53bc67b970704730832c6d3d4;hp=1c3ef4c59362a1ccc8e44a54738c788f710201be;hpb=c576304d512df18fa30b91bb3ac15478d5d4dfb1;p=git.git diff --git a/Documentation/git-quiltimport.txt b/Documentation/git-quiltimport.txt index 1c3ef4c59..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 gitlink:git[7] suite +Part of the linkgit:git[1] suite