git.nynim.org
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d35632
)
.gitconfig: push.default = matching
author
Tony Duckles <tony@nynim.org>
Thu, 20 Dec 2012 05:14:56 +0000
(23:14 -0600)
committer
Tony Duckles <tony@nynim.org>
Thu, 20 Dec 2012 05:45:21 +0000
(23:45 -0600)
The default value of push.default is changing in Git 2.0. Set an
explicit value to squelch warning message when doing "git push" on
Git 1.8 and above.
.gitconfig
patch
|
blob
|
history
diff --git
a/.gitconfig
b/.gitconfig
index 78a06bd04a9fc72e15c42d7717e8a17930ff50e3..a802e5686164af2e81c80ac6144e0e90bb7d8958 100644
(file)
--- a/
.gitconfig
+++ b/
.gitconfig
@@
-70,3
+70,5
@@
changed = green bold
untracked = blue bold
+[push]
+ default = matching