GIT 0.99.7c

Contains the following post-0.99.7b fixes:

 - rsh.c string termination fix by H. Peter Anvin
 - further fetch fixes by Sergey Vlasov
 - diff-tree documentation by Robert Watson.
 - 'git diff --cached' synonymous to 'git diff --cached HEAD'.
 - subprocess.py licensing status clarification.

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