GIT 0.99.9c

Contains the following changes since GIT 0.99.9b:

	Alex Riesen:
	      remove CR/LF from .gitignore

	Junio C Hamano:
	      Do not put automatic merge message after signed-off-by line.
	      git-clone: do not forget to create origin branch.
	      Make test-date buildable again.
	      Do not fail on hierarchical branch names.
	      Ignore '\r' at the end of line in $GIT_DIR/config
	      Be careful when dereferencing tags (credits Pasky).
	      Document --since and --until options to rev-parse.
	      Add --no-commit to git-merge/git-pull.
	      Add 'ours' merge strategy.
	      git-merge-ours: make sure our index matches HEAD
	      Illustration: "Fundamental Git Index Operations"
	      Illustration: "Git Diff Types"
	      Illustration: "Commit DAG Revision Naming"
	      GIT 0.99.9c

	Peter Eriksen:
	      Clean up the SunOS Makefile rule
  1. e2029eb Silence confusing and false-positive curl error message by Petr Baudis · 20 years ago
  2. 7b9ae53 [PATCH 3/3] Allow running requests to finish after a pull error by Nick Hengeveld · 20 years ago
  3. f7eb290 [PATCH 2/3] Switched back to loading alternates as needed by Nick Hengeveld · 20 years ago
  4. f1a906a [PATCH 1/3] Clean up CURL handles in unused request slots by Nick Hengeveld · 20 years ago
  5. e0004e2 Support for HTTP transfer timeouts based on transfer speed by Nick Hengeveld · 20 years ago
  6. f5dce80 Sparse fixes for http-fetch by Peter Hagervall · 20 years ago
  7. f80376c Show curl error a bit better. by Junio C Hamano · 20 years ago
  8. 7baa3e8 Some curl versions lack curl_easy_duphandle() by Johannes Schindelin · 20 years ago
  9. d402d55 Use config file settings for http by Nick Hengeveld · 20 years ago
  10. bc8f265 git-http-fetch: Remove size limit for objects/info/{packs,alternates} by Sergey Vlasov · 20 years ago
  11. 94fa447 Quote reference names while fetching with curl. by Junio C Hamano · 20 years ago
  12. dc1b5ea Remove unused 'got_alternates' variable. by Junio C Hamano · 20 years ago
  13. b721e01 Use the same move_temp_to_file in git-http-fetch. by Junio C Hamano · 20 years ago
  14. 0312600 Restore functionality to allow proxies to cache objects by Nick Hengeveld · 20 years ago
  15. 11f0daf [PATCH] Don't fetch objects that exist in the local repository by Nick Hengeveld · 20 years ago
  16. 3807923 Set the parallel HTTP request limit via an environment variable by Nick Hengeveld · 20 years ago
  17. a7a8d37 Only compile parallel HTTP support with CURL >= 7.9.8 by Nick Hengeveld · 20 years ago
  18. 1d389ab Add support for parallel HTTP transfers by Nick Hengeveld · 20 years ago
  19. 4fa2197 [PATCH] HTTP partial transfer support fix. by Nick Hengeveld · 20 years ago
  20. 271421c Update partial HTTP transfers. by Junio C Hamano · 20 years ago
  21. 49a0f24 [PATCH] HTTP partial transfer support for object, pack, and index transfers by Nick Hengeveld · 20 years ago
  22. 7d167fe [PATCH] Old curl does not know about CURLOPT_SSLKEY by Johannes Schindelin · 20 years ago
  23. a7928f8 [PATCH] Make some needlessly global stuff static by Peter Hagervall · 20 years ago
  24. 5acb6de [PATCH] Support for more CURL SSL settings via environment variables by Nick Hengeveld · 20 years ago
  25. 1ddea77 [PATCH] Return CURL error message when object transfer fails by Nick Hengeveld · 20 years ago
  26. 820eca6 [PATCH] Implement --recover for git-*-fetch by Daniel Barkalow · 20 years ago
  27. 09d9208 Make object creation in http fetch a bit safer. by Junio C Hamano · 20 years ago
  28. 1b0c1e6 [PATCH] Support alternates and http-alternates in http-fetch by Daniel Barkalow · 20 years ago
  29. b366156 [PATCH] Add support for alternates in HTTP by Daniel Barkalow · 20 years ago
  30. 1db69b5 [PATCH] git-http-fetch: Allow caching of retrieved objects by proxy servers by Sergey Vlasov · 20 years ago
  31. a9ab586 Retire support for old environment variables. by Junio C Hamano · 20 years ago
  32. 215a7ad Big tool rename. by Junio C Hamano · 20 years ago[Renamed (98%) from http-pull.c]
  33. 1e8be59 [PATCH] Parallelize the pull algorithm by barkalow@iabervon.org · 20 years ago
  34. 182005b [PATCH] Support downloading packs by HTTP (whitespace fixed) by barkalow@iabervon.org · 20 years ago
  35. 9f6cf65 [PATCH] Fix support for old libcurl by barkalow@iabervon.org · 20 years ago
  36. 4a30976 [PATCH] support older versions of libcurl by Johannes Schindelin · 20 years ago
  37. 3dcb90f [PATCH] Support more http features: https no cert, .netrc -> auth by Darrin Thompson · 20 years ago
  38. c4584ae [PATCH] Remove "delta" object representation. by Junio C Hamano · 20 years ago
  39. fa3e065 [PATCH] Pull refs by HTTP by Daniel Barkalow · 20 years ago
  40. cd541a6 [PATCH] Generic support for pulling refs by Daniel Barkalow · 20 years ago
  41. a48e1d6 [PATCH] pull: gracefully recover from delta retrieval failure. by Junio C Hamano · 20 years ago
  42. 4a62b61 [PATCH] Handle deltified object correctly in git-*-pull family. by Junio C Hamano · 20 years ago
  43. 6b0c312 Include file cleanups.. by Linus Torvalds · 20 years ago
  44. bf0f910 [PATCH] Kill a bunch of pointer sign warnings for gcc4 by Brian Gerst · 20 years ago
  45. e78d977 Implement -v (verbose) option for pull methods other than local transport. by Junio C Hamano · 20 years ago
  46. ee4f439 [PATCH] Do not call fetch() when we have it. by Junio C Hamano · 20 years ago
  47. 4250a5e [PATCH] Split out "pull" from particular methods by Daniel Barkalow · 20 years ago
  48. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li · 20 years ago
  49. 6eb7ed5 [PATCH] Various transport programs by Daniel Barkalow · 20 years ago