gitconfig: Update
authorStefan Huber <shuber@sthu.org>
Tue, 27 Dec 2022 10:30:18 +0000 (11:30 +0100)
committerStefan Huber <shuber@sthu.org>
Tue, 27 Dec 2022 10:30:18 +0000 (11:30 +0100)
dotfiles/gitconfig

index c895618ef9e8ec899b5b130e64b5964c63e5cb18..3ee134e3d38fad24cc379a59270310e7e7a77a8f 100644 (file)
@@ -2,6 +2,17 @@
     name = Stefan Huber
     email = me@example.com
     signingkey = 0123456
+# [sendemail]
+#     smtpencryption = tls
+#     smtpserver = xxx
+#     smtpuser = xxx
+#     smtppass = xxx
+#     smtpsslcertpath = /etc/ssl/certs/ca-certificates.crt
+#     from = xxx
+#     bcc = xxx
+#     suppresscc = author
+#     suppresscc = self
+#     chainreplyto = true
 [http]
     #prxy = http://username:password@192.168.9.10:8080
 [color]
@@ -25,6 +36,7 @@
     wdiff = diff -w --word-diff-regex="[^[:space:]]"
     wlog = log -w --word-diff-regex="[^[:space:]]"
     wshow = show -w --word-diff-regex="[^[:space:]]"
+    fhsprofile = config user.email "xxx@fh-salzburg.ac.at"
 [log]
     decorate
 [diff]
@@ -44,3 +56,7 @@
     trustExitCode = true
 [mergetool "nvimdiff"]
     cmd = "nvim -d \"$LOCAL\" \"$REMOTE\" \"$MERGED\" -c 'wincmd w' -c 'wincmd J'"
+[alias]
+    lab = "!lab"
+    lab-i = "!lab issue"
+    li = "!lab issue"