๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
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. 979e32f fix daemon.c to compile on OpenBSD by Randal L. Schwartz ยท 20 years ago
  2. 4ae22d9 Merge branch 'fixes' by Junio C Hamano ยท 20 years ago
  3. a935c39 daemon.c: remove trailing whitespace. by Junio C Hamano ยท 20 years ago
  4. 54e31a2 Fix git-daemon argument-parsing bug by H. Peter Anvin ยท 20 years ago
  5. 7872e05 git-daemon poll() spinning out of control by Jens Axboe ยท 20 years ago
  6. 960decc git-daemon: timeout, eliminate double DWIM by H. Peter Anvin ยท 20 years ago
  7. 3e04c62 revised^2: git-daemon extra paranoia, and path DWIM by H. Peter Anvin ยท 20 years ago
  8. 230f132 Create object subdirectories on demand by Linus Torvalds ยท 20 years ago
  9. 9220282 Move signal setting into service_loop() by H. Peter Anvin ยท 20 years ago
  10. 7626e49 socklen_t is unsigned int on most Linux platforms by H. Peter Anvin ยท 20 years ago
  11. 1b4713f Use xmalloc/xcalloc by H. Peter Anvin ยท 20 years ago
  12. d6b89e7 Don't need <alloca.h> by H. Peter Anvin ยท 20 years ago
  13. 300b480 Merge with master.kernel.org:/pub/scm/git/git.git by H. Peter Anvin ยท 20 years ago
  14. cdda474 [PATCH] Make logerror() and loginfo() static by Pavel Roskin ยท 20 years ago
  15. e72456b Remove variables not needed when using poll by Peter Anvin ยท 20 years ago
  16. 6573faf NO_IPV6 support for git daemon by Peter Anvin ยท 20 years ago
  17. 47888f0 Restore chdir(".git") by H. Peter Anvin ยท 20 years ago
  18. 4ae9568 Support a modicum of path validation, and allow an export all trees option. by H. Peter Anvin ยท 20 years ago
  19. da38641 [PATCH] Rename daemon.c's lognotice() to loginfo() by Petr Baudis ยท 20 years ago
  20. 9048fe1 [PATCH] git-daemon --syslog to log through syslog by Petr Baudis ยท 20 years ago
  21. 1bedd4c daemon.c: pid_t is not int. by Junio C Hamano ยท 20 years ago
  22. f8ff0c0 [PATCH] Verbose git-daemon logging by Petr Baudis ยท 20 years ago
  23. 7fa0908 Use int instead of socklen_t by Junio C Hamano ยท 20 years ago
  24. 7c3693f [PATCH] git-daemon --inetd by lars.doelle@on-line.de ยท 20 years ago
  25. 3cd6ecd Include sys/time.h in daemon.c. by Jason Riedy ยท 20 years ago
  26. 1eef0b3 daemon.c: squelch error message from EINTR by Junio C Hamano ยท 20 years ago
  27. 4d8fa91 [PATCH] Fix sparse warnings by Linus Torvalds ยท 20 years ago
  28. df076bd [PATCH] GIT: Listen on IPv6 as well, if available. by YOSHIFUJI Hideaki ยท 20 years ago
  29. 02d57da Be slightly smarter about git-daemon client shutdown by Linus Torvalds ยท 20 years ago
  30. 66e631d git-daemon: actually remember the children we have outstanding by Linus Torvalds ยท 20 years ago
  31. eaa9491 git-daemon: keep track of children by Linus Torvalds ยท 20 years ago
  32. e64e1b7 Add "--inetd" flag to git-daemon by Linus Torvalds ยท 20 years ago
  33. 7d80694 git-daemon: re-organize code a bit for --inetd flag by Linus Torvalds ยท 20 years ago
  34. a87e8be Add a "git-daemon" that listens on a TCP port by Linus Torvalds ยท 20 years ago