Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commit57eabf64da3ef9dc44706acfbf31b39f702cc14b
authorJakub Narebski <jnareb@gmail.com>
Tue, 5 Oct 2010 13:25:43 +0000 (5 15:25 +0200)
committerJakub Narebski <jnareb@gmail.com>
Tue, 5 Oct 2010 13:25:43 +0000 (5 15:25 +0200)
tree6559451f308ac71bb8e035caa51ea91a73b9be2c
parent7cb73c220cd5a6c75dc669170ac5aa30c3438bee
parent1e633418479926bc85ed21a4f91c845a3dd3ad66
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (39 commits)
  Fix typo in pack-objects' usage
  Make sure that git_getpass() never returns NULL
  t0004 (unwritable files): simplify error handling
  rev-list-options: clarify --parents and --children
  Start 1.7.4 cycle
  MinGW: avoid collisions between "tags" and "TAGS"
  diff: trivial fix for --output file error message
  user-manual: fix anchor name Finding-comments-With-given-Content
  user-manual: be consistent in illustrations to 'git rebase'
  stash: simplify parsing fixes
  Git 1.7.3.1
  stash: fix git stash branch regression when branch creation fails
  stash drops the stash even if creating the branch fails because it already exists
  disallow branch names that start with a hyphen
  send-email: use catfile() to concatenate files
  log --author: take union of multiple "author" requests
  grep: move logic to compile header pattern into a separate helper
  t/gitweb-lib.sh: Use tabs for indent consistently
  t/gitweb-lib.sh: Use GIT_BUILD_DIR
  userdiff.c: add builtin fortran regex patterns
  ...