X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-quiltimport.txt;h=d4037de5124010e9c90dcc97e8b64e6011dbed21;hb=35d2f73b999636c93049b2d7bed1458bcf2f9648;hp=0fc2b56c12b0ca97b8868f27d2f4ac149ead04d6;hpb=105c21df14531bf2fd39e05b4c3a9aa31349da06;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