git.el: Put the git customize group in the 'tools' parent group.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Alexandre Julliard 2006-07-22 15:40:13 +02:00 committed by Junio C Hamano
parent 73389f12bf
commit 5df52584fa

View File

@ -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.