From c725f53ed28c3c33c65e393d66a131b9eee02c34 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Sat, 18 Aug 2012 11:15:46 -0700 Subject: [PATCH] Add snippets for gitcommits Examples: SoB: Signed-off-by: Bryan Hundven RB: Reported-by: Bryan Hundven TB: Tested-by: Bryan Hundven AB: Acked-by: Bryan Hundven --- snippets/gitcommit.snippets | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 snippets/gitcommit.snippets diff --git a/snippets/gitcommit.snippets b/snippets/gitcommit.snippets new file mode 100644 index 00000000..1e9ced66 --- /dev/null +++ b/snippets/gitcommit.snippets @@ -0,0 +1,8 @@ +snippet SoB + Signed-off-by: ${1} <${2}> +snippet RB + Reported-by: ${1} <${2}> +snippet TB + Tested-by: ${1} <${2}> +snippet AB + Acked-by: ${1} <${2}>