aboutsummaryrefslogtreecommitdiff
path: root/builtin/notes.c
AgeCommit message (Expand)Author
2025-08-21Merge branch 'jc/strbuf-split'Junio C Hamano
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano
2025-08-02notes: do not use strbuf_split*()Junio C Hamano
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt
2024-11-26builtin: pass repository to sub commandsKarthik Nayak
2024-10-21notes: teach the -e option to edit messages in editorAbraham Samuel Adekunle
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-12environment: stop storing "core.notesRef" globallyPatrick Steinhardt
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-23Merge branch 'ps/leakfixes-part-4'Junio C Hamano
2024-08-14builtin/notes: fix leaking `struct notes_tree` when merging notesPatrick Steinhardt
2024-08-13config: pass repo to `git_die_config()`Patrick Steinhardt
2024-07-29notes: do not trigger editor when adding an empty noteDavid Disseldorp
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-03-12strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King
2024-02-14Merge branch 'js/check-null-from-read-object-file'Junio C Hamano
2024-02-06Always check the return value of `repo_read_object_file()`Johannes Schindelin
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-06Merge branch 'tl/notes-separator'Junio C Hamano
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21notes: introduce "--no-separator" optionTeng Long
2023-06-21notes.c: introduce "--[no-]stripspace" optionTeng Long
2023-06-21notes.c: append separator instead of insert by posTeng Long
2023-06-21notes.c: introduce '--separator=<paragraph-break>' optionTeng Long
2023-06-21notes.c: use designated initializers for clarityTeng Long
2023-06-21notes.c: cleanup 'strbuf_grow' call in 'append_edit'Teng Long
2023-06-12strbuf: remove global variableCalvin Wan
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason