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. 628cd54 [PATCH] git-local-fetch: Avoid confusing error messages on packed repositories by Sergey Vlasov · 20 years ago
  2. e2b77f0 [PATCH] Fix "git-local-fetch -s" with packed source repository by Sergey Vlasov · 20 years ago
  3. 1a95181 [PATCH] git-local-fetch: Avoid calling close(-1) by Sergey Vlasov · 20 years ago
  4. 8be707d [PATCH] git-local-fetch: Fix error checking and leak in setup_indices() by Sergey Vlasov · 20 years ago
  5. 215a7ad Big tool rename. by Junio C Hamano · 20 years ago[Renamed (97%) from local-pull.c]
  6. 2ab141a [PATCH] Possible cleanups for local-pull.c by Peter Hagervall · 20 years ago
  7. d920032 [PATCH] Fix local pull that uses packs. by Junio C Hamano · 20 years ago
  8. 08b1161 [PATCH] Support packs in local-pull by Daniel Barkalow · 20 years ago
  9. 1e8be59 [PATCH] Parallelize the pull algorithm by barkalow@iabervon.org · 20 years ago
  10. 4d1f119 [PATCH] Unify usage strings declaration by Petr Baudis · 20 years ago
  11. e35f982 [PATCH] mmap error handling by Pavel Roskin · 20 years ago
  12. c4584ae [PATCH] Remove "delta" object representation. by Junio C Hamano · 20 years ago
  13. f5ab6cc [PATCH] local-pull: implement fetch_ref() by Junio C Hamano · 20 years ago
  14. cd541a6 [PATCH] Generic support for pulling refs by Daniel Barkalow · 20 years ago
  15. a48e1d6 [PATCH] pull: gracefully recover from delta retrieval failure. by Junio C Hamano · 20 years ago
  16. 4a62b61 [PATCH] Handle deltified object correctly in git-*-pull family. by Junio C Hamano · 20 years ago
  17. 6b0c312 Include file cleanups.. by Linus Torvalds · 20 years ago
  18. b4635be Do not report size of the object that cannot be written in local-pull.c by Junio C Hamano · 20 years ago
  19. a1df57a [PATCH] Add #include <limits.h> so that git compiles under Solaris by Thomas Glanzmann · 20 years ago
  20. e78d977 Implement -v (verbose) option for pull methods other than local transport. by Junio C Hamano · 20 years ago
  21. fd0ffd3 Short-cut error return path in git-local-pull. by Junio C Hamano · 20 years ago
  22. b02a26c [PATCH] git-local-pull updates by Junio C Hamano · 20 years ago
  23. dfcb405 [PATCH] Add git-local-pull. by Junio C Hamano · 20 years ago