summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/makefile-track-cc'Junio C Hamano2010-10-061-1/+1
|\
| * Makefile: add CC to TRACK_CFLAGSÆvar Arnfjörð Bjarmason2010-09-271-1/+1
* | Merge branch 'mg/reset-doc'Junio C Hamano2010-10-061-29/+47
|\ \
| * | git-reset.txt: make modes description more consistentMichael J Gruber2010-09-181-17/+26
| * | git-reset.txt: point to git-checkoutMichael J Gruber2010-09-181-0/+7
| * | git-reset.txt: use "working tree" consistentlyMichael J Gruber2010-09-181-7/+7
| * | git-reset.txt: reset --soft is not a no-opMichael J Gruber2010-09-181-4/+4
| * | git-reset.txt: reset does not change files in targetMichael J Gruber2010-09-181-2/+4
| * | git-reset.txt: clarify branch vs. branch headMichael J Gruber2010-09-181-2/+2
* | | Merge branch 'maint'Junio C Hamano2010-10-0616-42/+135
|\ \ \
| * | | Documentation/git-clone: describe --mirror more verboselyUwe Kleine-König2010-10-061-1/+6
| * | | do not depend on signed integer overflowErik Faye-Lund2010-10-064-3/+15
| * | | work around buggy S_ISxxx(m) implementationsRené Scharfe2010-10-061-3/+10
| * | | xdiff: cast arguments for ctype functions to unsigned charJonathan Nieder2010-10-063-10/+11
| * | | init: plug tiny one-time memory leakJonathan Nieder2010-10-061-13/+19
| * | | diffcore-pickaxe.c: remove unnecessary curly bracesBrandon Casey2010-10-051-2/+1
| * | | Merge early part of git-svn into maintJunio C Hamano2010-10-053-5/+69
| |\ \ \
| | * | | git-svn: fix processing of decorated commit hashesMathias Lafeldt2010-09-241-1/+2
| | * | | git-svn: check_cherry_pick should exclude commits already in our historySteven Walter2010-09-242-1/+53
| | * | | Documentation/git-svn: discourage "noMetadata"Eric Wong2010-09-241-3/+14
| * | | | t3020 (ls-files-error-unmatch): remove stray '1' from end of fileElijah Newren2010-10-031-1/+0
| * | | | setup: make sure git dir path is in a permanent bufferJonathan Nieder2010-10-031-1/+3
| * | | | environment.c: remove unused variableJonathan Nieder2010-10-031-3/+1
* | | | | Merge branch 'work/pt/for-junio' of git://repo.or.cz/git/mingw/4msysgitJunio C Hamano2010-10-0612-36/+122
|\ \ \ \ \
| * | | | | Add MinGW-specific execv() override.Eric Sunshine2010-10-032-0/+7
| * | | | | Fix Windows-specific macro redefinition warning.Eric Sunshine2010-10-031-0/+6
| * | | | | Fix 'clone' failure at DOS root directory.Eric Sunshine2010-10-031-1/+5
| * | | | | mingw: do not crash on open(NULL, ...)Erik Faye-Lund2010-10-031-2/+2
| * | | | | git-am: fix detection of absolute paths for windowsPat Thoyts2010-10-032-6/+21
| * | | | | Side-step MSYS-specific path "corruption" leading to t5560 failure.Eric Sunshine2010-10-031-2/+1
| * | | | | Side-step sed line-ending "corruption" leading to t6038 failure.Eric Sunshine2010-10-031-1/+3
| * | | | | Skip 'git archive --remote' test on msysGitPat Thoyts2010-10-011-1/+1
| * | | | | Do not strip CR when grepping HTTP headers.Pat Thoyts2010-10-012-0/+3
| * | | | | Skip t1300.70 and 71 on msysGit.Pat Thoyts2010-10-013-10/+6
| * | | | | merge-octopus: Work around environment issue on WindowsJohannes Schindelin2010-10-011-0/+5
| * | | | | MinGW: Report errors when failing to launch the html browser.Pat Thoyts2010-10-011-2/+6
| * | | | | MinGW: fix stat() and lstat() implementations for handling symlinksPat Thoyts2010-10-012-5/+37
| * | | | | MinGW: Add missing file mode bit definesSebastian Schuberth2010-10-011-1/+13
| * | | | | MinGW: Use pid_t more consequently, introduce uid_t for greater compatibilitySebastian Schuberth2010-10-011-5/+6
* | | | | | Martin Langhoff has a new e-mail addressJunio C Hamano2010-10-065-9/+9
|/ / / / /
* | | | | Merge branch 'maint'Junio C Hamano2010-09-304-45/+25
|\ \ \ \ \ | |/ / / /
| * | | | Fix typo in pack-objects' usageJohannes Schindelin2010-09-301-1/+1
| * | | | Make sure that git_getpass() never returns NULLJohannes Schindelin2010-09-301-2/+6
| * | | | t0004 (unwritable files): simplify error handlingJonathan Nieder2010-09-301-38/+14
| * | | | rev-list-options: clarify --parents and --childrenMichael J Gruber2010-09-301-4/+4
* | | | | Start 1.7.4 cycleJunio C Hamano2010-09-293-2/+56
* | | | | Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter'Junio C Hamano2010-09-292-0/+49
|\ \ \ \ \
| * | | | | send-email: Refuse to send cover-letter template subjectThomas Rast2010-09-082-0/+49
* | | | | | Merge branch 'ab/send-email-catfile'Junio C Hamano2010-09-291-1/+2
|\ \ \ \ \ \
| * | | | | | send-email: use catfile() to concatenate filesÆvar Arnfjörð Bjarmason2010-09-141-1/+2