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. d317e43 remove CR/LF from .gitignore by Alex Riesen · 20 years ago
  2. 22ddf71 Update ls-files and ls-tree to use C-style quoting for funny pathnames. by Junio C Hamano · 20 years ago
  3. 500b97e [PATCH] Teach git-ls-files about '--' to denote end of options. by Fredrik Kuivinen · 20 years ago
  4. 6b5ee13 Diff clean-up. by Junio C Hamano · 20 years ago
  5. b039189 Show modified files in git-ls-files by Junio C Hamano · 20 years ago
  6. 2c04662 Revert "Replace zero-length array decls with []." by Junio C Hamano · 20 years ago
  7. 10d781b Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git by Junio C Hamano · 20 years ago
  8. 5690614 [PATCH] Fix silly pathspec bug in git-ls-files by Linus Torvalds · 20 years ago
  9. 6c5f9ba Replace zero-length array decls with []. by Jason Riedy · 20 years ago
  10. 56fc510 [PATCH] git-ls-files: generalized pathspecs by Linus Torvalds · 20 years ago
  11. 5be4efb [PATCH] Make "git-ls-files" work in subdirectories by Linus Torvalds · 20 years ago
  12. 4d1f119 [PATCH] Unify usage strings declaration by Petr Baudis · 20 years ago
  13. fee8825 ls-files: rework exclude patterns. by Junio C Hamano · 20 years ago
  14. f87f949 git-ls-files: --exclude mechanism updates. by Junio C Hamano · 20 years ago
  15. 2eab945 [PATCH] Make ls-* output consistent with diff-* output format. by Junio C Hamano · 20 years ago
  16. c4ee295 [PATCH] Allow dot files in ls-files as well (take #2). by Junio C Hamano · 20 years ago
  17. e99d59f sparse cleanup by Linus Torvalds · 20 years ago
  18. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov · 20 years ago
  19. 6ca4594 [PATCH 3/3] Add git-ls-files -k. by Junio C Hamano · 20 years ago
  20. a15c1c6 [PATCH 2/3] Support symlinks in git-ls-files --others. by Junio C Hamano · 20 years ago
  21. 20d37ef Steal -t option to git-ls-files from Cogito fork. by Petr Baudis · 20 years ago
  22. 8ae0a8c [PATCH] git and symlinks as tracked content by Kay Sievers · 20 years ago
  23. 1771039 [PATCH] fix usage string for renamed git commands by Nicolas Pitre · 20 years ago
  24. 9b23b4b Rename "show-files" to "ls-files" by Linus Torvalds · 20 years ago[Renamed from show-files.c]
  25. b682969 [PATCH] compat: missing dirent.d_type field by Edgar Toernig · 20 years ago
  26. cf9a113 [PATCH] add short options to show-files by Nicolas Pitre · 20 years ago
  27. 9ff768e [PATCH] Give show-files the ability to process exclusion pattern. by Nicolas Pitre · 20 years ago
  28. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li · 20 years ago
  29. bb233d6 Add support for a "GIT_INDEX_FILE" environment variable. by Linus Torvalds · 20 years ago
  30. e447947 Be much more liberal about the file mode bits. by Linus Torvalds · 20 years ago
  31. eec8c63 Add "--unmerged" flag to "show-files", which does what the name implies. by Linus Torvalds · 20 years ago
  32. aee4619 [PATCH] Add --stage to show-files for new stage dircache. by Junio C Hamano · 20 years ago
  33. b83c834 [PATCH] Add -z option to show-files by Junio C Hamano · 20 years ago
  34. aebb267 [PATCH] Whitespace Fixes by Ingo Molnar · 20 years ago
  35. 31cedfb [PATCH] Typofix in git/show-files. by Junio C Hamano · 20 years ago
  36. 8695c8b Add "show-files" command to show the list of managed (or non-managed) files. by Linus Torvalds · 20 years ago