11425 Commits (0557656930d41f10c90bccf90e3c5bd87bd53661)
 

Author SHA1 Message Date
Pierre Habouzit 0557656930 fast-import optimization: 17 years ago
Pierre Habouzit eec813cfc6 fast-import was using dbuf's, replace them with strbuf's. 17 years ago
Pierre Habouzit e6c019d0b0 Drop strbuf's 'eof' marker, and make read_line a first class citizen. 17 years ago
Pierre Habouzit 8b6087fb25 Remove preemptive allocations. 17 years ago
Pierre Habouzit a08f23ab3e Refactor replace_encoding_header. 17 years ago
Pierre Habouzit c7f9cb1428 builtin-apply: use strbuf's instead of buffer_desc's. 17 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 17 years ago
Pierre Habouzit 5ecd293d14 Rewrite convert_to_{git,working_tree} to use strbuf's. 17 years ago
Pierre Habouzit 917c9a7133 New strbuf APIs: splice and attach. 17 years ago
René Scharfe 760da9607e archive: fix subst file generation 17 years ago
Pierre Habouzit fd17f5b5f7 Replace all read_fd use with strbuf_read, and get rid of it. 17 years ago
Pierre Habouzit 635d043f30 Use strbufs to in read_message (imap-send.c), custom buffer--. 17 years ago
Pierre Habouzit b655d46bb2 Use strbuf_read in builtin-fetch-tool.c. 17 years ago
Pierre Habouzit 674d172730 Rework pretty_print_commit to use strbufs instead of custom buffers. 17 years ago
Pierre Habouzit 4acfd1b799 Change semantics of interpolate to work like snprintf. 17 years ago
Pierre Habouzit f1696ee398 Strbuf API extensions and fixes. 17 years ago
Junio C Hamano ddb95de33e Merge branch 'master' into ph/strbuf 17 years ago
Junio C Hamano 6972ab7ae1 Merge branch 'rs/archive' 17 years ago
Junio C Hamano 20fbfd869f archive - leakfix for format_subst() 17 years ago
Junio C Hamano 9784c5c53e Merge branch 'sp/maint-no-thin' 17 years ago
Shawn O. Pearce a4503a15af Make --no-thin the default in git-push to save server resources 17 years ago
Nicolas Pitre 05cc2ffc57 fix doc for --compression argument to pack-objects 17 years ago
Carlos Rica aba91192ae git-tag -s must fail if gpg cannot sign the tag. 17 years ago
Junio C Hamano 57543a254c Merge branch 'maint' 17 years ago
Eric Wong 7b02b85a66 git-svn: understand grafts when doing dcommit 17 years ago
Sven Verdoolaege 5701115aa7 git-diff: don't squelch the new SHA1 in submodule diffs 17 years ago
Shawn O. Pearce 3d59405ced Define NO_MEMMEM on Darwin as it lacks the function 17 years ago
Eric Wong a51cdb0c04 git-svn: fix "Malformed network data" with svn:// servers 17 years ago
Michael Smith ee834cf0c7 (cvs|svn)import: Ask git-tag to overwrite old tags. 17 years ago
J. Bruce Fields d05ec5a064 git-rebase: fix -C option 17 years ago
J. Bruce Fields 059f446d57 git-rebase: support --whitespace=<option> 17 years ago
Mike Ralphson 451e593181 Documentation / grammer nit 17 years ago
Pierre Habouzit 5242bcbb63 Use strbuf API in cache-tree.c 17 years ago
Pierre Habouzit 19b358e8da Use strbuf API in buitin-rerere.c 17 years ago
Pierre Habouzit af6eb82262 Use strbuf API in apply, blame, commit-tree and diff 17 years ago
Pierre Habouzit d52bc66152 mktree: Simplify write_tree() using strbuf API 17 years ago
Pierre Habouzit 4a241d79c9 fast-import: Use strbuf API, and simplify cmd_data() 17 years ago
Pierre Habouzit 7a604f16b7 Simplify strbuf uses in archive-tar.c using strbuf API 17 years ago
Pierre Habouzit b449f4cfc9 Rework strbuf API and semantics. 17 years ago
René Scharfe 38c9c9b798 archive: rename attribute specfile to export-subst 17 years ago
René Scharfe df4a394f91 archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLDR" (take 2) 17 years ago
René Scharfe b21b9f1de3 add memmem() 17 years ago
Junio C Hamano b5ef6ac978 Merge branch 'master' of git://repo.or.cz/git/git-p4 17 years ago
Junio C Hamano 7e2e69b7f6 Merge branch 'maint' 17 years ago
Shawn O. Pearce 4e560158c6 Include a git-push example for creating a remote branch 17 years ago
Shawn O. Pearce 432e93a164 Cleanup unnecessary file modifications in t1400-update-ref 17 years ago
Dmitry V. Levin 6b1b40d9f4 Makefile: Add cache-tree.h to the headers list 17 years ago
Shawn O. Pearce ea09ea22d6 Don't allow contrib/workdir/git-new-workdir to trash existing dirs 17 years ago
Junio C Hamano 6b763c424e git-apply: do not read past the end of buffer 17 years ago
Junio C Hamano ad00a3b8f8 Merge branch 'ds/sendmail' 17 years ago