Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commit71d4cc944bb0d172763de5d7498e7da1a0af3da1
authorJakub Narebski <jnareb@gmail.com>
Thu, 8 Feb 2007 08:27:57 +0000 (8 09:27 +0100)
committerJakub Narebski <jnareb@gmail.com>
Thu, 8 Feb 2007 08:27:57 +0000 (8 09:27 +0100)
treed34889577680dfc35773ffdcded4f67ca5f65ee9
parent5ba54c3272149f0ae3d2f6c1283b973bcac80e0a
parent6506e156d99bd406661cd5d2e502db7c0960d716
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (86 commits)
  Remove git-merge-recur
  Add deprecation notices.
  Remove contrib/colordiff
  Call make always with CFLAGS in git.spec
  add replay and log to the usage string of git-bisect
  S_IFLNK != 0140000
  Don't do non-fastforward updates in fast-import.
  Support RFC 2822 date parsing in fast-import.
  Minor fast-import documentation corrections.
  Remove unnecessary null pointer checks in fast-import.
  Correct fast-import timezone documentation.
  Correct minor style issue in fast-import.
  Correct compiler warnings in fast-import.
  Remove --branch-log from fast-import.
  Initial draft of fast-import documentation.
  Don't support shell-quoted refnames in fast-import.
  Reduce memory usage of fast-import.
  Include checkpoint command in the BNF.
  Accept 'inline' file data in fast-import commit structure.
  Reduce value duplication in t9300-fast-import.
  ...