projects
/
dotfiles-public.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4503e13
)
.gitconfig: configure push.default for 'matching'.
author
W. Trevor King
<wking@tremily.us>
Mon, 10 Sep 2012 17:18:16 +0000
(13:18 -0400)
committer
W. Trevor King
<wking@tremily.us>
Mon, 10 Sep 2012 17:18:16 +0000
(13:18 -0400)
This makes things explicit in the lead up to the Git 2.0 shift from
'matching' to 'simple'.
src/.gitconfig
patch
|
blob
|
history
diff --git
a/src/.gitconfig
b/src/.gitconfig
index 6439739d8be662c03ce3a3444c5f936fb800b8c8..33f7deef630c658c917763c4d2e8f158747a1fc7 100644
(file)
--- a/
src/.gitconfig
+++ b/
src/.gitconfig
@@
-5,6
+5,9
@@
email = wking@tremily.us
signingkey = 0xFC29BDCDF15F5BE8
+[push]
+ default = matching
+
[format]
thread = true