Merge branch 'jk/pretty-empty-format'
commit44ceb79f84b0f339147d2d44e4bb50cc472be03e
authorJunio C Hamano <gitster@pobox.com>
Tue, 2 Sep 2014 20:25:03 +0000 (2 13:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Sep 2014 20:25:04 +0000 (2 13:25 -0700)
tree207c1f0e269f9d99602ae9043ad6a259428a9831
parent56f214e0716dec043b50a7e1e8cc181be2ef7df2
parentb9c7d6e4330e3dcdb3b3e5f013e5667e47555c95
Merge branch 'jk/pretty-empty-format'

"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