From 8cc68968fdd18da17b69e9c3e0277b24d9ce5fc8 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 4 Jun 2016 01:05:00 +0300 Subject: [PATCH] Publish gitconfig --- dotfiles2html/dotfiles2html.py | 5 +++-- dotfiles2html/gitconfig.head | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 dotfiles2html/gitconfig.head 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
+#
+
-- 2.39.2