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. 60ab26d [PATCH] Avoid wasting memory in git-rev-list by Linus Torvalds · 20 years ago
  2. 5de36bf Fix compilation warnings. by Junio C Hamano · 20 years ago
  3. 2c04662 Revert "Replace zero-length array decls with []." by Junio C Hamano · 20 years ago
  4. 6c5f9ba Replace zero-length array decls with []. by Jason Riedy · 20 years ago
  5. f76412e [PATCH] Add 'git show-branch'. by Junio C Hamano · 20 years ago
  6. d87449c Introduce --pretty=oneline format. by Junio C Hamano · 20 years ago
  7. 37fde87 Fix send-pack for non-commitish tags. by Junio C Hamano · 20 years ago
  8. 5da5c8f Teach parse_commit_buffer about grafting. by Junio C Hamano · 20 years ago
  9. f7cc77d Make "parse_commit()" be a lot more careful by Linus Torvalds · 20 years ago
  10. 013aab8 [PATCH] Dereference tag repeatedly until we get a non-tag. by Junio C Hamano · 20 years ago
  11. ab580ac [PATCH] Add a topological sort procedure to commit.c by Jon Seymour · 20 years ago
  12. f755494 Make "insert_by_date()" match "commit_list_insert()" by Linus Torvalds · 20 years ago
  13. 9b66ec0 Add "--pretty=full" format that also shows committer. by Linus Torvalds · 20 years ago
  14. 6c88be1 Keep the parents in order when parsing commits by Linus Torvalds · 20 years ago
  15. 28342a5 Make "pretty" commit logs always show merge information by Linus Torvalds · 20 years ago
  16. 5d6ccf5 [PATCH] Anal retentive 'const unsigned char *sha1' by Jason McMullan · 20 years ago
  17. a3437b8 [PATCH] Modify git-rev-list to linearise the commit history in merge order. by jon@blackcubes.dyndns.org · 20 years ago
  18. 000182e pretty_print_commit: add different formats by Linus Torvalds · 20 years ago
  19. e3bc7a3 Add generic commit "pretty print" function. by Linus Torvalds · 20 years ago
  20. ac5155e commit_list_insert: return the new commit list entry by Linus Torvalds · 20 years ago
  21. 3ff1fbb commit: save the commit buffer off when parsing a commit object. by Linus Torvalds · 20 years ago
  22. 6b0c312 Include file cleanups.. by Linus Torvalds · 20 years ago
  23. d1af002 [PATCH] delta check by Nicolas Pitre · 20 years ago
  24. 961784e commit: add "lookup_commit_reference()" helper function by Linus Torvalds · 20 years ago
  25. bd2c39f [PATCH] don't load and decompress objects twice with parse_object() by Nicolas Pitre · 20 years ago
  26. 13019d4 [PATCH] Fix memory leaks in git-fsck-cache by Sergey Vlasov · 20 years ago
  27. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li · 20 years ago
  28. 235ac40 Don't add references to objects we couldn't find. by Linus Torvalds · 20 years ago
  29. c35dfe8 Verify that the object type matches for tree/commit objects even before parsing. by Linus Torvalds · 20 years ago
  30. d32987b Set object type at object creation time, not object parse time. by Linus Torvalds · 20 years ago
  31. 58e28af [PATCH] Allow multiple date-ordered lists by Daniel Barkalow · 20 years ago
  32. 4056c09 Don't add parents to the commit list if we have already seen them. by Linus Torvalds · 20 years ago
  33. dd97f85 [PATCH] Add some functions for commit lists by Daniel Barkalow · 20 years ago
  34. b2c0071 Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h". by Linus Torvalds · 20 years ago
  35. 175785e [PATCH] Implementations of parsing functions by Daniel Barkalow · 20 years ago