gitconfig: Use true instead of 1
This commit is contained in:
parent
e6cd40103c
commit
a6152fae0b
|
@ -77,7 +77,7 @@
|
||||||
|
|
||||||
[fetch]
|
[fetch]
|
||||||
# Always prune when fetching (and pulling).
|
# Always prune when fetching (and pulling).
|
||||||
prune = 1
|
prune = true
|
||||||
|
|
||||||
[gitsh]
|
[gitsh]
|
||||||
nogreeting = true
|
nogreeting = true
|
||||||
|
@ -100,4 +100,4 @@
|
||||||
|
|
||||||
[rerere]
|
[rerere]
|
||||||
# Store and re-use manual conflict resolution changes.
|
# Store and re-use manual conflict resolution changes.
|
||||||
enabled = 1
|
enabled = true
|
||||||
|
|
Loading…
Reference in a new issue