๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
GIT v1.6.4-rc1
  1. 7a8e389 bisect: drop unparse_commit() and use clear_commit_marks() by Christian Couder ยท 17 years ago
  2. 836a3fd commit: add function to unparse a commit and its parents by Christian Couder ยท 17 years ago
  3. 7fcdb36 Make has_commit() non-static by Jake Goulding ยท 17 years ago
  4. 69cd8f6 builtin-blame: Reencode commit messages according to git-log rules. by Alexander Gavrilov ยท 17 years ago
  5. c5ae643 commit.c: make read_graft_file() static by Nanako Shiraishi ยท 17 years ago
  6. 445cac1 Merge branch 'maint' by Junio C Hamano ยท 17 years ago
  7. d36f867 pretty=format: respect date format options by Jeff King ยท 17 years ago
  8. 53eda89 merge-base: teach "git merge-base" to drive underlying merge_bases_many() by Christian Couder ยท 17 years ago
  9. fcab40a Merge branch 'mv/merge-in-c' by Junio C Hamano ยท 17 years ago
  10. 5b2fd95 rerere: Separate libgit and builtin functions by Stephan Beyer ยท 17 years ago
  11. 98cf9c3 Introduce reduce_heads() by Junio C Hamano ยท 17 years ago
  12. 5240c9d Introduce get_octopus_merge_bases() in commit.c by Miklos Vajna ยท 17 years ago
  13. 6531947 Move commit_list_count() to commit.c by Miklos Vajna ยท 17 years ago
  14. 4da45be log: teach "terminator" vs "separator" mode to "--pretty=format" by Junio C Hamano ยท 18 years ago
  15. 267123b Merge branch 'maint' by Junio C Hamano ยท 18 years ago
  16. 6bf4f1b format-patch: generate MIME header as needed even when there is format.header by Junio C Hamano ยท 18 years ago
  17. eadbcd4 Merge branch 'mk/maint-parse-careful' by Junio C Hamano ยท 18 years ago
  18. 4516338 builtin-fsck: reports missing parent commits by Martin Koegler ยท 18 years ago
  19. b02bd65 Export some email and pretty-printing functions by Daniel Barkalow ยท 18 years ago
  20. 3f06188 add -i: Fix running from a subdirectory by Junio C Hamano ยท 18 years ago
  21. f64fe7b Merge branch 'kh/commit' into wc/add-i by Junio C Hamano ยท 18 years ago
  22. b6ec1d6 Fix add_files_to_cache() to take pathspec, not user specified list of files by Junio C Hamano ยท 18 years ago
  23. 7c0ab44 Teach builtin-add to pass multiple paths to git-add--interactive by Wincent Colaiuta ยท 18 years ago
  24. 53b2c82 revision walker: mini clean-up by Linus Torvalds ยท 18 years ago
  25. 23c17d4 Simplify topo-sort logic by Linus Torvalds ยท 18 years ago
  26. 4593fb8 format-patch -s: add MIME encoding header if signer's name requires so by Junio C Hamano ยท 18 years ago
  27. d8b7db0 Export rerere() and launch_editor(). by Kristian Hรธgsberg ยท 18 years ago
  28. 5868016 Introduce entry point add_interactive and add_files_to_cache by Kristian Hรธgsberg ยท 18 years ago
  29. 674d172 Rework pretty_print_commit to use strbufs instead of custom buffers. by Pierre Habouzit ยท 18 years ago
  30. 7b95089 Export format_commit_message() by Ren,bi(B Scharfe ยท 18 years ago
  31. 80583c0 Lift 16kB limit of log message output by Junio C Hamano ยท 19 years ago
  32. 16befb8 Even more missing static by Junio C Hamano ยท 19 years ago
  33. a6080a0 War on whitespace by Junio C Hamano ยท 19 years ago
  34. a7b02cc Add --date={local,relative,default} by Junio C Hamano ยท 19 years ago
  35. ca135e7 Add support for "commit name decorations" to log family of commands by Linus Torvalds ยท 19 years ago
  36. 8ab3e18 Merge branch 'js/commit-format' by Junio C Hamano ยท 19 years ago
  37. e52a5de pretty-formats: add 'format:<string>' by Johannes Schindelin ยท 19 years ago
  38. 4a164d4 Merge branch 'jc/merge-base' (early part) by Junio C Hamano ยท 19 years ago
  39. f43117a is_repository_shallow(): prototype fix. by Junio C Hamano ยท 19 years ago
  40. 03840fc Allow in_merge_bases() to take more than one reference commits. by Junio C Hamano ยท 19 years ago
  41. 37818d7 Merge branch 'master' into js/shallow by Junio C Hamano ยท 19 years ago
  42. 2ecd2bb Move in_merge_bases() to commit.c by Junio C Hamano ยท 19 years ago
  43. f53514b allow deepening of a shallow repository by Johannes Schindelin ยท 19 years ago
  44. ed09aef support fetching into a shallow repository by Johannes Schindelin ยท 19 years ago
  45. 3dfb927 Add --relative-date option to the revision interface by Jonas Fonseca ยท 19 years ago
  46. c0fa825 Fold get_merge_bases_clean() into get_merge_bases() by Rene Scharfe ยท 19 years ago
  47. 31609c1 Add get_merge_bases_clean() by Rene Scharfe ยท 19 years ago
  48. 7c6f8aa move get_merge_bases() to core lib. by Johannes Schindelin ยท 19 years ago
  49. d3ff6f5 Move "void *util" from "struct object" into "struct commit" by Linus Torvalds ยท 20 years ago
  50. 698ce6f fmt-patch: Support --attach by Johannes Schindelin ยท 20 years ago
  51. 596524b Teach fmt-patch about --numbered by Johannes Schindelin ยท 20 years ago
  52. 3eefc18 Tentative built-in format-patch. by Junio C Hamano ยท 20 years ago
  53. 6b9c58f Split init_revisions() out of setup_revisions() by Junio C Hamano ยท 20 years ago
  54. 5040f17 blame -S <ancestry-file> by Junio C Hamano ยท 20 years ago
  55. 6b6dcfc Make it possible to not clobber object.util in sort_in_topological_order (take 2) by Fredrik Kuivinen ยท 20 years ago
  56. 4c8725f topo-order: make --date-order optional. by Junio C Hamano ยท 20 years ago
  57. 3815f42 pretty_print_commit(): pass commit object instead of commit->buffer. by Junio C Hamano ยท 20 years ago
  58. b2d4c56 diff-tree: abbreviate merge parent object names with --abbrev --pretty. by Junio C Hamano ยท 20 years ago
  59. f8f9c73 describe: allow more than one revs to be named. by Junio C Hamano ยท 20 years ago
  60. ff56fe1 Add --pretty=fuller by Junio C Hamano ยท 20 years ago
  61. 60ab26d [PATCH] Avoid wasting memory in git-rev-list by Linus Torvalds ยท 20 years ago
  62. f76412e [PATCH] Add 'git show-branch'. by Junio C Hamano ยท 20 years ago
  63. d87449c Introduce --pretty=oneline format. by Junio C Hamano ยท 20 years ago
  64. ab580ac [PATCH] Add a topological sort procedure to commit.c by Jon Seymour ยท 20 years ago
  65. f755494 Make "insert_by_date()" match "commit_list_insert()" by Linus Torvalds ยท 20 years ago
  66. 9b66ec0 Add "--pretty=full" format that also shows committer. by Linus Torvalds ยท 20 years ago
  67. 5d6ccf5 [PATCH] Anal retentive 'const unsigned char *sha1' by Jason McMullan ยท 21 years ago
  68. a3437b8 [PATCH] Modify git-rev-list to linearise the commit history in merge order. by jon@blackcubes.dyndns.org ยท 21 years ago
  69. 000182e pretty_print_commit: add different formats by Linus Torvalds ยท 21 years ago
  70. e3bc7a3 Add generic commit "pretty print" function. by Linus Torvalds ยท 21 years ago
  71. ac5155e commit_list_insert: return the new commit list entry by Linus Torvalds ยท 21 years ago
  72. bd1e17e Make "parse_object()" also fill in commit message buffer data. by Linus Torvalds ยท 21 years ago
  73. 3ff1fbb commit: save the commit buffer off when parsing a commit object. by Linus Torvalds ยท 21 years ago
  74. 961784e commit: add "lookup_commit_reference()" helper function by Linus Torvalds ยท 21 years ago
  75. bd2c39f [PATCH] don't load and decompress objects twice with parse_object() by Nicolas Pitre ยท 21 years ago
  76. 58e28af [PATCH] Allow multiple date-ordered lists by Daniel Barkalow ยท 21 years ago
  77. dd97f85 [PATCH] Add some functions for commit lists by Daniel Barkalow ยท 21 years ago
  78. 6eb8ae0 [PATCH] Header files for object parsing by Daniel Barkalow ยท 21 years ago