#
# Add maintainers to patches generated with git format-patch
#
-# Usage: perl scripts/add_maintainers.pl [OPTIONS] -patchdir <patchdir>
+# Usage: perl scripts/add_maintainers.pl [OPTIONS] --patchdir <patchdir>
#
# Prerequisites: Execute
# git format-patch ... -o <patchdir> ...
Step 1: git format-patch ... -o <patchdir> ...
Step 2: ./scripts/add_maintainers.pl -d <patchdir>
This overwrites *.patch files in <patchdir> but makes a backup
- Step 3: git send-email -to xen-devel\@lists.xenproject.org <patchdir>/*.patch
+ Step 3: git send-email --to xen-devel\@lists.xenproject.org <patchdir>/*.patch
EOT
# Constants and functions related to LOCATIONS
}
print "Then perform:\n".
- "git send-email -to xen-devel\@lists.xenproject.org ".
+ "git send-email --to xen-devel\@lists.xenproject.org ".
$patch_dir.'/'.$patch_prefix."*.patch"."\n";
exit 0;