Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Simplify strbuf uses in archive-tar.c using strbuf API
author
Pierre Habouzit
<madcoder@debian.org>
Thu, 6 Sep 2007 11:20:06 +0000
(13:20 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 7 Sep 2007 06:57:44 +0000
(23:57 -0700)
This is just cleaner way to deal with strbufs, using its API rather than
reinventing it in the module (e.g. strbuf_append_string is just the plain
strbuf_addstr function, and it was used to perform what strbuf_addch does
anyways).
Signed-off-by: Junio C Hamano <gitster@pobox.com>
raw
|
patch
| inline |
side by side
(from:
7a604f1
)
No differences found