27 Commits (c7a62075917b3340f908093f63f1161c44ed1475)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 1d18d7581c notes-utils.c: remove the_repository references 6 years ago
Stefan Beller c1f5eb4962 commit: add repository argument to lookup_commit 7 years ago
Patryk Obara bbca96d579 notes: convert write_notes_tree to object_id 7 years ago
Patryk Obara 5078f34459 commit: convert commit_tree* to object_id 7 years ago
brian m. carlson 34c290a6fc refs: convert read_ref and read_ref_full to object_id 7 years ago
brian m. carlson ae077771b0 refs: convert update_ref and refs_update_ref to use struct object_id 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
brian m. carlson 5ee8a954e0 notes: convert some accessor functions to struct object_id 8 years ago
brian m. carlson bb7e473971 builtin/notes: convert to struct object_id 8 years ago
Ævar Arnfjörð Bjarmason 66f5f6dca9 C style: use standard style for "TRANSLATORS" comments 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson 18b74e513d notes-utils: convert internals to struct object_id 8 years ago
Mike Hommey ee76f92fe8 notes: allow treeish expressions as notes ref 9 years ago
Jacob Keller 93efcad317 notes: extract parse_notes_merge_strategy to notes-utils 10 years ago
René Scharfe a0d4923ddf use strbuf_complete_line() for adding a newline if needed 10 years ago
Jeff King 3ffefb54c0 commit_tree: take a pointer/len pair rather than a const strbuf 11 years ago
Michael Haggerty f412411245 refs.h: rename the action_on_err constants 11 years ago
John Keeping aa012e9065 notes-utils: handle boolean notes.rewritemode correctly 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 5e7d4d3e93 assume parse_commit checks for NULL commit 11 years ago
Johan Herland bf9a05ba46 Move create_notes_commit() from notes-merge.c into notes-utils.c 12 years ago
Johan Herland 49c2470400 Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.c 12 years ago