62 Commits (c14c234f22e0656a61f5718baf155118e6e609c9)

Author SHA1 Message Date
Brandon Williams 66f414f885 diff-tree: convert diff_tree_sha1 to struct object_id 8 years ago
Brandon Williams 9e5e0c289a notes-merge: convert write_note_to_worktree to struct object_id 8 years ago
Brandon Williams 4d77896eeb notes-merge: convert verify_notes_filepair to struct object_id 8 years ago
Brandon Williams d7a7c708da notes-merge: convert find_notes_merge_pair_ps to struct object_id 8 years ago
Brandon Williams 9d6babb2f9 notes-merge: convert merge_from_diffs to struct object_id 8 years ago
Brandon Williams 5237e0eb59 notes-merge: convert notes_merge* to struct object_id 8 years ago
brian m. carlson 5ee8a954e0 notes: convert some accessor functions to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson 1e43ed9867 Convert remaining callers of lookup_commit_reference* to object_id 8 years ago
Jeff King 8c2ca3a6d6 replace strbuf_addstr(git_path()) with git_path_buf() 8 years ago
Vasco Almeida c041c6d06a i18n: notes-merge: mark die messages for translation 9 years ago
brian m. carlson d449347d08 Convert read_mmblob to take struct object_id. 9 years ago
brian m. carlson e910bb1e79 notes-merge: convert struct notes_merge_pair to struct object_id 9 years ago
René Scharfe deb9c1575c notes-merge: use O_EXCL to avoid overwriting existing files 9 years ago
brian m. carlson a0d12c4433 diff: convert struct diff_filespec to struct object_id 9 years ago
Junio C Hamano ed6e8038f9 pathspec: rename free_pathspec() to clear_pathspec() 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Jeff King fcd12db6af prefer git_pathdup to git_path in some possibly-dangerous cases 10 years ago
Nguyễn Thái Ngọc Duy dcf692625a path.c: make get_pathname() call sites return const char * 10 years ago
Junio C Hamano 2ce406ccb8 get_merge_bases(): always clean-up object flags 11 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 11 years ago
Jeff King 8597ea3afe commit: record buffer length in cache 11 years ago
Jeff King bc6b8fc130 use get_commit_buffer everywhere 11 years ago
Jeff King e6dfcd6767 replace dangerous uses of strbuf_attach 11 years ago
Jeff King 3ffefb54c0 commit_tree: take a pointer/len pair rather than a const strbuf 11 years ago
Nguyễn Thái Ngọc Duy bd1928df1d remove diff_tree_{setup,release}_paths 12 years ago
Johan Herland bf9a05ba46 Move create_notes_commit() from notes-merge.c into notes-utils.c 12 years ago
Thomas Rast 28452655af diff_setup_done(): return void 13 years ago
Nguyễn Thái Ngọc Duy 2ca0c53b31 notes-merge: remove i18n legos in merge result message 13 years ago
Johan Herland dabba590aa notes-merge: Don't remove .git/NOTES_MERGE_WORKTREE; it may be the user's cwd 13 years ago
Johan Herland a0be62c100 notes-merge: use opendir/readdir instead of using read_directory() 13 years ago
Nguyễn Thái Ngọc Duy 13f8b72d8c Convert commit_tree() to take strbuf as message 13 years ago
Jonathan Nieder 5f9f8d15f1 notes merge: eliminate OUTPUT macro 13 years ago
Nguyễn Thái Ngọc Duy c689332391 Convert many resolve_ref() calls to read_ref*() and ref_exists() 14 years ago
Junio C Hamano ba3c69a9ee commit: teach --gpg-sign option 14 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 14 years ago
Michael Haggerty 852844561e notes_merge_commit(): do not pass temporary buffer to other function 14 years ago
Junio C Hamano c4ce46fc7a index_fd(): turn write_object and format_check arguments into one flag 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Jonathan Nieder dab0d4108d correct type of EMPTY_TREE_SHA1_BIN 14 years ago
Johan Herland a6a09095a0 git notes merge: Add another auto-resolving strategy: "cat_sort_uniq" 15 years ago
Johan Herland 443259cf92 git notes merge: List conflicting notes in notes merge commit message 15 years ago
Johan Herland 6abb3655ef git notes merge: Manual conflict resolution, part 2/2 15 years ago
Johan Herland 809f38c8ab git notes merge: Manual conflict resolution, part 1/2 15 years ago
Johan Herland 3228e67120 git notes merge: Add automatic conflict resolvers (ours, theirs, union) 15 years ago
Johan Herland 2085b16aef git notes merge: Handle real, non-conflicting notes merges 15 years ago
Johan Herland 56881843d4 builtin/notes.c: Refactor creation of notes commits. 15 years ago
Johan Herland 75ef3f4a5c git notes merge: Initial implementation handling trivial merges only 15 years ago