summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-02-05 11:39:05 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-02-05 11:46:06 -0700
commit1b7944e66fe2c94de2eb6e3bfad617b5ef457f4a (patch)
tree682fe3ccba43d8fc3d89a8c19e5430653c288a90 /.gitconfig
parent5fb335ddc54957b9c2efe88d27fddc8685e3d927 (diff)
downloaddotfiles-1b7944e66fe2c94de2eb6e3bfad617b5ef457f4a.tar.gz
set format.outputDirectory in ~/.gitconfig
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index a357bf72..17c04d8f 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -108,6 +108,14 @@
from = Sean Whitton <spwhitton@spwhitton.name>
annotate = true
+# ---- git-format-patch ----
+
+[format]
+ # There's no tilde expansion for this. When can assume git 2.31 can
+ # set GIT_CONFIG_KEY_0=format.outputDirectory &
+ # GIT_CONFIG_VALUE_0="$HOME/tmp" in ~/.shenv instead.
+ outputDirectory = /home/spwhitton/tmp
+
# ---- merging ----
[merge "dpkg-mergechangelogs"]