GIT 0.99.8c

Contains the following fixes since 0.99.8b:

Jonas Fonseca:
      Fix usage of carets in git-rev-parse(1)

Junio C Hamano:
      Give proper prototype to gitstrcasestr.
      Make sure 'make install' does not have to rebuild templates.
      git-tag: update usage string and documentation.

Kai Ruemmler:
      s/checkout-cache/checkout-index/g for Documentation/git-ls-files.txt
      teach git-status about spaces in filenames
      ignore new git-diff index header when computing patch ids

Paolo 'Blaisorblade' Giarrusso:
      Fix git-verify-tag for light-weight tags

Robert Fitzsimons:
      Fix wrong filename listing bug in git-ls-tree.
  1. 01c6ad2 [PATCH] Fix strange timezone handling by Linus Torvalds · 20 years ago
  2. 2a39064 [PATCH] Return proper error valud from "parse_date()" by Linus Torvalds · 20 years ago
  3. 26a2d8a parse_date(): allow const date string by Linus Torvalds · 20 years ago
  4. 9cb480f [PATCH] fix date parsing for GIT raw commit timestamp format. by Junio C Hamano · 20 years ago
  5. 6b0c312 Include file cleanups.. by Linus Torvalds · 20 years ago
  6. e99d59f sparse cleanup by Linus Torvalds · 20 years ago
  7. fbab835 [PATCH] fix show_date() for positive timezones by Nicolas Pitre · 20 years ago
  8. f80cd78 date.c: add "show_date()" function. by Linus Torvalds · 20 years ago
  9. 68849b5 date handling: handle "AM"/"PM" on time by Linus Torvalds · 20 years ago
  10. 198b0fb date.c: allow even more varied time formats by Linus Torvalds · 20 years ago
  11. 7f26664 date.c: fix printout of timezone offsets that aren't exact hours by Linus Torvalds · 20 years ago
  12. 92e2311 date.c: only use the TZ names if we don't have anything better. by Linus Torvalds · 20 years ago
  13. 5e2a78a date.c: split up dst information in the timezone table by Linus Torvalds · 20 years ago
  14. a905888 date.c: fix parsing of dates in mm/dd/yy format by Linus Torvalds · 20 years ago
  15. eaa8512 date.c: use the local timezone if none specified by Linus Torvalds · 20 years ago
  16. 8996702 Make the date parsing accept pretty much any random crap. by Linus Torvalds · 20 years ago
  17. ecee9d9 [PATCH] Do date parsing by hand... by Edgar Toernig · 20 years ago