1. 05207a2 Start conforming code to "git subcmd" style part 2 by Heikki Orsila · 17 years ago
  2. 7e44c93 'git foo' program identifies itself without dash in die() messages by Junio C Hamano · 17 years ago
  3. 7b9c0a6 git-commit-tree: make it usable from other builtins by Miklos Vajna · 17 years ago
  4. ef98c5c commit-tree: lift completely arbitrary limit of 16 parents by Johannes Schindelin · 17 years ago
  5. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  6. 774751a Re-fix "builtin-commit: fix --signoff" by Junio C Hamano · 17 years ago
  7. ba3ed09 Now that cache.h needs strbuf.h, remove useless includes. by Pierre Habouzit · 18 years ago
  8. f1696ee Strbuf API extensions and fixes. by Pierre Habouzit · 18 years ago
  9. af6eb82 Use strbuf API in apply, blame, commit-tree and diff by Pierre Habouzit · 18 years ago
  10. 3e0a93a init_buffer(): Kill buf pointer by Luiz Fernando N. Capitulino · 18 years ago
  11. 66035a6 Cleanup check_valid in commit-tree. by Shawn O. Pearce · 18 years ago
  12. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  13. 0175476 Don't force everybody to call setup_ident(). by Junio C Hamano · 18 years ago
  14. 677cfed commit-tree: cope with different ways "utf-8" can be spelled. by Junio C Hamano · 18 years ago
  15. d2c11a3 UTF-8: introduce i18n.logoutputencoding. by Junio C Hamano · 18 years ago
  16. 4b2bced i18n.logToUTF8: convert commit log message to UTF-8 by Junio C Hamano · 18 years ago
  17. 9e83266 commit-tree: encourage UTF-8 commit messages. by Johannes Schindelin · 18 years ago
  18. 2295e8d commit-tree: do not overflow MAXPARENT by Junio C Hamano · 18 years ago
  19. ebd124c make commit message a little more consistent and conforting by Nicolas Pitre · 18 years ago
  20. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
  21. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  22. 6d96ac1 Builtin git-commit-tree. by Peter Eriksen · 19 years ago[Renamed (96%) from commit-tree.c]
  23. 31fff30 Separate object name errors from usage errors by Dmitry V. Levin · 19 years ago
  24. 5981e09 commit-tree.c: check_valid() microoptimization. by Junio C Hamano · 19 years ago
  25. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
  26. 7561d9f commit-tree: check return value from write_sha1_file() by Junio C Hamano · 19 years ago
  27. 749be72 Delay "empty ident" errors until they really matter. by Junio C Hamano · 19 years ago
  28. ce1610e call git_config() after setup_git_directory() by Junio C Hamano · 19 years ago
  29. 53228a5 Make the rest of commands work from a subdirectory. by Junio C Hamano · 19 years ago
  30. 5e5f809 Remove unused include. by Junio C Hamano · 19 years ago
  31. 4546738 Unlocalized isspace and friends by Linus Torvalds · 19 years ago
  32. e1b1039 Use git config file for committer name and email info by Linus Torvalds · 19 years ago
  33. 4d1f119 [PATCH] Unify usage strings declaration by Petr Baudis · 20 years ago
  34. d289d13 [PATCH] Move git_author_info and git_commiter_info to ident.c by Eric W. Biederman · 20 years ago
  35. 6aa33f4 Abstract out the "name <email> date" handling of commit-tree.c by Linus Torvalds · 20 years ago
  36. b389237 git-commit-tree: ignore duplicate parents by Linus Torvalds · 20 years ago
  37. c504aae [PATCH] fix and testcase for git-commit-tree option by Rene Scharfe · 20 years ago
  38. c4bd907 git-commit-tree: allow overriding of commit date by Linus Torvalds · 20 years ago
  39. 6b0c312 Include file cleanups.. by Linus Torvalds · 20 years ago
  40. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov · 20 years ago
  41. d19938a Rename environment variables. by Junio C Hamano · 20 years ago
  42. 3c249c9 Add "get_sha1()" helper function. by Linus Torvalds · 20 years ago
  43. ecee9d9 [PATCH] Do date parsing by hand... by Edgar Toernig · 20 years ago
  44. d167f14 [PATCH] Fix AUTHOR_DATE timezone confusion by tony.luck@intel.com · 20 years ago
  45. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li · 20 years ago
  46. a44c9a5 Simplify "write_sha1_file()" interfaces by Linus Torvalds · 20 years ago
  47. c5bac17 [PATCH] Usage-string fixes. by Junio C Hamano · 20 years ago
  48. b96afa5 Make us be better at guessing a good hostname for the email. by Linus Torvalds · 20 years ago
  49. b70070f [PATCH] provide better committer information to commit-tree.c by Greg KH · 20 years ago
  50. 74b2428 [PATCH] fork optional branch point normazilation by Brad Roberts · 20 years ago
  51. 5e5128e Remove extraneous ',' ';' and '.' characters from the full name gecos field. by Linus Torvalds · 20 years ago
  52. d0d7cbe Make "commit-tree" check the input objects more carefully. by Linus Torvalds · 20 years ago
  53. e447947 Be much more liberal about the file mode bits. by Linus Torvalds · 20 years ago
  54. 27de946 [PATCH] Simplify date handling and make it more reliable by David Woodhouse · 20 years ago
  55. aebb267 [PATCH] Whitespace Fixes by Ingo Molnar · 20 years ago
  56. 2de381f [PATCH] Consolidate the error handling by Petr Baudis · 20 years ago
  57. bf16c71 Fix up commit-tree/diff-tree user interface issues. by Linus Torvalds · 20 years ago
  58. d6d3f9d This implements the new "recursive tree" write-tree. by Linus Torvalds · 20 years ago
  59. 8bc9a0c Add copyright notices. by Linus Torvalds · 20 years ago
  60. e83c516 Initial revision of "git", the information manager from hell by Linus Torvalds · 20 years ago