summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-26Small cache_tree_write refactor.Libravatar Pierre Habouzit3-25/+15
2007-09-26Make builtin-rerere use of strbuf nicer and more efficient.Libravatar Pierre Habouzit1-25/+18
2007-09-26Add strbuf_cmp.Libravatar Pierre Habouzit2-0/+13
2007-09-26strbuf_setlen(): do not barf on setting length of an empty buffer to 0Libravatar Junio C Hamano1-3/+6
2007-09-21sq_quote_argv and add_to_string rework with strbuf's.Libravatar Pierre Habouzit6-137/+86
2007-09-20Full rework of quote_c_style and write_name_quoted.Libravatar Pierre Habouzit10-368/+273
2007-09-20Rework unquote_c_style to work on a strbuf.Libravatar Pierre Habouzit7-188/+191
2007-09-20strbuf API additions and enhancements.Libravatar Pierre Habouzit4-20/+23
2007-09-20nfv?asprintf are broken without va_copy, workaround them.Libravatar Pierre Habouzit4-105/+75
2007-09-20Fix the expansion pattern of the pseudo-static path buffer.Libravatar Pierre Habouzit1-3/+2
2007-09-19builtin-for-each-ref.c::copy_name() - do not overstep the buffer.Libravatar Junio C Hamano1-1/+1
2007-09-19builtin-apply.c: fix a tiny leak introduced during xmemdupz() conversion.Libravatar Junio C Hamano1-0/+1
2007-09-18Use xmemdupz() in many places.Libravatar Pierre Habouzit23-197/+60
2007-09-18Merge branch 'master' into ph/strbufLibravatar Junio C Hamano71-1424/+2677
2007-09-18Merge branch 'maint'Libravatar Junio C Hamano8-17/+31
2007-09-18Fixed update-hook example allow-users format.Libravatar Väinö Järvelä1-4/+4
2007-09-18Documentation/git-svn: updated design philosophy notesLibravatar Eric Wong1-5/+6
2007-09-18t/t4014: test "am -3" with mode-only change.Libravatar Junio C Hamano1-2/+5
2007-09-18git-commit.sh: Shell script cleanupLibravatar David Kastrup1-58/+14
2007-09-18preserve executable bits in zip archivesLibravatar Dmitry Potapov1-2/+4
2007-09-18Fix lapsus in builtin-apply.cLibravatar Pierre Habouzit1-1/+1
2007-09-18git-push: documentation and tests for pushing only branchesLibravatar Jeff King3-4/+14
2007-09-18git-svnimport: Use separate arguments in the pipe for git-rev-parseLibravatar Matthias Urlichs1-1/+1
2007-09-18contrib/fast-import: add perl version of simple exampleLibravatar Jeff King1-0/+64
2007-09-18contrib/fast-import: add simple shell exampleLibravatar Nguyen Thai Ngoc Duy1-0/+38
2007-09-18Add xmemdupz() that duplicates a block of memory, and NUL terminates it.Libravatar Pierre Habouzit1-8/+9
2007-09-18rev-list --bisect: Bisection "distance" clean up.Libravatar Christian Couder1-11/+7
2007-09-18rev-list --bisect: Move some bisection code into best_bisection.Libravatar Christian Couder1-17/+26
2007-09-18rev-list --bisect: Move finding bisection into do_find_bisection.Libravatar Christian Couder1-42/+48
2007-09-18fast-import optimization:Libravatar Pierre Habouzit1-32/+20
2007-09-18fast-import was using dbuf's, replace them with strbuf's.Libravatar Pierre Habouzit1-109/+68
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Libravatar Pierre Habouzit7-41/+39
2007-09-18Merge branch 'cr/reset'Libravatar Junio C Hamano14-44/+718
2007-09-18Merge branch 'maint'Libravatar Junio C Hamano9-49/+304
2007-09-17Document ls-files --with-tree=<tree-ish>Libravatar Junio C Hamano1-1/+8
2007-09-17git-commit: partial commit of paths only removed from the indexLibravatar Junio C Hamano2-3/+14
2007-09-17git-commit: Allow partial commit of file removal.Libravatar Junio C Hamano3-1/+103
2007-09-17Merge branch 'jc/grep-c' into maintLibravatar Junio C Hamano2-14/+80
2007-09-17Merge branch 'maint' of git://repo.or.cz/git-gui into maintLibravatar Junio C Hamano8-45/+293
2007-09-17send-email: make message-id generation a bit more robustLibravatar Junio C Hamano1-4/+11
2007-09-17Merge branch 'maint'Libravatar Junio C Hamano10-1009/+613
2007-09-17git-apply: fix whitespace strippingLibravatar J. Bruce Fields1-3/+10
2007-09-16git-gui: Disable native platform text selection in "lists"Libravatar Shawn O. Pearce3-9/+18
2007-09-16apply --index-info: fall back to current index for mode changesLibravatar Johannes Schindelin2-2/+39
2007-09-16Remove preemptive allocations.Libravatar Pierre Habouzit1-30/+5
2007-09-16Refactor replace_encoding_header.Libravatar Pierre Habouzit1-36/+23
2007-09-16builtin-apply: use strbuf's instead of buffer_desc's.Libravatar Pierre Habouzit1-140/+72
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Libravatar Pierre Habouzit20-20/+0
2007-09-16Rewrite convert_to_{git,working_tree} to use strbuf's.Libravatar Pierre Habouzit7-317/+240
2007-09-16New strbuf APIs: splice and attach.Libravatar Pierre Habouzit2-15/+57