summaryrefslogtreecommitdiffstats
path: root/cache.h (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-06xdiff: cast arguments for ctype functions to unsigned charJonathan Nieder3-10/+11
2010-10-06init: plug tiny one-time memory leakJonathan Nieder1-13/+19
2010-10-05diffcore-pickaxe.c: remove unnecessary curly bracesBrandon Casey1-2/+1
2010-10-04send-email: Don't leak To: headers between patchesStephen Boyd2-8/+25
2010-10-04t3020 (ls-files-error-unmatch): remove stray '1' from end of fileElijah Newren1-1/+0
2010-10-04setup: make sure git dir path is in a permanent bufferJonathan Nieder1-1/+3
2010-10-04environment.c: remove unused variableJonathan Nieder1-3/+1
2010-10-04Add MinGW-specific execv() override.Eric Sunshine2-0/+7
2010-10-04Fix Windows-specific macro redefinition warning.Eric Sunshine1-0/+6
2010-10-04Fix 'clone' failure at DOS root directory.Eric Sunshine1-1/+5
2010-10-04mingw: do not crash on open(NULL, ...)Erik Faye-Lund1-2/+2
2010-10-04git-am: fix detection of absolute paths for windowsPat Thoyts2-6/+21
2010-10-04Side-step MSYS-specific path "corruption" leading to t5560 failure.Eric Sunshine1-2/+1
2010-10-04Side-step sed line-ending "corruption" leading to t6038 failure.Eric Sunshine1-1/+3
2010-10-02Skip 'git archive --remote' test on msysGitPat Thoyts1-1/+1
2010-10-02Do not strip CR when grepping HTTP headers.Pat Thoyts2-0/+3
2010-10-02Skip t1300.70 and 71 on msysGit.Pat Thoyts3-10/+6
2010-10-02merge-octopus: Work around environment issue on WindowsJohannes Schindelin1-0/+5
2010-10-02MinGW: Report errors when failing to launch the html browser.Pat Thoyts1-2/+6
2010-10-02MinGW: fix stat() and lstat() implementations for handling symlinksPat Thoyts2-5/+37
2010-10-02MinGW: Add missing file mode bit definesSebastian Schuberth1-1/+13
2010-10-02MinGW: Use pid_t more consequently, introduce uid_t for greater compatibilitySebastian Schuberth1-5/+6
2010-09-30send-email: extract_valid_address use qr// regexesÆvar Arnfjörð Bjarmason1-2/+2
2010-09-30send-email: is_rfc2047_quoted use qr// regexesÆvar Arnfjörð Bjarmason1-2/+2
2010-09-30Fix typo in pack-objects' usageJohannes Schindelin1-1/+1
2010-09-30Make sure that git_getpass() never returns NULLJohannes Schindelin1-2/+6
2010-09-30send-email: use Perl idioms in while loopÆvar Arnfjörð Bjarmason2-4/+3
2010-09-30send-email: make_message_id use "require" instead of "use"Ævar Arnfjörð Bjarmason1-1/+1
2010-09-30send-email: send_message die on $!, not $?Ævar Arnfjörð Bjarmason1-1/+1
2010-09-30send-email: use (?:) instead of () if no match variables are neededÆvar Arnfjörð Bjarmason1-1/+1
2010-09-30send-email: sanitize_address use qq["foo"], not "\"foo\""Ævar Arnfjörð Bjarmason1-1/+1
2010-09-30send-email: sanitize_address use $foo, not "$foo"Ævar Arnfjörð Bjarmason1-1/+1
2010-09-30send-email: use \E***\Q instead of \*\*\*Ævar Arnfjörð Bjarmason1-1/+1
2010-09-30send-email: cleanup_compose_files doesn't need a prototypeÆvar Arnfjörð Bjarmason1-3/+1
2010-09-30send-email: unique_email_list doesn't need a prototypeÆvar Arnfjörð Bjarmason1-2/+1
2010-09-30send-email: file_declares_8bit_cte doesn't need a prototypeÆvar Arnfjörð Bjarmason1-1/+1
2010-09-30send-email: get_patch_subject doesn't need a prototypeÆvar Arnfjörð Bjarmason1-1/+1
2010-09-30send-email: use lexical filehandles during sendingÆvar Arnfjörð Bjarmason1-7/+7
2010-09-30send-email: use lexical filehandles for $composeÆvar Arnfjörð Bjarmason1-11/+11
2010-09-30send-email: use lexical filehandle for opendirÆvar Arnfjörð Bjarmason1-3/+3
2010-09-30t0004 (unwritable files): simplify error handlingJonathan Nieder1-38/+14
2010-09-30rev-list-options: clarify --parents and --childrenMichael J Gruber1-4/+4
2010-09-30Start 1.7.4 cycleJunio C Hamano3-2/+56
2010-09-29MinGW: avoid collisions between "tags" and "TAGS"Junio C Hamano1-6/+9
2010-09-29diff: trivial fix for --output file error messageMatthieu Moy1-1/+1
2010-09-29send-email: Use To: headers in patch filesStephen Boyd2-0/+31
2010-09-29user-manual: fix anchor name Finding-comments-With-given-ContentMichael J Gruber1-1/+1
2010-09-29user-manual: be consistent in illustrations to 'git rebase'Kirill Smelkov1-2/+2
2010-09-29stash: simplify parsing fixesJon Seymour1-21/+7
2010-09-29diff: add synonyms for -M, -C, -BKevin Ballard2-3/+25