*git-patch-tags*

Global plugin for adding patch tags from linux SubmittingPatches document
Maintainer:  Antonio Ospite <ospite@studenti.unina.it>
Version:     0.2
Last Change: 2013-10-11
License:     This script is free software; you can redistribute it and/or
             modify it under the terms of the GNU General Public License.

Description:

Global plugin for adding patch tags as defined in the linux kernel
Documentation/SubmittingPatches document, examples of patch tags are:
 - Acked-by
 - Signed-off-by
 - Tested-by
 - Reviewed-by

the plugin allows to add also a Copyright line.

The author name and email address are retrieved from the git configuration.

Install Details:
Drop this file into your $HOME/.vim/plugin directory.

Examples:
<Leader>ack
	Add a Acked-by tag getting developer info from git config

<Leader>cpy
	Add a copyright line getting developer info from git config and using
	the current date

<Leader>rev
	Add a Reviewed-by tag getting developer info from git config

<Leader>sob
	Add a Signed-off-by tag getting developer info from git config

<Leader>tst
	Add a Tested-by tag getting developer info from git config

References:
http://elinux.org/Developer_Certificate_Of_Origin
http://lxr.linux.no/source/Documentation/SubmittingPatches

vim:tw=78:et:ft=help:norl:
