]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Add comment.
authorSimon Ruderich <simon@ruderich.org>
Mon, 5 Jul 2010 19:06:30 +0000 (21:06 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 5 Jul 2010 19:06:30 +0000 (21:06 +0200)
gitconfig.m4

index 1eb17f2541d56db264618d4626644db52d9585aa..970014fc564b5c63c7120282bc3cb51103a86fe4 100644 (file)
@@ -13,6 +13,7 @@ include(../lib.m4)
 
 [core]
        editor = vim
+       # Can't use ~/ because of older git versions.
        excludesfile = GITIGNORE
 
 # Use pager for the following commands.