81 Commits (2a98a8794eac7089d4e44f51b19e358a14eb6d3e)

Author SHA1 Message Date
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Derrick Stolee 2e27bd7731 treewide: replace maybe_tree with accessor methods 7 years ago
Derrick Stolee 891435d55d treewide: rename tree to maybe_tree 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
Patryk Obara 5078f34459 commit: convert commit_tree* to object_id 7 years ago
brian m. carlson eb0ccfd7f5 Switch empty tree and blob lookups to use hash abstraction 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams 23dcf77f48 diff: remove DIFF_OPT_SET macro 7 years ago
brian m. carlson 34c290a6fc refs: convert read_ref and read_ref_full to object_id 7 years ago
Jeff King a1f3515da7 notes-merge: drop dead zero-write code 7 years ago
Jeff King 634eb82b1a notes-merge: use ssize_t for write_in_full() return value 7 years ago
Martin Ågren 7560f547e6 treewide: correct several "up-to-date" to "up to date" 8 years ago
Patryk Obara 98e019b067 sha1_file: convert index_path to struct object_id 8 years ago
René Scharfe f331ab9d4c use MOVE_ARRAY 8 years ago
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 8 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 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 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() 13 years ago