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. 11f0daf [PATCH] Don't fetch objects that exist in the local repository by Nick Hengeveld · 20 years ago
  2. 820eca6 [PATCH] Implement --recover for git-*-fetch by Daniel Barkalow · 20 years ago
  3. d35bbe0 [PATCH] fetch.c: Plug memory leak in process_tree() by Sergey Vlasov · 20 years ago
  4. a95cb6f [PATCH] fetch.c: Do not build object ref lists by Sergey Vlasov · 20 years ago
  5. 2c08b36 [PATCH] fetch.c: Remove call to parse_object() from process() by Sergey Vlasov · 20 years ago
  6. 24451c3 [PATCH] fetch.c: Clean up object flag definitions by Sergey Vlasov · 20 years ago
  7. 2449696 [PATCH] fetch.c: Remove redundant test of TO_SCAN in process() by Sergey Vlasov · 20 years ago
  8. 7b64d06 [PATCH] fetch.c: Remove some duplicated code in process() by Sergey Vlasov · 20 years ago
  9. 51d8faf [PATCH] fetch.c: Remove redundant TO_FETCH flag by Sergey Vlasov · 20 years ago
  10. 754ac00 [PATCH] fetch.c: Remove redundant SCANNED flag by Sergey Vlasov · 20 years ago
  11. a82d07e [PATCH] fetch.c: Make process() look at each object only once by Sergey Vlasov · 20 years ago
  12. 80077f0 [PATCH] fetch.c: Remove useless lookup_object_type() call in process() by Sergey Vlasov · 20 years ago
  13. 029f6de fetch() assumes we do not have the object. by Junio C Hamano · 20 years ago
  14. 85d106c Improve the safety check used in fetch.c by Junio C Hamano · 20 years ago
  15. d0ac30f [PATCH] fetch.c: cleanups by Junio C Hamano · 20 years ago
  16. 98533b9 Avoid wasting memory while keeping track of what we have during fetch. by Junio C Hamano · 20 years ago
  17. 22c6e1d [PATCH] Fix fetch completeness assumptions by Daniel Barkalow · 20 years ago
  18. 215a7ad Big tool rename. by Junio C Hamano · 20 years ago[Renamed (99%) from pull.c]
  19. c7c81b3 Fix ?: statements. by Jason Riedy · 20 years ago
  20. 0d62fb5 [PATCH] Also parse objects we already have by Daniel Barkalow · 20 years ago
  21. f88fcf8 [PATCH] Fix parallel pull dependancy tracking. by Daniel Barkalow · 20 years ago
  22. 1e8be59 [PATCH] Parallelize the pull algorithm by barkalow@iabervon.org · 20 years ago
  23. c4584ae [PATCH] Remove "delta" object representation. by Junio C Hamano · 20 years ago
  24. 3173bd4 [PATCH] Pull misc objects by Daniel Barkalow · 20 years ago
  25. d565b34 [PATCH] Fix several gcc4 signedness warnings by Mika Kukkonen · 20 years ago
  26. cd541a6 [PATCH] Generic support for pulling refs by Daniel Barkalow · 20 years ago
  27. a48e1d6 [PATCH] pull: gracefully recover from delta retrieval failure. by Junio C Hamano · 20 years ago
  28. 4a62b61 [PATCH] Handle deltified object correctly in git-*-pull family. by Junio C Hamano · 20 years ago
  29. e78d977 Implement -v (verbose) option for pull methods other than local transport. by Junio C Hamano · 20 years ago
  30. b2d62f1 Make git-*-pull say who wants them for missing objects. by Junio C Hamano · 20 years ago
  31. ee4f439 [PATCH] Do not call fetch() when we have it. by Junio C Hamano · 20 years ago
  32. 4250a5e [PATCH] Split out "pull" from particular methods by Daniel Barkalow · 20 years ago