Merge branch 'jk/pretty-empty-format' into jch
commit69a5aa8a950f7ab2c4ddff9a2dbd97f3bb91dc3c
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 Aug 2014 18:12:05 +0000 (21 11:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Aug 2014 18:12:05 +0000 (21 11:12 -0700)
treed9d6dd97a95b610de5f55197a8022a3690cd96de
parentf4e46aeaca4db574ad3889bb59b3df725e18db2e
parentb9c7d6e4330e3dcdb3b3e5f013e5667e47555c95
Merge branch 'jk/pretty-empty-format' into jch

"git log --pretty/format=" with an empty format string did not mean
the more obvious "No output whatsoever" but "Use default format",
which was counterintuitive.

* jk/pretty-empty-format:
  pretty: make empty userformats truly empty
  pretty: treat "--format=" as an empty userformat
  revision: drop useless string offset when parsing "--pretty"
combine-diff.c