From: Oleg Broytman Date: Fri, 3 Jun 2016 22:05:00 +0000 (+0300) Subject: Publish gitconfig X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=8cc68968fdd18da17b69e9c3e0277b24d9ce5fc8 Publish gitconfig --- diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index b61423a..42c96aa 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -1,7 +1,7 @@ #! /usr/bin/env python __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2004-2013 PhiloSoft Design" +__copyright__ = "Copyright (C) 2004-2016 PhiloSoft Design" import os, shutil, filecmp os.umask(0022) # octal; -rw-r--r-- @@ -56,7 +56,8 @@ def add_headers(fname, first, prev, next, last): home_file_types = (("bashrc", "sh"), ("profile", "sh"), ("shellrc", "sh"), ("fvwm2rc", "fvwm2m4"), ("mailcap", "conf"), ("mime.types", "conf"), - ("muttrc", "muttrc"), ("procmailrc", "procmail"), ("vimrc", "vim")) + ("muttrc", "muttrc"), ("procmailrc", "procmail"), + ("gitconfig", "gitconfig"), ("vimrc", "vim")) mc_file_types = (("mc.ext", "conf"), ("menu", "conf")) diff --git a/dotfiles2html/gitconfig.head b/dotfiles2html/gitconfig.head new file mode 100644 index 0000000..0fcb52f --- /dev/null +++ b/dotfiles2html/gitconfig.head @@ -0,0 +1,8 @@ +
+# git configuration
+#
+# Text version here
+#
+# Generated by gvim :runtime syntax/2html.vim
+#
+