summaryrefslogtreecommitdiff
path: root/dot_config/git
diff options
context:
space:
mode:
authorLibravatar Martin Michalec <martin@michalec.dev>2026-02-11 02:38:54 +0000
committerLibravatar Martin Michalec <martin@michalec.dev>2026-02-11 02:38:54 +0000
commitac3dc1dc85eb25c40f3bb4018e021ba3be072823 (patch)
treea0469594d0eb368f9656ee313962c161cee9f00d /dot_config/git
parentadd foot (diff)
downloaddotfiles-ac3dc1dc85eb25c40f3bb4018e021ba3be072823.tar.gz
add git
Diffstat (limited to 'dot_config/git')
-rw-r--r--dot_config/git/config20
-rw-r--r--dot_config/git/ignore6
2 files changed, 26 insertions, 0 deletions
diff --git a/dot_config/git/config b/dot_config/git/config
new file mode 100644
index 0000000..2dfa735
--- /dev/null
+++ b/dot_config/git/config
@@ -0,0 +1,20 @@
1[core]
2 editor = emacsclient --alternate-editor= --reuse-frame
3[user]
4 name = "Martin Michalec"
5 email = "martin@michalec.dev"
6 signingkey = "EC8B9BEEC52ADE94D44F9F1649D78C69C2FCBB11"
7[merge]
8 conflictStyle = diff3
9[diff]
10 algorithm = histogram
11[commit]
12 gpgsign = true
13[sendemail]
14 annotate = true
15[pull]
16 rebase = true
17[advice]
18 detachedHead = false
19[sendemail]
20 sendmailcmd = msmtp --read-envelope-from
diff --git a/dot_config/git/ignore b/dot_config/git/ignore
new file mode 100644
index 0000000..6f7f8d6
--- /dev/null
+++ b/dot_config/git/ignore
@@ -0,0 +1,6 @@
1*~
2*.\#\*
3*.\#*\#
4.ccls-cache
5.cache
6compile_commands.json