summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-26Small cache_tree_write refactor.Pierre Habouzit
2007-09-26Make builtin-rerere use of strbuf nicer and more efficient.Pierre Habouzit
2007-09-26Add strbuf_cmp.Pierre Habouzit
2007-09-26strbuf_setlen(): do not barf on setting length of an empty buffer to 0Junio C Hamano
2007-09-21sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit
2007-09-21Full rework of quote_c_style and write_name_quoted.Pierre Habouzit
2007-09-21Rework unquote_c_style to work on a strbuf.Pierre Habouzit
2007-09-21strbuf API additions and enhancements.Pierre Habouzit
2007-09-21nfv?asprintf are broken without va_copy, workaround them.Pierre Habouzit
2007-09-21Fix the expansion pattern of the pseudo-static path buffer.Pierre Habouzit
2007-09-19builtin-for-each-ref.c::copy_name() - do not overstep the buffer.Junio C Hamano
2007-09-19builtin-apply.c: fix a tiny leak introduced during xmemdupz() conversion.Junio C Hamano
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-19Merge branch 'master' into ph/strbufJunio C Hamano
2007-09-19Merge branch 'maint'Junio C Hamano
2007-09-19Fixed update-hook example allow-users format.Väinö Järvelä
2007-09-19Documentation/git-svn: updated design philosophy notesEric Wong
2007-09-18t/t4014: test "am -3" with mode-only change.Junio C Hamano
2007-09-18git-commit.sh: Shell script cleanupDavid Kastrup
2007-09-18preserve executable bits in zip archivesDmitry Potapov
2007-09-18Fix lapsus in builtin-apply.cPierre Habouzit
2007-09-18git-push: documentation and tests for pushing only branchesJeff King
2007-09-18git-svnimport: Use separate arguments in the pipe for git-rev-parseMatthias Urlichs
2007-09-18contrib/fast-import: add perl version of simple exampleJeff King
2007-09-18contrib/fast-import: add simple shell exampleNguyen Thai Ngoc Duy
2007-09-18Add xmemdupz() that duplicates a block of memory, and NUL terminates it.Pierre Habouzit
2007-09-18rev-list --bisect: Bisection "distance" clean up.Christian Couder
2007-09-18rev-list --bisect: Move some bisection code into best_bisection.Christian Couder
2007-09-18rev-list --bisect: Move finding bisection into do_find_bisection.Christian Couder
2007-09-18fast-import optimization:Pierre Habouzit
2007-09-18fast-import was using dbuf's, replace them with strbuf's.Pierre Habouzit
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit
2007-09-18Merge branch 'cr/reset'Junio C Hamano
2007-09-18Merge branch 'maint'Junio C Hamano
2007-09-18Document ls-files --with-tree=<tree-ish>Junio C Hamano
2007-09-18git-commit: partial commit of paths only removed from the indexJunio C Hamano
2007-09-18git-commit: Allow partial commit of file removal.Junio C Hamano
2007-09-18Merge branch 'jc/grep-c' into maintJunio C Hamano
2007-09-18Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano
2007-09-18send-email: make message-id generation a bit more robustJunio C Hamano
2007-09-17Merge branch 'maint'Junio C Hamano
2007-09-17git-apply: fix whitespace strippingJ. Bruce Fields
2007-09-17git-gui: Disable native platform text selection in "lists"gitgui-0.8.3Shawn O. Pearce
2007-09-17apply --index-info: fall back to current index for mode changesJohannes Schindelin
2007-09-17Remove preemptive allocations.Pierre Habouzit
2007-09-17Refactor replace_encoding_header.Pierre Habouzit
2007-09-17builtin-apply: use strbuf's instead of buffer_desc's.Pierre Habouzit
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-17Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit
2007-09-17New strbuf APIs: splice and attach.Pierre Habouzit