author | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 1 Aug 2007 04:32:36 +0000 (00:32 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 19 Aug 2007 07:38:34 +0000 (03:38 -0400) | ||
commit | 3149007475f8c38ee66b448af9c55fc102534c46 | |
tree | b3f064af5d310897a2fe89f47c9bfcf19810500a | tree | snapshot |
parent | ea08a6fd194991f9d800e4cac5ae55fdb02dd235 | commit | diff |
Use handy ALLOC_GROW macro in fast-import when possible
Instead of growing our buffer by hand during the inline variant of
cmd_data() we can save a few lines of code and just use the nifty
new ALLOC_GROW macro already available to us.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Instead of growing our buffer by hand during the inline variant of
cmd_data() we can save a few lines of code and just use the nifty
new ALLOC_GROW macro already available to us.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c | diff | blob | history |