summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fast-import: Use strbuf API, and simplify cmd_data()Pierre Habouzit2007-09-061-17/+13
* Simplify strbuf uses in archive-tar.c using strbuf APIPierre Habouzit2007-09-061-49/+16
* Rework strbuf API and semantics.Pierre Habouzit2007-09-065-28/+180
* Merge branch 'master' of git://repo.or.cz/git/git-p4Junio C Hamano2007-09-061-130/+212
|\
| * git-p4: Added support for automatically importing newly appearing perforce br...Simon Hausmann2007-09-031-2/+74
| * git-p4: Cleanup; moved the (duplicated) code for turning a branch into a git ...Simon Hausmann2007-09-031-17/+11
| * git-p4: Cleanup; moved the code for the initial #head or revision import into...Simon Hausmann2007-09-031-42/+45
| * git-p4: Cleanup; Turn self.revision into a function local variable (it's not ...Simon Hausmann2007-09-031-9/+9
| * git-p4: Cleanup; moved the code to import a list of p4 changes using fast-imp...Simon Hausmann2007-09-031-69/+71
| * git-p4: Cleanup; moved the code for getting a sorted list of p4 changes for a...Simon Hausmann2007-09-031-9/+14
| * git-p4: After submission to p4 always synchronize from p4 again (into refs/re...Simon Hausmann2007-09-031-2/+9
| * git-p4: Always call 'p4 sync ...' before submitting to Perforce.Simon Hausmann2007-09-031-3/+2
* | Merge branch 'maint'Junio C Hamano2007-09-056-4/+73
|\ \
| * | Include a git-push example for creating a remote branchShawn O. Pearce2007-09-051-0/+6
| * | Cleanup unnecessary file modifications in t1400-update-refShawn O. Pearce2007-09-051-2/+0
| * | Makefile: Add cache-tree.h to the headers listDmitry V. Levin2007-09-051-1/+1
| * | Don't allow contrib/workdir/git-new-workdir to trash existing dirsShawn O. Pearce2007-09-051-0/+6
| * | git-apply: do not read past the end of bufferJunio C Hamano2007-09-052-1/+60
* | | Merge branch 'ds/sendmail'Junio C Hamano2007-09-052-27/+109
|\ \ \
| * | | send-email: Add support for SSL and SMTP-AUTHDouglas Stockwell2007-09-032-27/+109
* | | | Function for updating refs.Carlos Rica2007-09-055-29/+46
|/ / /
* | | Start 1.5.4 cycleJunio C Hamano2007-09-033-2/+16
|/ /
* | GIT 1.5.3.1: obsolete git-p4 in RPM spec file.v1.5.3.1Junio C Hamano2007-09-035-3/+17
* | Typofix: 1.5.3 release notesJunio C Hamano2007-09-021-1/+1
|/
* GIT 1.5.3v1.5.3Junio C Hamano2007-09-021-7/+21
* Merge branch 'jp/send-email-cc'Junio C Hamano2007-09-012-2/+31
|\
| * git-send-email --cc-cmdJoe Perches2007-08-172-2/+31
* | Mention -m as an abbreviation for --mergeRobin Rosenberg2007-09-011-2/+2
* | Update my contact address as the maintainer.Junio C Hamano2007-09-012-2/+3
* | Documentation: minor AsciiDoc mark-up fixes.Junio C Hamano2007-09-012-14/+14
* | URL: allow port specification in ssh:// URLsLuben Tuikov2007-09-012-2/+32
* | Avoid one-or-more (\+) non BRE in sed scripts.Junio C Hamano2007-09-012-5/+2
* | rebase -m: Fix incorrect short-logs of already applied commits.Johannes Sixt2007-09-012-5/+52
* | git-diff: resurrect the traditional empty "diff --git" behaviourJunio C Hamano2007-08-314-7/+45
* | git-tag: Fix -l option to use better shell style globs.Carlos Rica2007-08-312-20/+11
* | git-svn: fix dcommit clobbering upstream when committing multiple changesEric Wong2007-08-312-28/+62
* | git-svn: Protect against "diff.color = true".Junio C Hamano2007-08-311-2/+2
* | filter-branch: introduce convenience function "skip_commit"Johannes Schindelin2007-08-313-14/+42
* | filter-branch: provide the convenience functions also for commit filtersJohannes Schindelin2007-08-313-13/+25
* | rebase -i: mention the option to split commits in the man pageJohannes Schindelin2007-08-311-1/+38
* | filter-branch: fix remnants of old syntax in documentationJohannes Schindelin2007-08-311-14/+18
* | Teach bash about completing arguments for git-tagShawn O. Pearce2007-08-311-0/+58
* | Hopefully the final update to draft release notes for 1.5.3.Junio C Hamano2007-08-311-1/+13
* | Make "git-log --" without paths behave the same as "git-log" without --Junio C Hamano2007-08-311-1/+2
* | git-init: autodetect core.symlinksJunio C Hamano2007-08-311-0/+15
* | Make git-archimport log entries more consistentMiles Bader2007-08-301-1/+5
* | fix same sized delta logicNicolas Pitre2007-08-301-4/+8
* | filter-branch: make sure orig_namespace ends with a single slash.Junio C Hamano2007-08-301-1/+1
* | git-filter-branch: document --original optionGiuseppe Bilotta2007-08-301-1/+6
* | git-filter-branch: more detailed USAGEGiuseppe Bilotta2007-08-301-1/+7