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. f76412e [PATCH] Add 'git show-branch'. by Junio C Hamano · 20 years ago
  3. d87449c Introduce --pretty=oneline format. by Junio C Hamano · 20 years ago
  4. ab580ac [PATCH] Add a topological sort procedure to commit.c by Jon Seymour · 20 years ago
  5. f755494 Make "insert_by_date()" match "commit_list_insert()" by Linus Torvalds · 20 years ago
  6. 9b66ec0 Add "--pretty=full" format that also shows committer. by Linus Torvalds · 20 years ago
  7. 5d6ccf5 [PATCH] Anal retentive 'const unsigned char *sha1' by Jason McMullan · 20 years ago
  8. a3437b8 [PATCH] Modify git-rev-list to linearise the commit history in merge order. by jon@blackcubes.dyndns.org · 20 years ago
  9. 000182e pretty_print_commit: add different formats by Linus Torvalds · 20 years ago
  10. e3bc7a3 Add generic commit "pretty print" function. by Linus Torvalds · 20 years ago
  11. ac5155e commit_list_insert: return the new commit list entry by Linus Torvalds · 20 years ago
  12. bd1e17e Make "parse_object()" also fill in commit message buffer data. by Linus Torvalds · 20 years ago
  13. 3ff1fbb commit: save the commit buffer off when parsing a commit object. by Linus Torvalds · 20 years ago
  14. 961784e commit: add "lookup_commit_reference()" helper function by Linus Torvalds · 20 years ago
  15. bd2c39f [PATCH] don't load and decompress objects twice with parse_object() by Nicolas Pitre · 20 years ago
  16. 58e28af [PATCH] Allow multiple date-ordered lists by Daniel Barkalow · 20 years ago
  17. dd97f85 [PATCH] Add some functions for commit lists by Daniel Barkalow · 20 years ago
  18. 6eb8ae0 [PATCH] Header files for object parsing by Daniel Barkalow · 20 years ago