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. 9534f40 Be careful when dereferencing tags. by Junio C Hamano · 20 years ago
  2. 1a7141f Ignore funny refname sent from remote by Junio C Hamano · 20 years ago
  3. ff27adf Support +<src>:<dst> format in push as well. by Junio C Hamano · 20 years ago
  4. 51b0fca Fix ref_newer() in send-pack. by Junio C Hamano · 20 years ago
  5. 37fde87 Fix send-pack for non-commitish tags. by Junio C Hamano · 20 years ago
  6. f88395a Renaming push. by Junio C Hamano · 20 years ago
  7. 40b64d4 send-pack: handle partial pushes correctly. by Junio C Hamano · 20 years ago
  8. 0bc3cdf Make send-pack --all and explicit ref mutually exclusive. by Junio C Hamano · 20 years ago
  9. bdf2514 Fix potential send-pack SIGSEGV by Linus Torvalds · 20 years ago
  10. 2a9c3fe git-send-pack: verify that sender is a proper superset of receiver by Linus Torvalds · 20 years ago
  11. d1c133f Merge three separate "fetch refs" functions by Linus Torvalds · 20 years ago
  12. d089391 git-send-pack: add "--all" option to send all refs to the other side by Linus Torvalds · 20 years ago
  13. 2a24501 [PATCH] Documentation: send/receive. by Junio C Hamano · 20 years ago
  14. e33b2ef git-send-pack: Fix duplicate refname match by Linus Torvalds · 20 years ago
  15. 584c6cc Teach 'git-send-pack' to send new branches and tags. by Linus Torvalds · 20 years ago
  16. 723c31f Add "git_path()" and "head_ref()" helper functions. by Linus Torvalds · 20 years ago
  17. 013e7c7 Move ref path matching to connect.c library by Linus Torvalds · 20 years ago
  18. f719259 Factor out the ssh connection stuff from send-pack.c by Linus Torvalds · 20 years ago
  19. 7ec4e60 Fix gcc warning in send-pack.c by Linus Torvalds · 20 years ago
  20. d0efc8a Do ref matching on the sender side rather than on receiver by Linus Torvalds · 20 years ago
  21. 94fdb7a git-send-pack: actually send the object pack by Linus Torvalds · 20 years ago
  22. 56b6ed8 Add comment on what send-pack still needs to do by Linus Torvalds · 20 years ago
  23. 7f8e982 Slow but steady progress on git pack receive/send by Linus Torvalds · 20 years ago
  24. e4b5c7f git-send-pack: start parsing local/remote reference differences by Linus Torvalds · 20 years ago
  25. f3a3214 Make send/receive-pack be closer to doing something interesting by Linus Torvalds · 20 years ago
  26. 6122147 Start of "git-send-pack", the local part of sending off a pack by Linus Torvalds · 20 years ago