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. 23822a3 read-tree: --trivial by Linus Torvalds · 20 years ago
  2. 7dd4357 read-tree: remove --head option. by Junio C Hamano · 20 years ago
  3. f318dd2 Document -i flag to git-read-tree by Junio C Hamano · 20 years ago
  4. 2ba6c47 read-tree: fix bogus debugging statement. by Junio C Hamano · 20 years ago
  5. 720d150 Add a new merge strategy by Fredrik Kuivinen. by Junio C Hamano · 20 years ago
  6. bb97a2a Plug leak in Daniel's read-tree. by Junio C Hamano · 20 years ago
  7. 4d3fe0c [PATCH] Add debugging help for case #16 to read-tree.c by Junio C Hamano · 20 years ago
  8. 2ab706a [PATCH] Disable debugging from read-tree. by Junio C Hamano · 20 years ago
  9. ee6566e [PATCH] Rewrite read-tree by Daniel Barkalow · 20 years ago
  10. 4d1f119 [PATCH] Unify usage strings declaration by Petr Baudis · 20 years ago
  11. 0ca14a5 Start adding interfaces to read in partial trees by Linus Torvalds · 20 years ago
  12. 7875b50 git-read-tree: fix "--reset" handling by Linus Torvalds · 20 years ago
  13. 036d51c [PATCH] read-tree: loosen too strict index requirements by Junio C Hamano · 20 years ago
  14. 32192e6 [PATCH] Finish making --emu23 equivalent to pure 2-way merge. by Junio C Hamano · 20 years ago
  15. e7f9bc4 [PATCH] read-tree: fix too strong index requirement #5ALT by Junio C Hamano · 20 years ago
  16. 03efa6d [PATCH] read-tree --emu23. by Junio C Hamano · 20 years ago
  17. aa16021 git-read-tree: remove deleted files in the working directory by Linus Torvalds · 20 years ago
  18. 438195c git-read-tree: add "--reset" flag by Linus Torvalds · 20 years ago
  19. a57f0b5 git-read-tree: -u without -m is meaningless. Don't allow it. by Linus Torvalds · 20 years ago
  20. b5b4250 git-read-tree: make one-way merge also honor the "update" flag by Linus Torvalds · 20 years ago
  21. c859600 [PATCH] read-tree: save more user hassles during fast-forward. by Junio C Hamano · 20 years ago
  22. 4513225 git-read-tree: some "final" cleanups by Linus Torvalds · 20 years ago
  23. d723c69 git-read-tree: simplify merge loops enormously by Linus Torvalds · 20 years ago
  24. 96cd542 [PATCH] index locking like everybody else by Junio C Hamano · 20 years ago
  25. d925ffb Fix off-by-one in new three-way-merge updates by Linus Torvalds · 20 years ago
  26. a76d74f Three-way merge: fix silly bug that made trivial merges not work by Linus Torvalds · 20 years ago
  27. e6ee623 git-read-tree: fix up two-way merge by Linus Torvalds · 20 years ago
  28. 220a0b5 More work on merging with git-read-tree.. by Linus Torvalds · 20 years ago
  29. 76f3834 git-read-tree: fix up three-way merge tests by Linus Torvalds · 20 years ago
  30. 02ede67 git-read-tree: be a lot more careful about merging dirty trees by Linus Torvalds · 20 years ago
  31. e99d59f sparse cleanup by Linus Torvalds · 20 years ago
  32. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov · 20 years ago
  33. 1424246 Fixed a leak in read-tree by Petr Baudis · 20 years ago
  34. 3c249c9 Add "get_sha1()" helper function. by Linus Torvalds · 20 years ago
  35. 40469ee [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1 by Junio C Hamano · 20 years ago
  36. 94537c7 Move "read_tree()" to "tree.c" to be used as a generic helper function. by Linus Torvalds · 20 years ago
  37. aba06682 Clean up and simplify read-tree a bit. by Linus Torvalds · 20 years ago
  38. bb233d6 Add support for a "GIT_INDEX_FILE" environment variable. by Linus Torvalds · 20 years ago
  39. c5bac17 [PATCH] Usage-string fixes. by Junio C Hamano · 20 years ago
  40. b12ec37 [PATCH] Teach read-tree about commit objects by Junio C Hamano · 20 years ago
  41. a3a6523 Make "read-tree" know how to do a "1-way merge". by Linus Torvalds · 20 years ago
  42. ca016f0 Make "read-tree" take the 'stat' information for a merge result from the by Linus Torvalds · 20 years ago
  43. e447947 Be much more liberal about the file mode bits. by Linus Torvalds · 20 years ago
  44. 43f9126 Make 'read-tree' do a few more of the trivial merge cases. by Linus Torvalds · 20 years ago
  45. d99082e Make "read-tree" merge the trees it reads by giving them consecutive states. by Linus Torvalds · 20 years ago
  46. f5cabd1 Encode a few extra flags per index entry. by Linus Torvalds · 20 years ago
  47. ccc4feb Convert the index file reading/writing to use network byte order. by Linus Torvalds · 20 years ago
  48. 2de381f [PATCH] Consolidate the error handling by Petr Baudis · 20 years ago
  49. 4bb04f2 Rename ".dircache" directory to ".git" by Linus Torvalds · 20 years ago
  50. 9614b8d Fix stale index.lock file removal using "atexit()". by Linus Torvalds · 20 years ago
  51. 121481a Make "update-cache" a bit friendlier to use (and harder to mis-use). by Linus Torvalds · 20 years ago
  52. f768846 Teach "fsck" and "read-tree" about recursive tree-nodes. by Linus Torvalds · 20 years ago
  53. 83adac3 Make "read-tree" read the tree into the current directory cache. by Linus Torvalds · 20 years ago
  54. 19b2860 Use "-Wall -O2" for the compiler to get more warnings. by Linus Torvalds · 20 years ago
  55. e497ea2 Make read-tree actually unpack the whole tree. by Linus Torvalds · 20 years ago
  56. 8bc9a0c Add copyright notices. by Linus Torvalds · 20 years ago
  57. e83c516 Initial revision of "git", the information manager from hell by Linus Torvalds · 20 years ago