stgitrc, gitconfig: Move the StGIT configuration to gitconfig.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 13 Feb 2007 23:53:29 +0000 (23:53 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 13 Feb 2007 23:53:29 +0000 (23:53 +0000)
The various porcelains seems to be converging on the core Git
configuration file as being a good place to put stuff, and I can see
why.

gitconfig
setup
stgitrc [deleted file]

index 13c8830..9be32a3 100644 (file)
--- a/gitconfig
+++ b/gitconfig
                        --no-signed-off-by-cc \
                        --to"
 
+[stgit]
+       autoresolved = yes
+       smtpdelay = 0
+
 [mail "alias"]
        git = git@vger.kernel.org
        mdw = mdw@distorted.org.uk
diff --git a/setup b/setup
index ec629c4..caa7b4b 100755 (executable)
--- a/setup
+++ b/setup
@@ -145,7 +145,7 @@ dotfiles="
   bash_profile bash_logout bashrc inputrc bash_completion
   emacs emacs-calc
   vm mailrc signature
-  gitconfig cgrc stgitrc tigrc
+  gitconfig cgrc tigrc
   lisp-init.lisp:.cmucl-init.lisp
     lisp-init.lisp:.sbclrc
     lisp-init.lisp:.clisprc.lisp
diff --git a/stgitrc b/stgitrc
deleted file mode 100644 (file)
index c0b97a9..0000000
--- a/stgitrc
+++ /dev/null
@@ -1,8 +0,0 @@
-### StGIT configuration
-
-[stgit]
-## Author/committer details
-authname: Mark Wooding
-authemail: mdw@distorted.org.uk
-commname: Mark Wooding
-commemail: mdw@distorted.org.uk