Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commit7f9ce2defcd60765a8a8f14384779397eea254ff
authorJakub Narebski <jnareb@gmail.com>
Fri, 22 Feb 2008 11:23:13 +0000 (22 12:23 +0100)
committerJakub Narebski <jnareb@gmail.com>
Fri, 22 Feb 2008 11:23:13 +0000 (22 12:23 +0100)
tree6e29309bd8f2ae4b200214a0d2257aa1bc909515
parent5ec0ff5f44e8d930c6e8465c523bd081709bfe16
parentb23b27eb5dc950081d4f76ae84f10168c4d149bd
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (186 commits)
  Clarified the meaning of git-add -u in the documentation
  git-clone.sh: properly configure remote even if remote's head is dangling
  git.el: Set process-environment instead of invoking env
  Documentation/git-stash: document options for git stash list
  send-email: squelch warning due to comparing undefined $_ to ""
  cvsexportcommit: be graceful when "cvs status" reorders the arguments
  Rename git-core rpm to just git and rename the meta-pacakge to git-all.
  Technical documentation of the run-command API.
  Correct git-pull documentation
  gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' form
  push: document the status output
  Documentation/push: clarify matching refspec behavior
  push: indicate partialness of error message
  API documentation for remote.h
  Simplify setup of $GIT_DIR in git-sh-setup.sh
  peel_onion: handle NULL
  check return value from parse_commit() in various functions
  parse_commit: don't fail, if object is NULL
  revision.c: handle tag->tagged == NULL
  reachable.c::process_tree/blob: check for NULL
  ...