summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-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
2007-09-03git-p4: Cleanup; Turn self.revision into a function local variable (it's not ...Simon Hausmann
2007-09-03git-p4: Cleanup; moved the code to import a list of p4 changes using fast-imp...Simon Hausmann
2007-09-03git-p4: Cleanup; moved the code for getting a sorted list of p4 changes for a...Simon Hausmann
2007-09-03git-p4: After submission to p4 always synchronize from p4 again (into refs/re...Simon Hausmann
2007-09-03git-p4: Always call 'p4 sync ...' before submitting to Perforce.Simon Hausmann
2007-09-03send-email: Add support for SSL and SMTP-AUTHDouglas Stockwell
2007-09-03Start 1.5.4 cycleJunio C Hamano
2007-09-03GIT 1.5.3.1: obsolete git-p4 in RPM spec file.v1.5.3.1Junio C Hamano
2007-09-02Typofix: 1.5.3 release notesJunio C Hamano
2007-09-02GIT 1.5.3v1.5.3Junio C Hamano
2007-09-01Merge branch 'jp/send-email-cc'Junio C Hamano
2007-09-01Mention -m as an abbreviation for --mergeRobin Rosenberg
2007-09-01Update my contact address as the maintainer.Junio C Hamano
2007-09-01Documentation: minor AsciiDoc mark-up fixes.Junio C Hamano
2007-09-01URL: allow port specification in ssh:// URLsLuben Tuikov
2007-09-01Avoid one-or-more (\+) non BRE in sed scripts.Junio C Hamano
2007-09-01rebase -m: Fix incorrect short-logs of already applied commits.Johannes Sixt
2007-09-01git-diff: resurrect the traditional empty "diff --git" behaviourJunio C Hamano
2007-09-01git-tag: Fix -l option to use better shell style globs.Carlos Rica
2007-09-01git-svn: fix dcommit clobbering upstream when committing multiple changesEric Wong
2007-09-01git-svn: Protect against "diff.color = true".Junio C Hamano
2007-09-01filter-branch: introduce convenience function "skip_commit"Johannes Schindelin
2007-09-01filter-branch: provide the convenience functions also for commit filtersJohannes Schindelin
2007-09-01rebase -i: mention the option to split commits in the man pageJohannes Schindelin
2007-09-01filter-branch: fix remnants of old syntax in documentationJohannes Schindelin
2007-09-01Teach bash about completing arguments for git-tagShawn O. Pearce
2007-08-31Hopefully the final update to draft release notes for 1.5.3.Junio C Hamano
2007-08-31Make "git-log --" without paths behave the same as "git-log" without --Junio C Hamano
2007-08-31git-init: autodetect core.symlinksJunio C Hamano
2007-08-31Make git-archimport log entries more consistentMiles Bader
2007-08-31fix same sized delta logicNicolas Pitre