Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commit7ab7048ba874bd74446aeb96f5a80ac790a04afc
authorJakub Narebski <jnareb@gmail.com>
Tue, 30 Jan 2007 09:44:01 +0000 (30 10:44 +0100)
committerJakub Narebski <jnareb@gmail.com>
Tue, 30 Jan 2007 09:44:01 +0000 (30 10:44 +0100)
treeef717a0789969b383b32b88f87d1ed699725b3d7
parentb62502fabae2ae691199124de1f0c7080bbbcddc
parent1732a1fd942f00b9a77a47acc09df0cd62c770bd
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (32 commits)
  git-blame: somewhat better commenting.
  Make fsck and fsck-objects be builtins.
  git-commit -s: no extra space when sign-offs appear at the end already.
  Replace perl code with pure shell code
  lock_any_ref_for_update(): do not accept malformatted refs.
  git-fsck-objects is now synonym to git-fsck
  [PATCH] Rename git-repo-config to git-config.
  Heavily expanded update hook to send more useful emails than the old hook
  UNIX reference time of 1970-01-01 00:00 is UTC timezone, not local time zone
  Teach for-each-ref about a little language called Tcl.
  Add a sample program 'blameview' to show how to use git-blame --incremental
  git-push through git protocol
  Document 'git-blame --incremental'
  Documentation/config.txt: Fix documentation of colour config tweaks.
  wt-status: Actually accept `color.status.BLAH' configuration variables.
  git-blame --incremental: don't use pager
  Compute accurate distances in git-describe before output.
  Update describe documentation.
  Teach git-describe to display distances from tags.
  git-blame --porcelain: quote filename in c-style when needed.
  ...