summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-18push: pass --progress down to git-pack-objectsJeff King
2010-10-18t5523-push-upstream: test progress messagesTay Ray Chuan
2010-10-18t5523-push-upstream: add function to ensure fresh upstream repoTay Ray Chuan
2010-10-18test_terminal: ensure redirections work reliablyJonathan Nieder
2010-10-18test_terminal: catch use without TTY prerequisiteJonathan Nieder
2010-10-18test-lib: allow test code to check the list of declared prerequisitesJonathan Nieder
2010-10-18tests: test terminal output to both stdout and stderrJeff King
2010-10-18tests: factor out terminal handling from t7006Jeff King
2010-10-06Merge branch 'maint'Junio C Hamano
2010-10-06t/t3415: use && where applicable.Yann Dirson
2010-10-06SubmittingPatches: Document some extra tags used in commit messagesRamkumar Ramachandra
2010-10-06diffcore-pickaxe.c: a void function shouldn't try to return somethingBrandon Casey
2010-10-06Make test script t9157 executableJunio C Hamano
2010-10-06Merge branch 'jk/repack-reuse-object'Junio C Hamano
2010-10-06Merge branch 'bc/fix-cherry-pick-root'Junio C Hamano
2010-10-06Merge branch 'uk/fix-author-ident-sed-script'Junio C Hamano
2010-10-06Merge branch 'cw/gitweb-hilite-config'Junio C Hamano
2010-10-06Merge branch 'ab/makefile-track-cc'Junio C Hamano
2010-10-06Merge branch 'mg/reset-doc'Junio C Hamano
2010-10-06Merge branch 'maint'Junio C Hamano
2010-10-06Merge branch 'work/pt/for-junio' of git://repo.or.cz/git/mingw/4msysgitJunio C Hamano
2010-10-06Martin Langhoff has a new e-mail addressJunio C Hamano
2010-10-06Documentation/git-clone: describe --mirror more verboselyUwe Kleine-König
2010-10-06do not depend on signed integer overflowErik Faye-Lund
2010-10-06work around buggy S_ISxxx(m) implementationsRené Scharfe
2010-10-06xdiff: cast arguments for ctype functions to unsigned charJonathan Nieder
2010-10-06init: plug tiny one-time memory leakJonathan Nieder
2010-10-05diffcore-pickaxe.c: remove unnecessary curly bracesBrandon Casey
2010-10-05Merge early part of git-svn into maintJunio C Hamano
2010-10-04t3020 (ls-files-error-unmatch): remove stray '1' from end of fileElijah Newren
2010-10-03setup: make sure git dir path is in a permanent bufferJonathan Nieder
2010-10-03environment.c: remove unused variableJonathan Nieder
2010-10-03Add MinGW-specific execv() override.Eric Sunshine
2010-10-03Fix Windows-specific macro redefinition warning.Eric Sunshine
2010-10-03Fix 'clone' failure at DOS root directory.Eric Sunshine
2010-10-03mingw: do not crash on open(NULL, ...)Erik Faye-Lund
2010-10-03git-am: fix detection of absolute paths for windowsPat Thoyts
2010-10-03Side-step MSYS-specific path "corruption" leading to t5560 failure.Eric Sunshine
2010-10-03Side-step sed line-ending "corruption" leading to t6038 failure.Eric Sunshine
2010-10-01Skip 'git archive --remote' test on msysGitPat Thoyts
2010-10-01Do not strip CR when grepping HTTP headers.Pat Thoyts
2010-10-01Skip t1300.70 and 71 on msysGit.Pat Thoyts
2010-10-01merge-octopus: Work around environment issue on WindowsJohannes Schindelin
2010-10-01MinGW: Report errors when failing to launch the html browser.Pat Thoyts
2010-10-01MinGW: fix stat() and lstat() implementations for handling symlinksPat Thoyts
2010-10-01MinGW: Add missing file mode bit definesSebastian Schuberth
2010-10-01MinGW: Use pid_t more consequently, introduce uid_t for greater compatibilitySebastian Schuberth
2010-09-30Merge branch 'maint'Junio C Hamano
2010-09-30Fix typo in pack-objects' usageJohannes Schindelin
2010-09-30Make sure that git_getpass() never returns NULLJohannes Schindelin