summaryrefslogtreecommitdiff
path: root/notes-merge.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-01notes-merge: switch to use the_hash_algoLibravatar brian m. carlson1-3/+3
2019-01-14notes-utils.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-11-12notes-merge.c: remove implicit dependency the_repositoryLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-11-12notes-merge.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-5/+7
2018-10-19Merge branch 'nd/the-index'Libravatar Junio C Hamano1-4/+5
2018-09-21sha1-file.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-09-21ll-merge.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-09-21diff.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-09-17Merge branch 'jk/cocci'Libravatar Junio C Hamano1-12/+12
2018-08-29convert "oidcmp() == 0" to oideq()Libravatar Jeff King1-12/+12
2018-07-20commit.h: remove method declarationsLibravatar Derrick Stolee1-0/+1
2018-06-29commit: add repository argument to lookup_commit_referenceLibravatar Stefan Beller1-2/+3
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupLibravatar Junio C Hamano1-0/+1
2018-05-30Merge branch 'js/use-bug-macro'Libravatar Junio C Hamano1-2/+2
2018-05-23Merge branch 'ds/lazy-load-trees'Libravatar Junio C Hamano1-4/+5
2018-05-16object-store: move object access functions to object-store.hLibravatar Stefan Beller1-0/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin1-2/+2
2018-04-11treewide: replace maybe_tree with accessor methodsLibravatar Derrick Stolee1-4/+5
2018-04-11treewide: rename tree to maybe_treeLibravatar Derrick Stolee1-4/+4
2018-03-14sha1_file: convert read_sha1_file to struct object_idLibravatar brian m. carlson1-1/+1
2018-01-30commit: convert commit_tree* to object_idLibravatar Patryk Obara1-5/+4
2017-11-13Switch empty tree and blob lookups to use hash abstractionLibravatar brian m. carlson1-1/+1
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Libravatar Junio C Hamano1-2/+2
2017-11-01diff: make struct diff_flags members lowercaseLibravatar Brandon Williams1-2/+2
2017-11-01diff: remove DIFF_OPT_SET macroLibravatar Brandon Williams1-2/+2
2017-10-16refs: convert read_ref and read_ref_full to object_idLibravatar brian m. carlson1-1/+1
2017-09-26notes-merge: drop dead zero-write codeLibravatar Jeff King1-2/+0
2017-09-25Merge branch 'jk/write-in-full-fix'Libravatar Junio C Hamano1-1/+1
2017-09-14notes-merge: use ssize_t for write_in_full() return valueLibravatar Jeff King1-1/+1
2017-09-10Merge branch 'ma/up-to-date'Libravatar Junio C Hamano1-1/+1
2017-08-23treewide: correct several "up-to-date" to "up to date"Libravatar Martin Ågren1-1/+1
2017-08-20sha1_file: convert index_path to struct object_idLibravatar Patryk Obara1-1/+1
2017-07-17use MOVE_ARRAYLibravatar René Scharfe1-2/+1
2017-06-05diff-tree: convert diff_tree_sha1 to struct object_idLibravatar Brandon Williams1-2/+2
2017-06-05notes-merge: convert write_note_to_worktree to struct object_idLibravatar Brandon Williams1-10/+10
2017-06-05notes-merge: convert verify_notes_filepair to struct object_idLibravatar Brandon Williams1-10/+10
2017-06-05notes-merge: convert find_notes_merge_pair_ps to struct object_idLibravatar Brandon Williams1-12/+12
2017-06-05notes-merge: convert merge_from_diffs to struct object_idLibravatar Brandon Williams1-15/+16
2017-06-05notes-merge: convert notes_merge* to struct object_idLibravatar Brandon Williams1-29/+29
2017-06-02notes: convert some accessor functions to struct object_idLibravatar brian m. carlson1-9/+9
2017-05-08Convert lookup_commit* to struct object_idLibravatar brian m. carlson1-2/+2
2017-05-08Convert remaining callers of lookup_commit_reference* to object_idLibravatar brian m. carlson1-13/+13
2017-04-20replace strbuf_addstr(git_path()) with git_path_buf()Libravatar Jeff King1-2/+2
2016-09-26Merge branch 'va/i18n-more'Libravatar Junio C Hamano1-4/+4
2016-09-21i18n: notes-merge: mark die messages for translationLibravatar Vasco Almeida1-4/+4
2016-09-07Convert read_mmblob to take struct object_id.Libravatar brian m. carlson1-3/+3
2016-09-07notes-merge: convert struct notes_merge_pair to struct object_idLibravatar brian m. carlson1-62/+65
2016-07-28Merge branch 'rs/notes-merge-no-toctou'Libravatar Junio C Hamano1-5/+1
2016-07-19Merge branch 'bc/cocci'Libravatar Junio C Hamano1-21/+21
2016-07-07notes-merge: use O_EXCL to avoid overwriting existing filesLibravatar René Scharfe1-5/+1