From 2427af34e8f19e69f9c864fd62dcf3ae5df3c3d6 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner <lunaryorn@gmail.com> Date: Tue, 2 Oct 2012 21:10:31 +0200 Subject: [PATCH] Add git-commit git-commit is a mode to edit Git commit messages conforming to the guidelines established by Tim Pope in his blog post at http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html. --- recipes/git-commit | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/git-commit diff --git a/recipes/git-commit b/recipes/git-commit new file mode 100644 index 00000000..027bc1c1 --- /dev/null +++ b/recipes/git-commit @@ -0,0 +1 @@ +(git-commit :repo "rafl/git-commit-mode" :fetcher github)