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. 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