summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-05-01 16:01:04 -0400
committerJune McEnroe <june@causal.agency>2017-05-01 16:01:04 -0400
commitea9929b2230551a5c29cc7239cf7cd200b5b1142 (patch)
treeca5be7412126ace82524a86e5663a895837f3355
parentClean up style in xx (diff)
downloadsrc-ea9929b2230551a5c29cc7239cf7cd200b5b1142.tar.gz
src-ea9929b2230551a5c29cc7239cf7cd200b5b1142.zip
Clean up git config
-rw-r--r--.config/git/config16
-rw-r--r--.config/git/ignore3
2 files changed, 10 insertions, 9 deletions
diff --git a/.config/git/config b/.config/git/config
index 207e483e..cb38682c 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -1,11 +1,15 @@
 [user]
-	name = June McEnroe
-	email = programble@gmail.com
+    name = June McEnroe
+    email = programble@gmail.com
+
 [commit]
-	gpgSign = true
+    gpgSign = true
+
 [rebase]
-	autosquash = true
+    autosquash = true
+
 [pretty]
-	log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an>
+    log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an>
+
 [include]
-	path = ./override
+    path = ./private
diff --git a/.config/git/ignore b/.config/git/ignore
index 85379978..380a01a1 100644
--- a/.config/git/ignore
+++ b/.config/git/ignore
@@ -1,5 +1,2 @@
-*~
-.sw?
-.*.sw?
 *.DS_store
 .pult*
HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe 2020-12-29Add hilex HTML outputJune McEnroee4cc678e567a70e130c054&follow=1'>Call completeClear when closing a windowJune McEnroe 2020-02-11Don't insert color codes for non-mentionsJune McEnroe 2020-02-11Take first two words in colorMentionsJune McEnroe 2020-02-11Use time_t for save signatureJune McEnroe 2020-02-11Set self.nick to * initiallyJune McEnroe 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe