summaryrefslogtreecommitdiffstats
path: root/builtin-diff.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-29double free in builtin-update-index.cPierre Habouzit1-2/+0
2007-09-27Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg4-36/+28
2007-09-27Add strbuf_read_file().Kristian Høgsberg3-8/+19
2007-09-27rerere: Fix use of an empty strbuf.bufJunio C Hamano1-2/+4
2007-09-26Small cache_tree_write refactor.Pierre Habouzit3-25/+15
2007-09-26Make builtin-rerere use of strbuf nicer and more efficient.Pierre Habouzit1-25/+18
2007-09-26Add strbuf_cmp.Pierre Habouzit2-0/+13
2007-09-26strbuf_setlen(): do not barf on setting length of an empty buffer to 0Junio C Hamano1-3/+6
2007-09-21sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit6-137/+86
2007-09-21Full rework of quote_c_style and write_name_quoted.Pierre Habouzit10-368/+273
2007-09-21Rework unquote_c_style to work on a strbuf.Pierre Habouzit7-188/+191
2007-09-21strbuf API additions and enhancements.Pierre Habouzit4-20/+23
2007-09-21nfv?asprintf are broken without va_copy, workaround them.Pierre Habouzit4-105/+75
2007-09-21Fix the expansion pattern of the pseudo-static path buffer.Pierre Habouzit1-3/+2
2007-09-19builtin-for-each-ref.c::copy_name() - do not overstep the buffer.Junio C Hamano1-1/+1
2007-09-19builtin-apply.c: fix a tiny leak introduced during xmemdupz() conversion.Junio C Hamano1-0/+1
2007-09-19Use xmemdupz() in many places.Pierre Habouzit23-197/+60
2007-09-19Fixed update-hook example allow-users format.Väinö Järvelä1-4/+4
2007-09-19Documentation/git-svn: updated design philosophy notesEric Wong1-5/+6
2007-09-19t/t4014: test "am -3" with mode-only change.Junio C Hamano1-2/+5
2007-09-18git-commit.sh: Shell script cleanupDavid Kastrup1-58/+14
2007-09-18preserve executable bits in zip archivesDmitry Potapov1-2/+4
2007-09-18Fix lapsus in builtin-apply.cPierre Habouzit1-1/+1
2007-09-18git-push: documentation and tests for pushing only branchesJeff King3-4/+14
2007-09-18git-svnimport: Use separate arguments in the pipe for git-rev-parseMatthias Urlichs1-1/+1