aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-04-23 00:57:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-04-23 00:57:10 +0000
commitb7f05bfda9209c7ff325ebd256277106d85176e9 (patch)
tree05ada41fd5f80ef19ff68290298063cc7ab2ccbc /devel/Makefile
parent196182d95ed489fac2b42c9178c5871bff1a7ff4 (diff)
downloadports-b7f05bfda9209c7ff325ebd256277106d85176e9.tar.gz
ports-b7f05bfda9209c7ff325ebd256277106d85176e9.zip
GNU Emacs modes for Git-related files.
* git-commit-mode - A major mode for editing Git commit messages according to the guidelines by Tim Pope. * git-rebase-mode - A major mode for git-rebase-todo files created by git rebase -i * gitconfig-mode - A 'conf-mode'-derived major mode for editing .gitconfig files. * gitignore-mode - A 'conf-mode'-derived major mode for editing .gitignore files. * gitattributes-mode - A major mode for editing .gitattributes files. WWW: https://github.com/magit/git-modes PR: 187781 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Notes
Notes: svn path=/head/; revision=351893
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 4017617c0440..095186c43db6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -548,6 +548,7 @@
SUBDIR += gio-sharp
SUBDIR += git
SUBDIR += git-merge-changelog
+ SUBDIR += git-modes
SUBDIR += git-review
SUBDIR += git-subversion
SUBDIR += gitg