author | Govind Salinas <govind@sophiasuchtig.com> | |
Fri, 21 Mar 2008 15:05:06 +0000 (10:05 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 23 Mar 2008 07:41:54 +0000 (00:41 -0700) | ||
commit | 42c8c74c1401352b0f388e47a2c9fcd52171c9d3 | |
tree | c51b572505ef9acd9a03b38ff2d433307bd134de | tree | snapshot |
parent | bc6100087cfac0293e6ccbea95a24223b724d072 | commit | diff |
pretty.c: add %x00 format specifier.
This adds a %xXX format which inserts two hexdigits after %x as a byte
value in the resulting string. This can be used to add a NUL byte or any
other byte that can make machine parsing easier. It is also necessary to
use fwrite to print out the data since printf will terminate if you feed
it a NUL.
Signed-off-by: Govind Salinas <blix@sophiasuchtig.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This adds a %xXX format which inserts two hexdigits after %x as a byte
value in the resulting string. This can be used to add a NUL byte or any
other byte that can make machine parsing easier. It is also necessary to
use fwrite to print out the data since printf will terminate if you feed
it a NUL.
Signed-off-by: Govind Salinas <blix@sophiasuchtig.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/pretty-formats.txt | diff | blob | history | |
log-tree.c | diff | blob | history | |
pretty.c | diff | blob | history |