aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit2007-09-10
* Use strbufs to in read_message (imap-send.c), custom buffer--.Pierre Habouzit2007-09-10
* Use strbuf_read in builtin-fetch-tool.c.Pierre Habouzit2007-09-10
* Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit2007-09-10
* Change semantics of interpolate to work like snprintf.Pierre Habouzit2007-09-10
* Strbuf API extensions and fixes.Pierre Habouzit2007-09-10
* Merge branch 'master' into ph/strbufJunio C Hamano2007-09-10
|\
| * Merge branch 'rs/archive'Junio C Hamano2007-09-10
| |\
| | * archive - leakfix for format_subst()Junio C Hamano2007-09-10
| | * Define NO_MEMMEM on Darwin as it lacks the functionShawn O. Pearce2007-09-09
| | * archive: rename attribute specfile to export-substRené Scharfe2007-09-06
| | * archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLD...René Scharfe2007-09-06
| | * add memmem()René Scharfe2007-09-06
| | * Remove unused function convert_sha1_file()René Scharfe2007-09-03
| | * archive: specfile support (--pretty=format: in archive files)René Scharfe2007-09-03
| | * Export format_commit_message()Ren,bi(B Scharfe2007-09-03
| * | Merge branch 'sp/maint-no-thin'Junio C Hamano2007-09-10
| |\ \
| | * | Make --no-thin the default in git-push to save server resourcesShawn O. Pearce2007-09-10
| | * | fix doc for --compression argument to pack-objectsNicolas Pitre2007-09-09
| | * | git-tag -s must fail if gpg cannot sign the tag.Carlos Rica2007-09-09
| * | | Merge branch 'maint'Junio C Hamano2007-09-09
| |\ \ \ | | |/ /
| | * | git-svn: understand grafts when doing dcommitEric Wong2007-09-09
| | * | git-diff: don't squelch the new SHA1 in submodule diffsSven Verdoolaege2007-09-09
| | * | git-svn: fix "Malformed network data" with svn:// serversEric Wong2007-09-07
| | * | (cvs|svn)import: Ask git-tag to overwrite old tags.Michael Smith2007-09-07
| | * | Documentation / grammer nitMike Ralphson2007-09-07
| * | | git-rebase: fix -C optionJ. Bruce Fields2007-09-07
| * | | git-rebase: support --whitespace=<option>J. Bruce Fields2007-09-07
* | | | Use strbuf API in cache-tree.cPierre Habouzit2007-09-06
* | | | Use strbuf API in buitin-rerere.cPierre Habouzit2007-09-06
* | | | Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit2007-09-06
* | | | mktree: Simplify write_tree() using strbuf APIPierre Habouzit2007-09-06
* | | | fast-import: Use strbuf API, and simplify cmd_data()Pierre Habouzit2007-09-06
* | | | Simplify strbuf uses in archive-tar.c using strbuf APIPierre Habouzit2007-09-06
* | | | Rework strbuf API and semantics.Pierre Habouzit2007-09-06
|/ / /
* | | Merge branch 'master' of git://repo.or.cz/git/git-p4Junio C Hamano2007-09-06
|\ \ \
| * | | git-p4: Added support for automatically importing newly appearing perforce br...Simon Hausmann2007-09-03
| * | | git-p4: Cleanup; moved the (duplicated) code for turning a branch into a git ...Simon Hausmann2007-09-03
| * | | git-p4: Cleanup; moved the code for the initial #head or revision import into...Simon Hausmann2007-09-03
| * | | git-p4: Cleanup; Turn self.revision into a function local variable (it's not ...Simon Hausmann2007-09-03
| * | | git-p4: Cleanup; moved the code to import a list of p4 changes using fast-imp...Simon Hausmann2007-09-03
| * | | git-p4: Cleanup; moved the code for getting a sorted list of p4 changes for a...Simon Hausmann2007-09-03
| * | | git-p4: After submission to p4 always synchronize from p4 again (into refs/re...Simon Hausmann2007-09-03
| * | | git-p4: Always call 'p4 sync ...' before submitting to Perforce.Simon Hausmann2007-09-03
* | | | Merge branch 'maint'Junio C Hamano2007-09-05
|\ \ \ \ | | |/ / | |/| |
| * | | Include a git-push example for creating a remote branchShawn O. Pearce2007-09-05
| * | | Cleanup unnecessary file modifications in t1400-update-refShawn O. Pearce2007-09-05
| * | | Makefile: Add cache-tree.h to the headers listDmitry V. Levin2007-09-05
| * | | Don't allow contrib/workdir/git-new-workdir to trash existing dirsShawn O. Pearce2007-09-05
| * | | git-apply: do not read past the end of bufferJunio C Hamano2007-09-05