Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commitb0ccd1d491576f18d5e7c2b14708ebc8f328e717
authorJakub Narebski <jnareb@gmail.com>
Wed, 19 Dec 2007 02:40:07 +0000 (19 03:40 +0100)
committerJakub Narebski <jnareb@gmail.com>
Wed, 19 Dec 2007 02:40:07 +0000 (19 03:40 +0100)
tree2703189a08488bc180dd46af2285119777f8ad3e
parentb28165fc02e1b9a4a1d2e54c4f14939c0280a9a3
parentf9c5a80cdf2265f2df7712fad9f1fb7ef68b4768
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (30 commits)
  Fix segfault in diff-delta.c when FLEX_ARRAY is 1
  rebase -p -i: handle "no changes" gracefully
  Document diff.external and mergetool.<tool>.path
  Support config variable diff.external
  Clean up documentation that references deprecated 'git peek-remote'.
  Clarify error response from 'git fetch' for bad responses
  the use of 'tr' in the test suite isn't really portable
  Plug a resource leak in threaded pack-objects code.
  git-send-email: avoid duplicate message-ids
  clone: correctly report http_fetch errors
  Documentation/git-submodule: refer to gitmodules(5)
  threaded pack-objects: Use condition variables for thread communication.
  builtin-commit: make summary output consistent with status
  builtin-commit: fix summary output.
  builtin-apply: stronger indent-with-on-tab fixing
  builtin-apply: minor cleanup of whitespace detection
  Re-re-re-fix common tail optimization
  whitespace: fix config.txt description of indent-with-non-tab
  whitespace: more accurate initial-indent highlighting
  whitespace: fix initial-indent checking
  ...