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. e1b1039 Use git config file for committer name and email info by Linus Torvalds · 20 years ago
  2. 3e09cdf Use core.filemode. by Junio C Hamano · 20 years ago
  3. 1771299 Add ".git/config" file parser by Linus Torvalds · 20 years ago
  4. 5d1a5c0 [PATCH] Better error reporting for "git status" by Linus Torvalds · 20 years ago
  5. 6b5ee13 Diff clean-up. by Junio C Hamano · 20 years ago
  6. b039189 Show modified files in git-ls-files by Junio C Hamano · 20 years ago
  7. 2c865d9 [PATCH] Fix buffer overflow in ce_flush(). by Qingning Huo · 20 years ago
  8. f332726 [PATCH] Improve handling of "." and ".." in git-diff-* by Linus Torvalds · 20 years ago
  9. e35f982 [PATCH] mmap error handling by Pavel Roskin · 20 years ago
  10. c0fd1f5 Make "ce_match_path()" a generic helper function by Linus Torvalds · 20 years ago
  11. b155725 [PATCH] Fix oversimplified optimization for add_cache_entry(). by Junio C Hamano · 20 years ago
  12. 2160a02 read-cache.c: remove stray debugging printf by Linus Torvalds · 20 years ago
  13. 1267660 Re-implement "check_file_directory_conflict()" by Linus Torvalds · 20 years ago
  14. 025a070 [PATCH] Bugfix: read-cache.c:write_cache() misrecords number of entries. by Junio C Hamano · 20 years ago
  15. aa16021 git-read-tree: remove deleted files in the working directory by Linus Torvalds · 20 years ago
  16. 972d1bb [PATCH] Use ntohs instead of htons to convert ce_flags to host byte order by Timo Hirvonen · 20 years ago
  17. 8310c2c [PATCH] check_file_directory_conflict path fix by David Meybohm · 20 years ago
  18. 2cb45e9 Don't care about st_dev in the index file by Linus Torvalds · 20 years ago
  19. 6b0c312 Include file cleanups.. by Linus Torvalds · 20 years ago
  20. 958ba6c Introduce "base_name_compare()" helper function by Linus Torvalds · 20 years ago
  21. 415e96c [PATCH] Implement git-checkout-cache -u to update stat information in the cache. by Junio C Hamano · 20 years ago
  22. bf0f910 [PATCH] Kill a bunch of pointer sign warnings for gcc4 by Brian Gerst · 20 years ago
  23. dbbce55 Rename some more cache-related functions by Brad Roberts · 20 years ago
  24. 5d728c8 Rename cache_match_stat() to ce_match_stat() by Brad Roberts · 20 years ago
  25. aa575f8 A stylistic fix to read-cache.c by Junio C Hamano · 20 years ago
  26. 192268c Add git-update-cache --replace option. by Junio C Hamano · 20 years ago
  27. 0f1e4f0 git-update-cache refuses to add a file where a directory is registed. by Junio C Hamano · 20 years ago
  28. 3d0291c [PATCH] Do not initialize sha1_file_directory by hand. by Junio C Hamano · 20 years ago
  29. ee26752 Revert bogus optimization that avoids index file writes by Linus Torvalds · 20 years ago
  30. ffbe1ad [PATCH] fix compare symlink against readlink not data by Kay Sievers · 20 years ago
  31. 8ae0a8c [PATCH] git and symlinks as tracked content by Kay Sievers · 20 years ago
  32. 520fc24 Allow writing to the private index file mapping. by Linus Torvalds · 20 years ago
  33. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li · 20 years ago
  34. b5af910 New "diff-cache" implementation. by Linus Torvalds · 20 years ago
  35. bb233d6 Add support for a "GIT_INDEX_FILE" environment variable. by Linus Torvalds · 20 years ago
  36. 94dfb7f Fix NSEC compile problem, and properly parse the rev-tree cmd line. by Linus Torvalds · 20 years ago
  37. ca9be05 Make the sha1 of the index file go at the very end of the file. by Linus Torvalds · 20 years ago
  38. 4990aad Speed up index file writing by chunking it nicely. by Linus Torvalds · 20 years ago
  39. 0fcfd16 Split up read-cache.c into more logical clumps. by Linus Torvalds · 20 years ago
  40. a4b7dbe [PATCH] fix bug in read-cache.c which loses files when merging a tree by James Bottomley · 20 years ago
  41. e8871e8 [PATCH] Fix +x-related show-diff false positives by Petr Baudis · 20 years ago
  42. c4e3cca [PATCH] update-cache --remove marks the path merged. by Junio C Hamano · 20 years ago
  43. e447947 Be much more liberal about the file mode bits. by Linus Torvalds · 20 years ago
  44. 7b937ca When inserting a index entry of stage 0, remove all old unmerged entries. by Linus Torvalds · 20 years ago
  45. 95fd5bf Make cache entry comparison take the new "state" flag into account. by Linus Torvalds · 20 years ago
  46. ccc4feb Convert the index file reading/writing to use network byte order. by Linus Torvalds · 20 years ago
  47. f864ba7 Fix read-cache.c collission check logic. by Linus Torvalds · 20 years ago
  48. aebb267 [PATCH] Whitespace Fixes by Ingo Molnar · 20 years ago
  49. 2de381f [PATCH] Consolidate the error handling by Petr Baudis · 20 years ago
  50. bdd4da5 [PATCH] Make nsec checking optional by Petr Baudis · 20 years ago
  51. 5c2a7fb [PATCH] SHA1 naive collision checking by Petr Baudis · 20 years ago
  52. 4bb04f2 Rename ".dircache" directory to ".git" by Linus Torvalds · 20 years ago
  53. 0dcad32 Fix "usage()" to do the missing line termination. by Linus Torvalds · 20 years ago
  54. 76e7f4e Fix off-by-one error in removal of cache entry. by Linus Torvalds · 20 years ago
  55. 73134b6 Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of trees by Linus Torvalds · 20 years ago
  56. 121481a Make "update-cache" a bit friendlier to use (and harder to mis-use). by Linus Torvalds · 20 years ago
  57. d6d3f9d This implements the new "recursive tree" write-tree. by Linus Torvalds · 20 years ago
  58. 79517a0 Export "cache_name_compare()" helper function. by Linus Torvalds · 20 years ago
  59. 197ee8c Make "write_cache()" and friends available as generic routines. by Linus Torvalds · 20 years ago
  60. 734aab7 Make the cache stat information comparator public. by Linus Torvalds · 20 years ago
  61. eb38c22 Make "cache_name_pos()" available to others. by Linus Torvalds · 20 years ago
  62. 59c1e24 Fix missing return values and some error tests for empty index files by Linus Torvalds · 20 years ago
  63. 2ade934 Add "check_sha1_signature()" helper function by Linus Torvalds · 20 years ago
  64. 24778e3 Factor out "read_sha1_file" into mapping/inflating/unmapping. by Linus Torvalds · 20 years ago
  65. 19b2860 Use "-Wall -O2" for the compiler to get more warnings. by Linus Torvalds · 20 years ago
  66. 8bc9a0c Add copyright notices. by Linus Torvalds · 20 years ago
  67. e83c516 Initial revision of "git", the information manager from hell by Linus Torvalds · 20 years ago