Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commit9282724f870a6f6dfb99146b225163cab9638ddd
authorJakub Narebski <jnareb@gmail.com>
Fri, 23 Mar 2007 13:19:23 +0000 (23 14:19 +0100)
committerJakub Narebski <jnareb@gmail.com>
Fri, 23 Mar 2007 13:19:23 +0000 (23 14:19 +0100)
tree63c7b94a28d181dd0fec359065fe7d3a12451a45
parent728b285d1b9332a2647a284931f9534d321fd1cf
parentabba9dbbf450d4037a5e2054250f197169ac63eb
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (181 commits)
  checkout: report where the new HEAD is upon detaching HEAD
  Bisect: implement "git bisect run <cmd>..." to automatically bisect.
  Bisect: convert revs given to good and bad to commits
  t4118: be nice to non-GNU sed
  git-apply: Do not free the wrong buffer when we convert the data for writeout
  Documentation/pack-format.txt: Clear up description of types.
  update HEAD reflog when branch pointed to by HEAD is directly modified
  update-hook: abort early if the project description is unset
  git-merge: Put FETCH_HEAD data in merge commit message
  git-rebase: make 'rebase HEAD branch' work as expected.
  tree_entry_interesting(): allow it to say "everything is interesting"
  tree-diff: avoid strncmp()
  Teach tree_entry_interesting() that the tree entries are sorted.
  Switch over tree descriptors to contain a pre-parsed entry
  Initialize tree descriptors with a helper function rather than by hand.
  Remove "pathlen" from "struct name_entry"
  [PATCH] prefer "git COMMAND" over "git-COMMAND" in gitk
  fix typo in git-am manpage
  blame: cmp_suspect is not "cmp" anymore.
  minor git-prune optimization
  ...