- 362f869 Merge branch 'ab/diff-free-more' by Junio C Hamano · 3 years, 1 month ago
- 244c272 diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec) by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
- 35f6967 ll-merge: make callers responsible for showing warnings by Elijah Newren · 3 years, 2 months ago
- ed9bff0 advice: remove read uses of most global `advice_` variables by Ben Boeckel · 3 years, 7 months ago
- 33be431 Merge branch 'en/dir-traversal' by Junio C Hamano · 3 years, 10 months ago
- b548f0f dir: introduce readdir_skip_dot_and_dotdot() helper by Elijah Newren · 3 years, 11 months ago
- 5feebdd Merge branch 'js/merge-already-up-to-date-message-reword' by Junio C Hamano · 3 years, 11 months ago
- 80cde95 merge(s): apply consistent punctuation to "up to date" messages by Eric Sunshine · 4 years ago
- 1422844 hash: provide per-algorithm null OIDs by brian m. carlson · 4 years ago
- ca56dad use CALLOC_ARRAY by René Scharfe · 4 years, 1 month ago
- 2235030 notes-merge: switch to use the_hash_algo by brian m. carlson · 6 years ago
- 1d18d75 notes-utils.c: remove the_repository references by Nguyễn Thái Ngọc Duy · 6 years ago
- 878d832 notes-merge.c: remove implicit dependency the_repository by Nguyễn Thái Ngọc Duy · 6 years ago
- 5684200 notes-merge.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
- 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
- 58bf2a4 sha1-file.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
- 32eaa46 ll-merge.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
- e675765 diff.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
- 769af0f Merge branch 'jk/cocci' by Junio C Hamano · 7 years ago
- 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
- 6404355 commit.h: remove method declarations by Derrick Stolee · 7 years ago
- 2122f67 commit: add repository argument to lookup_commit_reference by Stefan Beller · 7 years ago
- b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
- 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
- c89b6e1 Merge branch 'ds/lazy-load-trees' by Junio C Hamano · 7 years ago
- cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
- 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
- 2e27bd7 treewide: replace maybe_tree with accessor methods by Derrick Stolee · 7 years ago
- 891435d treewide: rename tree to maybe_tree by Derrick Stolee · 7 years ago
- b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
- 5078f34 commit: convert commit_tree* to object_id by Patryk Obara · 7 years ago
- eb0ccfd Switch empty tree and blob lookups to use hash abstraction by brian m. carlson · 7 years ago
- 8cc6332 Merge branch 'bw/diff-opt-impl-to-bitfields' by Junio C Hamano · 7 years ago
- 0d1e0e7 diff: make struct diff_flags members lowercase by Brandon Williams · 7 years ago
- 23dcf77 diff: remove DIFF_OPT_SET macro by Brandon Williams · 7 years ago
- 34c290a refs: convert read_ref and read_ref_full to object_id by brian m. carlson · 7 years ago
- a1f3515 notes-merge: drop dead zero-write code by Jeff King · 8 years ago
- c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 8 years ago
- 634eb82 notes-merge: use ssize_t for write_in_full() return value by Jeff King · 8 years ago
- 8e36002 Merge branch 'ma/up-to-date' by Junio C Hamano · 8 years ago
- 7560f54 treewide: correct several "up-to-date" to "up to date" by Martin Ågren · 8 years ago
- 98e019b sha1_file: convert index_path to struct object_id by Patryk Obara · 8 years ago
- f331ab9 use MOVE_ARRAY by René Scharfe · 8 years ago
- 66f414f diff-tree: convert diff_tree_sha1 to struct object_id by Brandon Williams · 8 years ago
- 9e5e0c2 notes-merge: convert write_note_to_worktree to struct object_id by Brandon Williams · 8 years ago
- 4d77896 notes-merge: convert verify_notes_filepair to struct object_id by Brandon Williams · 8 years ago
- d7a7c70 notes-merge: convert find_notes_merge_pair_ps to struct object_id by Brandon Williams · 8 years ago
- 9d6babb notes-merge: convert merge_from_diffs to struct object_id by Brandon Williams · 8 years ago
- 5237e0e notes-merge: convert notes_merge* to struct object_id by Brandon Williams · 8 years ago
- 5ee8a95 notes: convert some accessor functions to struct object_id by brian m. carlson · 8 years ago
- bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago
- 1e43ed9 Convert remaining callers of lookup_commit_reference* to object_id by brian m. carlson · 8 years ago
- 8c2ca3a replace strbuf_addstr(git_path()) with git_path_buf() by Jeff King · 8 years ago
- 8969fea Merge branch 'va/i18n-more' by Junio C Hamano · 9 years ago
- c041c6d i18n: notes-merge: mark die messages for translation by Vasco Almeida · 9 years ago
- d449347 Convert read_mmblob to take struct object_id. by brian m. carlson · 9 years ago
- e910bb1 notes-merge: convert struct notes_merge_pair to struct object_id by brian m. carlson · 9 years ago
- d0b6966 Merge branch 'rs/notes-merge-no-toctou' by Junio C Hamano · 9 years ago
- a63d31b Merge branch 'bc/cocci' by Junio C Hamano · 9 years ago
- deb9c15 notes-merge: use O_EXCL to avoid overwriting existing files by René Scharfe · 9 years ago
- a0d12c4 diff: convert struct diff_filespec to struct object_id by brian m. carlson · 9 years ago
- ed6e803 pathspec: rename free_pathspec() to clear_pathspec() by Junio C Hamano · 9 years ago
- ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
- f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
- 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
- fcd12db prefer git_pathdup to git_path in some possibly-dangerous cases by Jeff King · 10 years ago
- 68a2e6a Merge branch 'nd/multiple-work-trees' by Junio C Hamano · 10 years ago
- 0985015 Merge branch 'jc/merge-bases' by Junio C Hamano · 10 years ago
- dcf6926 path.c: make get_pathname() call sites return const char * by Nguyễn Thái Ngọc Duy · 10 years ago
- 2ce406c get_merge_bases(): always clean-up object flags by Junio C Hamano · 10 years ago
- 7695d11 refs.c: change resolve_ref_unsafe reading argument to be a flags field by Ronnie Sahlberg · 11 years ago
- 8597ea3 commit: record buffer length in cache by Jeff King · 11 years ago
- bc6b8fc use get_commit_buffer everywhere by Jeff King · 11 years ago
- e6dfcd6 replace dangerous uses of strbuf_attach by Jeff King · 11 years ago
- 3ffefb5 commit_tree: take a pointer/len pair rather than a const strbuf by Jeff King · 11 years ago
- bd1928d remove diff_tree_{setup,release}_paths by Nguyễn Thái Ngọc Duy · 12 years ago
- bf9a05b Move create_notes_commit() from notes-merge.c into notes-utils.c by Johan Herland · 12 years ago
- 9cd33bb Merge branch 'tr/void-diff-setup-done' by Junio C Hamano · 13 years ago
- 2845265 diff_setup_done(): return void by Thomas Rast · 13 years ago
- 2ca0c53 notes-merge: remove i18n legos in merge result message by Nguyễn Thái Ngọc Duy · 13 years ago
- dabba59 notes-merge: Don't remove .git/NOTES_MERGE_WORKTREE; it may be the user's cwd by Johan Herland · 13 years ago
- a0be62c notes-merge: use opendir/readdir instead of using read_directory() by Johan Herland · 13 years ago
- 5de89d3 Merge branch 'jc/show-sig' by Junio C Hamano · 13 years ago
- f35ccd9 Merge branch 'nd/war-on-nul-in-commit' by Junio C Hamano · 13 years ago
- 13f8b72 Convert commit_tree() to take strbuf as message by Nguyễn Thái Ngọc Duy · 13 years ago
- b7f7c07 Merge branch 'nd/resolve-ref' by Junio C Hamano · 13 years ago
- 4c00c85 Sync with 1.7.7.4 by Junio C Hamano · 13 years ago
- 01e0f16 Merge branch 'jn/maint-notes-avoid-va-args' into maint by Junio C Hamano · 13 years ago
- 5f9f8d1 notes merge: eliminate OUTPUT macro by Jonathan Nieder · 13 years ago
- c689332 Convert many resolve_ref() calls to read_ref*() and ref_exists() by Nguyễn Thái Ngọc Duy · 13 years ago
- ba3c69a commit: teach --gpg-sign option by Junio C Hamano · 13 years ago
- e579a5d Merge branch 'mh/maint-notes-merge-pathbuf-fix' by Junio C Hamano · 13 years ago
- 8d9c501 Change check_ref_format() to take a flags argument by Michael Haggerty · 14 years ago
- 8528445 notes_merge_commit(): do not pass temporary buffer to other function by Michael Haggerty · 14 years ago
- c4ce46f index_fd(): turn write_object and format_check arguments into one flag by Junio C Hamano · 14 years ago
- c2e86ad Fix sparse warnings by Stephen Boyd · 14 years ago
- dab0d41 correct type of EMPTY_TREE_SHA1_BIN by Jonathan Nieder · 14 years ago
- a6a0909 git notes merge: Add another auto-resolving strategy: "cat_sort_uniq" by Johan Herland · 14 years ago
- 443259c git notes merge: List conflicting notes in notes merge commit message by Johan Herland · 14 years ago
- 6abb365 git notes merge: Manual conflict resolution, part 2/2 by Johan Herland · 14 years ago