]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 Apr 2008 06:06:30 +0000 (23:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Apr 2008 06:06:30 +0000 (23:06 -0700)
commit68951af30c2ac7f74f0d794a8674ac320a84250a
tree03bd7cf70ba460bfdf81201ef5d8116d9367d778
parentf0ec47b8e7f46e17e6b6fe1cead728fa24477e43
parent30c0312fd182942c10421e77d2b3ec6284cc0468
Merge branch 'maint'

* maint:
  cvsimport: always pass user data to "system" as a list
  fix reflog approxidate parsing bug
  Fix use after free() in builtin-fetch
  fetch-pack: do not stop traversing an already parsed commit
  Use "=" instead of "==" in condition as it is more portable