Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commitf0379c7144cbbfa3209481d049d7654cf4ad4173
authorJakub Narebski <jnareb@gmail.com>
Sat, 9 Oct 2010 10:50:18 +0000 (9 12:50 +0200)
committerJakub Narebski <jnareb@gmail.com>
Sat, 9 Oct 2010 10:50:18 +0000 (9 12:50 +0200)
treef7ee3b7f0e2bab9b87f4d6ce6bcb8a47782f3533
parent57eabf64da3ef9dc44706acfbf31b39f702cc14b
parentc752e7f3e8d96a9673ad248addc9418164bd3ce6
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (44 commits)
  t/t3415: use && where applicable.
  SubmittingPatches: Document some extra tags used in commit messages
  diffcore-pickaxe.c: a void function shouldn't try to return something
  Make test script t9157 executable
  Martin Langhoff has a new e-mail address
  Documentation/git-clone: describe --mirror more verbosely
  do not depend on signed integer overflow
  work around buggy S_ISxxx(m) implementations
  xdiff: cast arguments for ctype functions to unsigned char
  init: plug tiny one-time memory leak
  diffcore-pickaxe.c: remove unnecessary curly braces
  t3020 (ls-files-error-unmatch): remove stray '1' from end of file
  setup: make sure git dir path is in a permanent buffer
  environment.c: remove unused variable
  Add MinGW-specific execv() override.
  Fix Windows-specific macro redefinition warning.
  Fix 'clone' failure at DOS root directory.
  mingw: do not crash on open(NULL, ...)
  git-am: fix detection of absolute paths for windows
  Side-step MSYS-specific path "corruption" leading to t5560 failure.
  ...
t/test-lib.sh