aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | Merge branch 'ph/strbuf'Junio C Hamano2007-10-03
| |\ \ \
| | * | | Make read_patch_file work on a strbuf.Pierre Habouzit2007-09-29
| | * | | strbuf_read_file enhancement, and use it.Pierre Habouzit2007-09-29
| | * | | strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-29
| | * | | double free in builtin-update-index.cPierre Habouzit2007-09-29
| | * | | Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg2007-09-27
| | * | | Add strbuf_read_file().Kristian Høgsberg2007-09-27
| | * | | rerere: Fix use of an empty strbuf.bufJunio C Hamano2007-09-26
| | * | | Small cache_tree_write refactor.Pierre Habouzit2007-09-26
| | * | | Make builtin-rerere use of strbuf nicer and more efficient.Pierre Habouzit2007-09-26
| | * | | Add strbuf_cmp.Pierre Habouzit2007-09-26
| | * | | strbuf_setlen(): do not barf on setting length of an empty buffer to 0Junio C Hamano2007-09-26
| | * | | sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit2007-09-21
| | * | | Full rework of quote_c_style and write_name_quoted.Pierre Habouzit2007-09-20
| | * | | Rework unquote_c_style to work on a strbuf.Pierre Habouzit2007-09-20
| | * | | strbuf API additions and enhancements.Pierre Habouzit2007-09-20
| | * | | nfv?asprintf are broken without va_copy, workaround them.Pierre Habouzit2007-09-20
| | * | | Fix the expansion pattern of the pseudo-static path buffer.Pierre Habouzit2007-09-20
| | * | | builtin-for-each-ref.c::copy_name() - do not overstep the buffer.Junio C Hamano2007-09-19
| | * | | builtin-apply.c: fix a tiny leak introduced during xmemdupz() conversion.Junio C Hamano2007-09-19
| | * | | Use xmemdupz() in many places.Pierre Habouzit2007-09-18
| | * | | Merge branch 'master' into ph/strbufJunio C Hamano2007-09-18
| | |\ \ \
| | * | | | Add xmemdupz() that duplicates a block of memory, and NUL terminates it.Pierre Habouzit2007-09-18
| | * | | | fast-import optimization:Pierre Habouzit2007-09-18
| | * | | | fast-import was using dbuf's, replace them with strbuf's.Pierre Habouzit2007-09-18
| | * | | | Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit2007-09-18
| | * | | | Remove preemptive allocations.Pierre Habouzit2007-09-16
| | * | | | Refactor replace_encoding_header.Pierre Habouzit2007-09-16
| | * | | | builtin-apply: use strbuf's instead of buffer_desc's.Pierre Habouzit2007-09-16
| | * | | | Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-16
| | * | | | Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit2007-09-16
| | * | | | New strbuf APIs: splice and attach.Pierre Habouzit2007-09-16
| | * | | | archive: fix subst file generationRené Scharfe2007-09-13
| | * | | | Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit2007-09-10
| | * | | | Use strbufs to in read_message (imap-send.c), custom buffer--.Pierre Habouzit2007-09-10
| | * | | | Use strbuf_read in builtin-fetch-tool.c.Pierre Habouzit2007-09-10
| | * | | | Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit2007-09-10
| | * | | | Change semantics of interpolate to work like snprintf.Pierre Habouzit2007-09-10
| | * | | | Strbuf API extensions and fixes.Pierre Habouzit2007-09-10
| | * | | | Merge branch 'master' into ph/strbufJunio C Hamano2007-09-10
| | |\ \ \ \
| | * | | | | Use strbuf API in cache-tree.cPierre Habouzit2007-09-06
| | * | | | | Use strbuf API in buitin-rerere.cPierre Habouzit2007-09-06
| | * | | | | Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit2007-09-06
| | * | | | | mktree: Simplify write_tree() using strbuf APIPierre Habouzit2007-09-06
| | * | | | | fast-import: Use strbuf API, and simplify cmd_data()Pierre Habouzit2007-09-06
| | * | | | | Simplify strbuf uses in archive-tar.c using strbuf APIPierre Habouzit2007-09-06
| | * | | | | Rework strbuf API and semantics.Pierre Habouzit2007-09-06
| * | | | | | Merge branch 'lh/merge'Junio C Hamano2007-10-03
| |\ \ \ \ \ \
| | * | | | | | git-merge: add --ff and --no-ff optionsLars Hjemli2007-09-23
| | * | | | | | git-merge: add support for --commit and --no-squashLars Hjemli2007-09-23