Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commitdc8d1853d98903f3e311b1d09ab7d2e6ac0cda97
authorJakub Narebski <jnareb@gmail.com>
Fri, 18 Jan 2008 10:55:39 +0000 (18 11:55 +0100)
committerJakub Narebski <jnareb@gmail.com>
Fri, 18 Jan 2008 10:55:39 +0000 (18 11:55 +0100)
treeb97650f1d644df66457763b00617b9a6eccc46d5
parentfdb52a9a572b400fcbecbc268b7b22b4fa848e76
parent472ca780773ac75fa6af881117ce5360957fae2d
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (43 commits)
  color unchanged lines as "plain" in "diff --color-words"
  autoconf: Add checking for unsetenv function
  core-tutorial typofix
  Officially deprecate repo-config.
  Fix random fast-import errors when compiled with NO_MMAP
  fast-import.c: don't try to commit marks file if write failed
  refs.c: rework ref_locks by abstracting from underlying struct lock_file
  Improve use of lockfile API
  close_lock_file(): new function in the lockfile API
  Document lockfile API
  Be more careful about updating refs
  Correct spelling in diff.c comment
  Documentation: fix and clarify grammar in git-merge docs.
  Make 'git fsck' complain about non-commit branches
  Make builtin-commit.c more careful about parenthood
  treat any file with NUL as binary
  git-commit: fix double close(2) that can close a wrong file descriptor
  hg-to-git: improve popen calls
  ls-remote: add -t and -h options.
  Squelch bogus progress output from git-rebase--interactive
  ...