Skip to content

Commit

Permalink
git.el: Put the git customize group in the 'tools' parent group.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Alexandre Julliard authored and Junio C Hamano committed Jul 24, 2006
1 parent 73389f1 commit 5df5258
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/emacs/git.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5df5258

Please sign in to comment.