summaryrefslogtreecommitdiffstats
path: root/notes-utils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/leakfixes-more'Junio C Hamano2024-07-081-2/+7
|\
| * commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt2024-06-111-2/+6
| * notes-utils: free note trees when releasing copied notesPatrick Steinhardt2024-06-111-0/+1
* | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
|/
* cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-3/+4
* Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-1/+0
|\
| * treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* | config: handle NULL value when parsing non-boolsJeff King2023-12-091-0/+2
|/
* config: add ctx arg to config_fn_tGlen Choo2023-06-281-1/+3
* commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
|\
| * libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | treewide: remove cache.h inclusion due to environment.h changesElijah Newren2023-03-211-1/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
|/
* use CALLOC_ARRAYRené Scharfe2021-03-141-1/+1
* strbuf: add and use strbuf_insertstr()René Scharfe2020-02-101-1/+1
* notes-utils.c: remove the_repository referencesNguyễn Thái Ngọc Duy2019-01-141-7/+10
* commit: add repository argument to lookup_commitStefan Beller2018-06-291-1/+3
* notes: convert write_notes_tree to object_idPatryk Obara2018-01-301-1/+1
* commit: convert commit_tree* to object_idPatryk Obara2018-01-301-3/+4
* refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-161-1/+1
* refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-161-1/+1
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'bw/object-id'Junio C Hamano2017-06-191-1/+1
|\ \
| * | notes: convert some accessor functions to struct object_idbrian m. carlson2017-06-021-1/+1
| * | builtin/notes: convert to struct object_idbrian m. carlson2017-06-021-2/+2
* | | Merge branch 'ab/c-translators-comment-style'Junio C Hamano2017-06-041-2/+5
|\ \ \ | |/ / |/| |
| * | C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason2017-05-311-2/+5
| |/
* | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
* | notes-utils: convert internals to struct object_idbrian m. carlson2017-05-081-9/+9
|/
* notes: allow treeish expressions as notes refMike Hommey2016-01-131-3/+3
* notes: extract parse_notes_merge_strategy to notes-utilsJacob Keller2015-08-181-0/+18
* use strbuf_complete_line() for adding a newline if neededRené Scharfe2014-12-121-2/+1
* Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-021-3/+4
|\
| * commit_tree: take a pointer/len pair rather than a const strbufJeff King2014-06-121-3/+4
* | refs.h: rename the action_on_err constantsMichael Haggerty2014-04-071-1/+2
|/
* notes-utils: handle boolean notes.rewritemode correctlyJohn Keeping2014-02-191-1/+1
* Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-2/+2
|\
| * replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-2/+2
* | assume parse_commit checks for NULL commitJeff King2013-10-251-1/+1
|/
* Move create_notes_commit() from notes-merge.c into notes-utils.cJohan Herland2013-06-121-1/+26
* Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.cJohan Herland2013-06-121-0/+132