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. f876579 Even when overwriting tags, report if they are changed or not. by Junio C Hamano · 20 years ago
  2. cdb3950 Forward port the "funny ref avoidance" in clone and fetch from maint branch. by Junio C Hamano · 20 years ago
  3. f6b42a8 Show peeled onion from upload-pack and server-info. by Junio C Hamano · 20 years ago
  4. 221e743 git-fetch --tags: deal with tags with spaces in them. by Junio C Hamano · 20 years ago
  5. df34297 [PATCH] Quote the missing GIT_DIR. by Santi_Béjar · 20 years ago
  6. ed1aadf [PATCH] git fetch --tags by Linus Torvalds · 20 years ago
  7. bf7960e Use git-update-ref in scripts. by Junio C Hamano · 20 years ago
  8. 05dd8e2 Fix default pull not to do an unintended Octopus. by Junio C Hamano · 20 years ago
  9. 0b7a9fc git-fetch: send informational output to >&2 consistently. by Junio C Hamano · 20 years ago
  10. b91fb51 Revert "Make Octopus merge message a bit nicer." by Junio C Hamano · 20 years ago
  11. 63f1aa6 Make Octopus merge message a bit nicer. by Junio C Hamano · 20 years ago
  12. 89d844d Do not give alarming error message from rsync in fetch and clone. by Junio C Hamano · 20 years ago
  13. 4447bad Teach rsync transport about alternates. by Junio C Hamano · 20 years ago
  14. 22c67ca Propagate errors from fetch-pack correctly to git-fetch. by Junio C Hamano · 20 years ago
  15. 866ff2f Make sure we have leading directories under refs/{heads,tags} by Junio C Hamano · 20 years ago
  16. 215a7ad Big tool rename. by Junio C Hamano · 20 years ago[Renamed (97%) from git-fetch-script]
  17. 06ec2b4 Fix automerge message. by Junio C Hamano · 20 years ago
  18. b10ac50 Fix pulling into the same branch. by Junio C Hamano · 20 years ago
  19. 8572aa8 Fix fetching of tags. by Junio C Hamano · 20 years ago
  20. efe9bf0 [PATCH] Allow "+remote:local" refspec to cause --force when fetching. by Junio C Hamano · 20 years ago
  21. ae2da40 [PATCH] "git fetch --force". by Junio C Hamano · 20 years ago
  22. 92c533e [PATCH] Make "git pull" and "git fetch" default to origin by Junio C Hamano · 20 years ago
  23. 853a369 [PATCH] Multi-head fetch. by Junio C Hamano · 20 years ago
  24. 33b8303 fetch-pack: start multi-head pulling. by Junio C Hamano · 20 years ago
  25. affa40d [PATCH] Make curl fail on server error by Catalin Marinas · 20 years ago
  26. 0f2b4c4 Retire git-fetch-dumb-http and missing-revs by Junio C Hamano · 20 years ago
  27. 96155e5 Fetch from a packed repository on dumb servers. by Junio C Hamano · 20 years ago
  28. 3dcb90f [PATCH] Support more http features: https no cert, .netrc -> auth by Darrin Thompson · 20 years ago
  29. 9c2b1c0 git-fetch-script: fix http:// breakage by Linus Torvalds · 20 years ago
  30. 60ea0fd Fix git-fetch-script breakage by Linus Torvalds · 20 years ago
  31. f170e4b [PATCH] fetch/pull: short-hand notation for remote repositories. by Junio C Hamano · 20 years ago
  32. b33e966 Add "git-sh-setup-script" for common git shell script setup by Linus Torvalds · 20 years ago
  33. f03f2ba Work around git-http-pull breakage in git-fetch-script by Linus Torvalds · 20 years ago
  34. 0a623e7 git-fetch-script: use git-fetch-pack for local and ssh fetches. by Linus Torvalds · 20 years ago
  35. 5fca669 Make "git fetch" able to fetch a named tag by Linus Torvalds · 20 years ago
  36. 6b38a40 Clean up different special *HEAD handling by Linus Torvalds · 20 years ago
  37. ed37b5b Make fetch/pull scripts terminate cleanly on errors by Linus Torvalds · 20 years ago
  38. 7ef7692 Split up git-pull-script into separate "fetch" and "merge" phases. by Linus Torvalds · 20 years ago