summary refs log tree commit diff
path: root/notes-merge.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-17misc *.c: use designated initializers for struct assignmentsÆvar Arnfjörð Bjarmason1-0/+1
2022-02-25Merge branch 'ab/diff-free-more'Junio C Hamano1-2/+0
2022-02-16diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)Ævar Arnfjörð Bjarmason1-2/+0
2022-02-02ll-merge: make callers responsible for showing warningsElijah Newren1-1/+4
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel1-1/+1
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano1-4/+1
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren1-4/+1
2021-05-11Merge branch 'js/merge-already-up-to-date-message-reword'Junio C Hamano1-1/+1
2021-05-03merge(s): apply consistent punctuation to "up to date" messagesEric Sunshine1-1/+1
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson1-1/+1
2021-03-13use CALLOC_ARRAYRené Scharfe1-1/+1
2019-04-01notes-merge: switch to use the_hash_algobrian m. carlson1-3/+3
2019-01-14notes-utils.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-2/+2
2018-11-12notes-merge.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy1-2/+2
2018-11-12notes-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-5/+7
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-4/+5
2018-09-21sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-09-21ll-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+2
2018-09-21diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-2/+2
2018-09-17Merge branch 'jk/cocci'Junio C Hamano1-12/+12
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-12/+12
2018-07-20commit.h: remove method declarationsDerrick Stolee1-0/+1
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller1-2/+3
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-0/+1
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-2/+2
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano1-4/+5
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-2/+2
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee1-4/+5
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee1-4/+4
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson1-1/+1
2018-01-30commit: convert commit_tree* to object_idPatryk Obara1-5/+4
2017-11-13Switch empty tree and blob lookups to use hash abstractionbrian m. carlson1-1/+1
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano1-2/+2
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams1-2/+2
2017-11-01diff: remove DIFF_OPT_SET macroBrandon Williams1-2/+2
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson1-1/+1
2017-09-26notes-merge: drop dead zero-write codeJeff King1-2/+0
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano1-1/+1
2017-09-14notes-merge: use ssize_t for write_in_full() return valueJeff King1-1/+1
2017-09-10Merge branch 'ma/up-to-date'Junio C Hamano1-1/+1
2017-08-23treewide: correct several "up-to-date" to "up to date"Martin Ågren1-1/+1
2017-08-20sha1_file: convert index_path to struct object_idPatryk Obara1-1/+1
2017-07-17use MOVE_ARRAYRené Scharfe1-2/+1
2017-06-05diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams1-2/+2
2017-06-05notes-merge: convert write_note_to_worktree to struct object_idBrandon Williams1-10/+10
2017-06-05notes-merge: convert verify_notes_filepair to struct object_idBrandon Williams1-10/+10
2017-06-05notes-merge: convert find_notes_merge_pair_ps to struct object_idBrandon Williams1-12/+12
2017-06-05notes-merge: convert merge_from_diffs to struct object_idBrandon Williams1-15/+16
2017-06-05notes-merge: convert notes_merge* to struct object_idBrandon Williams1-29/+29