Browse Source

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>
maint
Alexandre Julliard 19 years ago committed by Junio C Hamano
parent
commit
5df52584fa
  1. 3
      contrib/emacs/git.el

3
contrib/emacs/git.el

@ -55,7 +55,8 @@ @@ -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.

Loading…
Cancel
Save