author | Junio C Hamano <gitster@pobox.com> | |
Wed, 14 Nov 2007 22:03:50 +0000 (14:03 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 14 Nov 2007 22:03:50 +0000 (14:03 -0800) |
* rs/pretty:
Fix preprocessor logic that determines the availablity of strchrnul().
Simplify strchrnul() compat code
--format=pretty: avoid calculating expensive expansions twice
add strbuf_adddup()
--pretty=format: parse commit message only once
--pretty=format: on-demand format expansion
Add strchrnul()
Fix preprocessor logic that determines the availablity of strchrnul().
Simplify strchrnul() compat code
--format=pretty: avoid calculating expensive expansions twice
add strbuf_adddup()
--pretty=format: parse commit message only once
--pretty=format: on-demand format expansion
Add strchrnul()
1 | 2 | |||
---|---|---|---|---|
strbuf.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc strbuf.c
Simple merge