Code

Merge branch 'ph/strbuf' into kh/commit
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Sep 2007 07:52:47 +0000 (00:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Sep 2007 07:52:47 +0000 (00:52 -0700)
commita17ba31b0b75365e1245e494d46abae4afc57480
tree41c1d800c92e60d97a8b984dce086bcb3473dcc2
parent0f729f21348c43a1c80f48faed2e753b1c923e85
parent6d69b6f6ac27ab6f71a10da34b813ca25fd2a358
Merge branch 'ph/strbuf' into kh/commit

* ph/strbuf:
  Clean up stripspace a bit, use strbuf even more.
  Add strbuf_read_file().
  rerere: Fix use of an empty strbuf.buf
  Small cache_tree_write refactor.
  Make builtin-rerere use of strbuf nicer and more efficient.
  Add strbuf_cmp.
  strbuf_setlen(): do not barf on setting length of an empty buffer to 0
  sq_quote_argv and add_to_string rework with strbuf's.
  Full rework of quote_c_style and write_name_quoted.
  Rework unquote_c_style to work on a strbuf.
  strbuf API additions and enhancements.
  nfv?asprintf are broken without va_copy, workaround them.
  Fix the expansion pattern of the pseudo-static path buffer.