X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-quiltimport.txt;h=6e9a8c369a38e85c003c451b414fd58c24445aba;hb=17cf250aff26d3baa6b311a3404f1a932e16cf17;hp=c66c82c61dfcde03ecac67371939a93a3180b54c;hpb=d3d8f361a8c6beb5647e0d963a1460a505324494;p=git.git diff --git a/Documentation/git-quiltimport.txt b/Documentation/git-quiltimport.txt index c66c82c6..6e9a8c36 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' [--author ] [--patches ] +'git-quiltimport' [--dry-run] [--author ] [--patches ] DESCRIPTION @@ -29,6 +29,12 @@ preserved as the 1 line subject in the git description. OPTIONS ------- +--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 :: The author name and email address to use when no author information can be found in the patch description.