Merge branch 'jk/pretty-empty-format' into next
commit543bb4d5ea97c500a1fa5bfc22ca55ca1c1e2caa
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Aug 2014 21:24:42 +0000 (13 14:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Aug 2014 21:24:42 +0000 (13 14:24 -0700)
treea814f701062534ce6c0ffb36ba4ac24525ea14b7
parent4f3a5852df85e92f610b7bdaee517265ea5aa4a7
parentb9c7d6e4330e3dcdb3b3e5f013e5667e47555c95
Merge branch 'jk/pretty-empty-format' into next

"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"