1. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  2. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
  3. 5078f34 commit: convert commit_tree* to object_id by Patryk Obara · 7 years ago
  4. eb0ccfd Switch empty tree and blob lookups to use hash abstraction by brian m. carlson · 7 years ago
  5. 8cc6332 Merge branch 'bw/diff-opt-impl-to-bitfields' by Junio C Hamano · 7 years ago
  6. 0d1e0e7 diff: make struct diff_flags members lowercase by Brandon Williams · 7 years ago
  7. 23dcf77 diff: remove DIFF_OPT_SET macro by Brandon Williams · 7 years ago
  8. 34c290a refs: convert read_ref and read_ref_full to object_id by brian m. carlson · 7 years ago
  9. a1f3515 notes-merge: drop dead zero-write code by Jeff King · 7 years ago
  10. c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 7 years ago
  11. 634eb82 notes-merge: use ssize_t for write_in_full() return value by Jeff King · 7 years ago
  12. 8e36002 Merge branch 'ma/up-to-date' by Junio C Hamano · 7 years ago
  13. 7560f54 treewide: correct several "up-to-date" to "up to date" by Martin Ågren · 8 years ago
  14. 98e019b sha1_file: convert index_path to struct object_id by Patryk Obara · 8 years ago
  15. f331ab9 use MOVE_ARRAY by René Scharfe · 8 years ago
  16. 66f414f diff-tree: convert diff_tree_sha1 to struct object_id by Brandon Williams · 8 years ago
  17. 9e5e0c2 notes-merge: convert write_note_to_worktree to struct object_id by Brandon Williams · 8 years ago
  18. 4d77896 notes-merge: convert verify_notes_filepair to struct object_id by Brandon Williams · 8 years ago
  19. d7a7c70 notes-merge: convert find_notes_merge_pair_ps to struct object_id by Brandon Williams · 8 years ago
  20. 9d6babb notes-merge: convert merge_from_diffs to struct object_id by Brandon Williams · 8 years ago
  21. 5237e0e notes-merge: convert notes_merge* to struct object_id by Brandon Williams · 8 years ago
  22. 5ee8a95 notes: convert some accessor functions to struct object_id by brian m. carlson · 8 years ago
  23. bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago
  24. 1e43ed9 Convert remaining callers of lookup_commit_reference* to object_id by brian m. carlson · 8 years ago
  25. 8c2ca3a replace strbuf_addstr(git_path()) with git_path_buf() by Jeff King · 8 years ago
  26. 8969fea Merge branch 'va/i18n-more' by Junio C Hamano · 8 years ago
  27. c041c6d i18n: notes-merge: mark die messages for translation by Vasco Almeida · 8 years ago
  28. d449347 Convert read_mmblob to take struct object_id. by brian m. carlson · 9 years ago
  29. e910bb1 notes-merge: convert struct notes_merge_pair to struct object_id by brian m. carlson · 9 years ago
  30. d0b6966 Merge branch 'rs/notes-merge-no-toctou' by Junio C Hamano · 9 years ago
  31. a63d31b Merge branch 'bc/cocci' by Junio C Hamano · 9 years ago
  32. deb9c15 notes-merge: use O_EXCL to avoid overwriting existing files by René Scharfe · 9 years ago
  33. a0d12c4 diff: convert struct diff_filespec to struct object_id by brian m. carlson · 9 years ago
  34. ed6e803 pathspec: rename free_pathspec() to clear_pathspec() by Junio C Hamano · 9 years ago
  35. ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
  36. f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
  37. 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
  38. fcd12db prefer git_pathdup to git_path in some possibly-dangerous cases by Jeff King · 10 years ago
  39. 68a2e6a Merge branch 'nd/multiple-work-trees' by Junio C Hamano · 10 years ago
  40. 0985015 Merge branch 'jc/merge-bases' by Junio C Hamano · 10 years ago
  41. dcf6926 path.c: make get_pathname() call sites return const char * by Nguyễn Thái Ngọc Duy · 10 years ago
  42. 2ce406c get_merge_bases(): always clean-up object flags by Junio C Hamano · 10 years ago
  43. 7695d11 refs.c: change resolve_ref_unsafe reading argument to be a flags field by Ronnie Sahlberg · 11 years ago
  44. 8597ea3 commit: record buffer length in cache by Jeff King · 11 years ago
  45. bc6b8fc use get_commit_buffer everywhere by Jeff King · 11 years ago
  46. e6dfcd6 replace dangerous uses of strbuf_attach by Jeff King · 11 years ago
  47. 3ffefb5 commit_tree: take a pointer/len pair rather than a const strbuf by Jeff King · 11 years ago
  48. bd1928d remove diff_tree_{setup,release}_paths by Nguyễn Thái Ngọc Duy · 12 years ago
  49. bf9a05b Move create_notes_commit() from notes-merge.c into notes-utils.c by Johan Herland · 12 years ago
  50. 9cd33bb Merge branch 'tr/void-diff-setup-done' by Junio C Hamano · 13 years ago
  51. 2845265 diff_setup_done(): return void by Thomas Rast · 13 years ago
  52. 2ca0c53 notes-merge: remove i18n legos in merge result message by Nguyễn Thái Ngọc Duy · 13 years ago
  53. dabba59 notes-merge: Don't remove .git/NOTES_MERGE_WORKTREE; it may be the user's cwd by Johan Herland · 13 years ago
  54. a0be62c notes-merge: use opendir/readdir instead of using read_directory() by Johan Herland · 13 years ago
  55. 5de89d3 Merge branch 'jc/show-sig' by Junio C Hamano · 13 years ago
  56. f35ccd9 Merge branch 'nd/war-on-nul-in-commit' by Junio C Hamano · 13 years ago
  57. 13f8b72 Convert commit_tree() to take strbuf as message by Nguyễn Thái Ngọc Duy · 13 years ago
  58. b7f7c07 Merge branch 'nd/resolve-ref' by Junio C Hamano · 13 years ago
  59. 4c00c85 Sync with 1.7.7.4 by Junio C Hamano · 13 years ago
  60. 01e0f16 Merge branch 'jn/maint-notes-avoid-va-args' into maint by Junio C Hamano · 13 years ago
  61. 5f9f8d1 notes merge: eliminate OUTPUT macro by Jonathan Nieder · 13 years ago
  62. c689332 Convert many resolve_ref() calls to read_ref*() and ref_exists() by Nguyễn Thái Ngọc Duy · 13 years ago
  63. ba3c69a commit: teach --gpg-sign option by Junio C Hamano · 13 years ago
  64. e579a5d Merge branch 'mh/maint-notes-merge-pathbuf-fix' by Junio C Hamano · 13 years ago
  65. 8d9c501 Change check_ref_format() to take a flags argument by Michael Haggerty · 13 years ago
  66. 8528445 notes_merge_commit(): do not pass temporary buffer to other function by Michael Haggerty · 13 years ago
  67. c4ce46f index_fd(): turn write_object and format_check arguments into one flag by Junio C Hamano · 14 years ago
  68. c2e86ad Fix sparse warnings by Stephen Boyd · 14 years ago
  69. dab0d41 correct type of EMPTY_TREE_SHA1_BIN by Jonathan Nieder · 14 years ago
  70. a6a0909 git notes merge: Add another auto-resolving strategy: "cat_sort_uniq" by Johan Herland · 14 years ago
  71. 443259c git notes merge: List conflicting notes in notes merge commit message by Johan Herland · 14 years ago
  72. 6abb365 git notes merge: Manual conflict resolution, part 2/2 by Johan Herland · 14 years ago
  73. 809f38c git notes merge: Manual conflict resolution, part 1/2 by Johan Herland · 14 years ago
  74. 3228e67 git notes merge: Add automatic conflict resolvers (ours, theirs, union) by Johan Herland · 14 years ago
  75. 2085b16 git notes merge: Handle real, non-conflicting notes merges by Johan Herland · 14 years ago
  76. 5688184 builtin/notes.c: Refactor creation of notes commits. by Johan Herland · 14 years ago
  77. 75ef3f4 git notes merge: Initial implementation handling trivial merges only by Johan Herland · 14 years ago