gitconfig: Use true instead of 1

This commit is contained in:
Oliver Davies 2015-10-28 23:52:47 +00:00
parent e6cd40103c
commit a6152fae0b

View file

@ -77,10 +77,10 @@
[fetch]
# Always prune when fetching (and pulling).
prune = 1
prune = true
[gitsh]
nogreeting = true
nogreeting = true
[grep]
# Show the line numbers in the output.
@ -100,4 +100,4 @@
[rerere]
# Store and re-use manual conflict resolution changes.
enabled = 1
enabled = true