English ▾
Localized versions of git-quiltimport manual
  1. English
  2. Français
  3. Português (Brasil)
  4. українська мова
  5. 简体中文
Topics ▾ Latest version ▾ git-quiltimport last updated in 2.43.0
Changes in the git-quiltimport manual
  1. 2.43.1 → 2.52.0 no changes
  2. 2.43.0 2023年11月20日
  3. 2.21.1 → 2.42.4 no changes
  4. 2.21.0 2019年02月24日
  5. 2.10.5 → 2.20.5 no changes
  6. 2.9.5 2017年07月30日
  7. 2.8.6 no changes
  8. 2.7.6 2017年07月30日
  9. 2.3.10 → 2.6.7 no changes
  10. 2.2.3 2015年09月04日
  11. 2.1.4 no changes
  12. 2.0.5 2014年12月17日

Check your version of git by running

git --version

NAME

git-quiltimport - Applies a quilt patchset onto the current branch

SYNOPSIS

git quiltimport [--dry-run | -n] [--author <author>] [--patches <dir>]
		[--series <file>] [--keep-non-patch]

DESCRIPTION

Applies a quilt patchset onto the current Git branch, preserving the patch boundaries, patch order, and patch descriptions present in the quilt patchset.

For each patch the code attempts to extract the author from the patch description. If that fails it falls back to the author specified with --author. If the --author flag was not given the patch description is displayed and the user is asked to interactively enter the author of the patch.

If a subject is not found in the patch description the patch name is 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.

--patches <dir>

The directory to find the quilt patches.

The default for the patch directory is patches or the value of the $QUILT_PATCHES environment variable.

--series <file>

The quilt series file.

The default for the series file is <patches>/series or the value of the $QUILT_SERIES environment variable.

--keep-non-patch

Pass -b flag to git mailinfo (see git-mailinfo[1]).

GIT

Part of the git[1] suite

AltStyle によって変換されたページ (->オリジナル) /