diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2016-01-06 14:13:04 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-01-06 14:13:04 +0100 |
commit | 8a493e999c801adda025dfa44b32035c36cedf46 (patch) | |
tree | 7d961899a3ecc75eebb92dba48c4984e746e843e /.gitconfig | |
parent | 2ef7424d152541c5650415c2433b10778c7b2a02 (diff) |
gitconfig: Show patch by default for 'git stash show'
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -43,10 +43,11 @@ suppresscc = self bcc = Tobias Klauser <tklauser@distanz.ch> +[stash] + showPatch = true + [tag] sort = version:refname [versionsort] prereleaseSuffix = -rc - - |