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