git_patch_tags.vim : Global plugin for adding patch tags from linux SubmittingPatches document
script karma |
Rating 11/5,
Downloaded by 1274 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Antonio Ospite |
|
script type |
utility |
|
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.
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
|
|
install details |
Drop git_patch_tags.vim into your $HOME/.vim/plugin directory.
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.21.186.117
|