diff options
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | 2008-08-03 15:44:33 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-03 12:48:41 -0700 |
commit | 7c5b1675a88a52be1822129e4aa915c5531f6700 (patch) | |
tree | 6af503f9bf6be6fc7b53252c4b57248f9b74320a /Documentation | |
parent | git-name-rev: allow --name-only in combination with --stdin (diff) | |
download | tgif-7c5b1675a88a52be1822129e4aa915c5531f6700.tar.xz |
git-name-rev: don't use printf without format
printf() without an explicit format string is not a good coding practise,
unless the printed string is guaranteed to not contain percent signs. While
fixing this, we might as well combine the calls to fwrite() and printf().
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions