Code

Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 Aug 2008 23:18:16 +0000 (16:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Aug 2008 23:18:16 +0000 (16:18 -0700)
commite28a8670a66125aa29d7a5ea10052c0f6824c2ba
tree6506300a0123f026feabacf2eae76a665390c8eb
parent3814c07498f87e7d27b55175ca2852fcc4cd27f4
parent9b99e641c11044dba661f574f9098d362a3f0ef8
Merge branch 'maint'

* maint:
  Update draft release notes for 1.6.0.1
  Add hints to revert documentation about other ways to undo changes
  Install templates with the user and group of the installing personality
  "git-merge": allow fast-forwarding in a stat-dirty tree
  completion: find out supported merge strategies correctly
  decorate: allow const objects to be decorated
  for-each-ref: cope with tags with incomplete lines
  diff --check: do not get confused by new blank lines in the middle
  remote.c: remove useless if-before-free test
  mailinfo: avoid violating strbuf assertion
  git format-patch: avoid underrun when format.headers is empty or all NLs
diff.c