]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'nk/stash-show-config'
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 Oct 2015 19:30:10 +0000 (12:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Oct 2015 19:30:10 +0000 (12:30 -0700)
commit5e9a74b48013a99daff50c2995ad9de80685335f
treef10be94deb7534b25d165c4dec79ab7adc89b7a9
parent88bad58d3860a8e0cf6499951e24311d15bc63f0
parent3086c064fbbf3c4d086f9d7c303d9aa76f5204b2
Merge branch 'nk/stash-show-config'

Users who are too busy to type three extra keystrokes to ask for
"git stash show -p" can now set stash.showPatch configuration
varible to true to always see the actual patch, not just the list
of paths affected with feel for the extent of damage via diffstat.

* nk/stash-show-config:
  stash: allow "stash show" diff output configurable
Documentation/config.txt
git-stash.sh