Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commitdb3571f82b552d91e308c435355809a1ac696eda
authorJakub Narebski <jnareb@gmail.com>
Sat, 10 Nov 2007 14:35:32 +0000 (10 15:35 +0100)
committerJakub Narebski <jnareb@gmail.com>
Sat, 10 Nov 2007 14:35:32 +0000 (10 15:35 +0100)
tree6350f56bcb105a06bc618b9d4701850e77a0dad4
parentd11b65dee127bb09afb23d19ecfd6cfe8db213af
parenta130976b71f36c73fc6279fd02beb1f798d82487
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (57 commits)
  core-tutorial.txt: Fix git-show-branch example and its description
  git-commit: a bit more tests
  print warning/error/fatal messages in one shot
  builtin-blame: set up the work_tree before the first file access
  add a howto document about corrupted blob recovery
  Documentation: remove documentation for removed tools.
  Make check-docs target detect removed commands
  Documentation: lost-found is now deprecated.
  Update draft release notes for 1.5.4
  git-bisect.sh: Fix sed script to work with AIX and BSD sed.
  Start preparing for 1.5.3.6
  git-send-email: Change the prompt for the subject of the initial message.
  SubmittingPatches: improve the 'Patch:' section of the checklist
  instaweb: Minor cleanups and fixes for potential problems
  stop t1400 hiding errors in tests
  Makefile: add missing dependency on wt-status.h
  refresh_index_quietly(): express "optional" nature of index writing better
  Fix sed string regex escaping in module_name.
  Avoid a few unportable, needlessly nested "...`...".
  Style: place opening brace of a function definition at column 1
  ...