OSDN Git Service

Merge branch 'jk/printf-format'
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 Jul 2016 20:22:22 +0000 (13:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Jul 2016 20:22:22 +0000 (13:22 -0700)
commit96e08010ee5b9d1dbfbcc8561fa69f972a415a38
tree03768d6b32e30959c8c587fcd73ca3c1da8ae275
parentf5236a776f31de2654bca9001aa74ef9fe0819d8
parent54307ea7c3ced760ee375483a786ec7180798aed
Merge branch 'jk/printf-format'

Code clean-up to avoid using a variable string that compilers may
feel untrustable as printf-style format given to write_file()
helper function.

* jk/printf-format:
  commit.c: remove print_commit_list()
  avoid using sha1_to_hex output as printf format
  walker: let walker_say take arbitrary formats
bisect.c
commit.c
commit.h