author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Sat, 10 Nov 2007 11:16:05 +0000 (12:16 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 11 Nov 2007 10:04:46 +0000 (02:04 -0800) | ||
commit | 91db267ec849279053cf3ac3066c2f2c11db4321 | |
tree | 880d841fcc82d4c77d6fe4dfffb8ffb2139ff32a | tree | snapshot |
parent | f29d59586c2a1666d18776cca5d96752dec0e8a2 | commit | diff |
add strbuf_adddup()
Add a new function, strbuf_adddup(), that appends a duplicate of a
part of a struct strbuf to end of the latter.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Add a new function, strbuf_adddup(), that appends a duplicate of a
part of a struct strbuf to end of the latter.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
strbuf.c | diff | blob | history | |
strbuf.h | diff | blob | history |