Merge branch 'master' into next
commitbbce420c4ba39cfe5182dae1ee8a93a165e7365b
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Sep 2010 22:19:53 +0000 (27 15:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Sep 2010 22:19:53 +0000 (27 15:19 -0700)
treea2e76b29e2f9a363a33b06c31acaf66b3ac34d61
parentfa9aa00c280b61d5b35b6e230cadd7784364a671
parent442cb08fa0dca38c99cf1ff8a5654a95a5cad7a4
Merge branch 'master' into next

* master:
  Fix missing 'does' in man-page for 'git checkout'
  dir.c: squelch false uninitialized memory warning
  git-send-email.perl: ensure $domain is defined before using it
  wt-status.c: don't leak directory entries when processing untracked,ignored
  t6050 (replace): fix bogus "fetch branch with replacement" test
  Documentation: Refer to git-commit-tree in git-filter-branch help
  update comment and documentation for :/foo syntax
  Improvements to `git checkout -h`
  contrib/completion: --no-index option to git diff
  prefer test -h over test -L in shell scripts
  CodingGuidelines: spell Arithmetic Expansion with $(($var))
  t1503: Fix arithmetic expansion syntax error when using dash
  strbuf.h: fix comment typo
builtin/checkout.c
contrib/completion/git-completion.bash
git-send-email.perl