projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73389f1
)
git.el: Put the git customize group in the 'tools' parent group.
author
Alexandre Julliard
<julliard@winehq.org>
Sat, 22 Jul 2006 13:40:13 +0000
(15:40 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 24 Jul 2006 06:36:05 +0000
(23:36 -0700)
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/emacs/git.el
patch
|
blob
|
history
diff --git
a/contrib/emacs/git.el
b/contrib/emacs/git.el
index 92cb2b90fedbbb0936fc38fae0adf12b55bf2afe..68de9be0c7cca8645275a042900766b6ea2712c7 100644
(file)
--- a/
contrib/emacs/git.el
+++ b/
contrib/emacs/git.el
@@
-55,7
+55,8
@@
;;;; ------------------------------------------------------------
(defgroup git nil
- "Git user interface")
+ "A user interface for the git versioning system."
+ :group 'tools)
(defcustom git-committer-name nil
"User name to use for commits.