summaryrefslogtreecommitdiffstats
path: root/notes-utils.c
AgeCommit message (Expand)AuthorLines
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt-1/+1
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano-2/+7
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-11commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt-2/+6
2024-06-11notes-utils: free note trees when releasing copied notesPatrick Steinhardt-0/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt-3/+4
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-12-09config: handle NULL value when parsing non-boolsJeff King-0/+2
2023-06-28config: add ctx arg to config_fn_tGlen Choo-1/+3
2023-04-24commit.h: reduce unnecessary includesElijah Newren-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-1/+1
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason-1/+1
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-1/+1
2023-03-21treewide: remove cache.h inclusion due to environment.h changesElijah Newren-1/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2021-03-13use CALLOC_ARRAYRené Scharfe-1/+1
2020-02-10strbuf: add and use strbuf_insertstr()René Scharfe-1/+1
2019-01-14notes-utils.c: remove the_repository referencesNguyễn Thái Ngọc Duy-7/+10
2018-06-29commit: add repository argument to lookup_commitStefan Beller-1/+3
2018-01-30notes: convert write_notes_tree to object_idPatryk Obara-1/+1
2018-01-30commit: convert commit_tree* to object_idPatryk Obara-3/+4
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson-1/+1
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson-1/+1
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-19Merge branch 'bw/object-id'Junio C Hamano-1/+1
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-06-04Merge branch 'ab/c-translators-comment-style'Junio C Hamano-2/+5
2017-06-02notes: convert some accessor functions to struct object_idbrian m. carlson-1/+1
2017-06-02builtin/notes: convert to struct object_idbrian m. carlson-2/+2
2017-05-31C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason-2/+5
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson-1/+1
2017-05-08notes-utils: convert internals to struct object_idbrian m. carlson-9/+9
2016-01-12notes: allow treeish expressions as notes refMike Hommey-3/+3
2015-08-17notes: extract parse_notes_merge_strategy to notes-utilsJacob Keller-0/+18
2014-12-12use strbuf_complete_line() for adding a newline if neededRené Scharfe-2/+1
2014-07-02Merge branch 'jk/commit-buffer-length'Junio C Hamano-3/+4
2014-06-12commit_tree: take a pointer/len pair rather than a const strbufJeff King-3/+4
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty-1/+2
2014-02-18notes-utils: handle boolean notes.rewritemode correctlyJohn Keeping-1/+1
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano-2/+2
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder-2/+2
2013-10-24assume parse_commit checks for NULL commitJeff King-1/+1
2013-06-12Move create_notes_commit() from notes-merge.c into notes-utils.cJohan Herland-1/+26
2013-06-12Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.cJohan Herland-0/+132