summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-17Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit
2007-09-17New strbuf APIs: splice and attach.Pierre Habouzit
2007-09-14archive: fix subst file generationRené Scharfe
2007-09-10Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit
2007-09-10Use strbufs to in read_message (imap-send.c), custom buffer--.Pierre Habouzit
2007-09-10Use strbuf_read in builtin-fetch-tool.c.Pierre Habouzit
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit
2007-09-10Change semantics of interpolate to work like snprintf.Pierre Habouzit
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit
2007-09-10Merge branch 'master' into ph/strbufJunio C Hamano
2007-09-10Merge branch 'rs/archive'Junio C Hamano
2007-09-10archive - leakfix for format_subst()Junio C Hamano
2007-09-10Merge branch 'sp/maint-no-thin'Junio C Hamano
2007-09-10Make --no-thin the default in git-push to save server resourcesShawn O. Pearce
2007-09-10fix doc for --compression argument to pack-objectsNicolas Pitre
2007-09-10git-tag -s must fail if gpg cannot sign the tag.Carlos Rica
2007-09-09Merge branch 'maint'Junio C Hamano
2007-09-09git-svn: understand grafts when doing dcommitEric Wong
2007-09-09git-diff: don't squelch the new SHA1 in submodule diffsSven Verdoolaege
2007-09-09Define NO_MEMMEM on Darwin as it lacks the functionShawn O. Pearce
2007-09-08git-svn: fix "Malformed network data" with svn:// serversEric Wong
2007-09-08(cvs|svn)import: Ask git-tag to overwrite old tags.Michael Smith
2007-09-08git-rebase: fix -C optionJ. Bruce Fields
2007-09-08git-rebase: support --whitespace=<option>J. Bruce Fields
2007-09-08Documentation / grammer nitMike Ralphson
2007-09-07Use strbuf API in cache-tree.cPierre Habouzit
2007-09-07Use strbuf API in buitin-rerere.cPierre Habouzit
2007-09-07Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit
2007-09-07mktree: Simplify write_tree() using strbuf APIPierre Habouzit
2007-09-07fast-import: Use strbuf API, and simplify cmd_data()Pierre Habouzit
2007-09-07Simplify strbuf uses in archive-tar.c using strbuf APIPierre Habouzit
2007-09-07Rework strbuf API and semantics.Pierre Habouzit
2007-09-07archive: rename attribute specfile to export-substRené Scharfe
2007-09-07archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLD...René Scharfe
2007-09-07add memmem()René Scharfe
2007-09-06Merge branch 'master' of git://repo.or.cz/git/git-p4Junio C Hamano
2007-09-06Merge branch 'maint'Junio C Hamano
2007-09-06Include a git-push example for creating a remote branchShawn O. Pearce
2007-09-06Cleanup unnecessary file modifications in t1400-update-refShawn O. Pearce
2007-09-06Makefile: Add cache-tree.h to the headers listDmitry V. Levin
2007-09-06Don't allow contrib/workdir/git-new-workdir to trash existing dirsShawn O. Pearce
2007-09-06git-apply: do not read past the end of bufferJunio C Hamano
2007-09-05Merge branch 'ds/sendmail'Junio C Hamano
2007-09-05Function for updating refs.Carlos Rica
2007-09-03Remove unused function convert_sha1_file()René Scharfe
2007-09-03archive: specfile support (--pretty=format: in archive files)René Scharfe
2007-09-03Export format_commit_message()Ren,bi(B Scharfe
2007-09-03git-p4: Added support for automatically importing newly appearing perforce br...Simon Hausmann
2007-09-03git-p4: Cleanup; moved the (duplicated) code for turning a branch into a git ...Simon Hausmann
2007-09-03git-p4: Cleanup; moved the code for the initial #head or revision import into...Simon Hausmann