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. 77675e2 [PATCH] Add a function for getting a struct tree for an ent. by Daniel Barkalow · 20 years ago
  2. 6407180 git-fsck-cache: be stricter about "tree" objects by Linus Torvalds · 20 years ago
  3. 3e58763 Fix up read_tree() pathspec matching to use "const char **" by Linus Torvalds · 20 years ago
  4. 0ca14a5 Start adding interfaces to read in partial trees by Linus Torvalds · 20 years ago
  5. b155725 [PATCH] Fix oversimplified optimization for add_cache_entry(). by Junio C Hamano · 20 years ago
  6. 5d6ccf5 [PATCH] Anal retentive 'const unsigned char *sha1' by Jason McMullan · 20 years ago
  7. 6af1f01 [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a" by Junio C Hamano · 20 years ago
  8. d1af002 [PATCH] delta check by Nicolas Pitre · 20 years ago
  9. 1c9da46 [PATCH] read_tree_recursive(): Fix leaks by Jonas Fonseca · 20 years ago
  10. 192268c Add git-update-cache --replace option. by Junio C Hamano · 20 years ago
  11. bd2c39f [PATCH] don't load and decompress objects twice with parse_object() by Nicolas Pitre · 20 years ago
  12. 42ea9cb Be more careful about tree entry modes. by Linus Torvalds · 20 years ago
  13. 13019d4 [PATCH] Fix memory leaks in git-fsck-cache by Sergey Vlasov · 20 years ago
  14. 8500349 Make fsck-cache do better tree checking. by Linus Torvalds · 20 years ago
  15. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li · 20 years ago
  16. 235ac40 Don't add references to objects we couldn't find. by Linus Torvalds · 20 years ago
  17. c35dfe8 Verify that the object type matches for tree/commit objects even before parsing. by Linus Torvalds · 20 years ago
  18. d32987b Set object type at object creation time, not object parse time. by Linus Torvalds · 20 years ago
  19. 0869216 [PATCH] Parse tree objects completely by Daniel Barkalow · 20 years ago
  20. 94537c7 Move "read_tree()" to "tree.c" to be used as a generic helper function. by Linus Torvalds · 20 years ago
  21. 175785e [PATCH] Implementations of parsing functions by Daniel Barkalow · 20 years ago