From a6370544f98a76262f00312c633c76d1e0d81ac0 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 27 Jul 2019 17:22:49 -0400 Subject: Clean up home files --- home/.config/git/config | 16 ++++++++-------- home/.config/git/ignore | 1 - 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'home/.config/git') diff --git a/home/.config/git/config b/home/.config/git/config index 094e0e71..2ed9809a 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -1,19 +1,19 @@ [user] - name = June McEnroe - email = june@causal.agency + name = June McEnroe + email = june@causal.agency [commit] - gpgSign = true - verbose = true + gpgSign = true + verbose = true [merge] - conflictStyle = diff3 + conflictStyle = diff3 [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 = ./private + path = ./private diff --git a/home/.config/git/ignore b/home/.config/git/ignore index 22bb82f8..fea54519 100644 --- a/home/.config/git/ignore +++ b/home/.config/git/ignore @@ -1,3 +1,2 @@ *.DS_store *.dSYM/ -.pult* -- cgit 1.4.1 ='/src/commit/www?id=7fae78359f3f28d505e92a193efcfeb964a3498c&follow=1'>commit diff
path: root/www (unfollow)
Commit message (Collapse)Author
2020-08-02Add scooper update to "IRC Suite"June McEnroe
2020-07-31Add scooper to causal.agencyJune McEnroe
2020-07-25Fix setting second title request to GETJune McEnroe
Since 9c845be2797e2047547ec247cb037471aeb48bb0 in curl (7.71.0), setting CURLOPT_NOBODY to 1 sets the request method to HEAD, but setting it back to 0 does not change the method back to GET. Setting CURLOPT_HTTPGET both sets the request method and unsets CURLOPT_NOBODY.
2020-07-20Set pull.rebase trueJune McEnroe
2020-07-18Read from stdin in orderJune McEnroe
2020-07-18Actually fix nvim and doas presence testsJune McEnroe
2020-07-14Install up CGI with mode 700June McEnroe
It should never be served as a regular file.
2020-07-14Check that there is upload dataJune McEnroe
2020-07-14Add CGI upload program for temp.causal.agencyJune McEnroe
2020-07-10Add The Broken KingdomsJune McEnroe
2020-07-08Add facebook and twitter to title user-agentJune McEnroe
This fixes fetching tweets again! https://github.com/thelounge/thelounge/pull/ 3602 (Intentionally breaking the link so GitHub doesn't add a "referenced this PR" thing?)
2020-06-30Tweak causal.agency for mostly no reasonJune McEnroe
2020-06-30Add Ancillary JusticeJune McEnroe
2020-06-26Add password non-manager to planJune McEnroe
I've had this idea for years...
2020-06-26Tweak TF2 sensitivities once moreJune McEnroe
2020-06-19Add note about litterbox bot useJune McEnroe
2020-06-19Publish "IRC suite"June McEnroe
2020-06-17Add errors to link.shJune McEnroe