aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/notes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-26builtin: pass repository to sub commandsKarthik Nayak1-13/+23
2024-10-21notes: teach the -e option to edit messages in editorAbraham Samuel Adekunle1-2/+6
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-3/+6
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-2/+2
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-12environment: stop storing "core.notesRef" globallyPatrick Steinhardt1-8/+14
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-1/+1
2024-08-23Merge branch 'ps/leakfixes-part-4'Junio C Hamano1-5/+4
2024-08-14builtin/notes: fix leaking `struct notes_tree` when merging notesPatrick Steinhardt1-5/+4
2024-08-13config: pass repo to `git_die_config()`Patrick Steinhardt1-1/+1
2024-07-29notes: do not trigger editor when adding an empty noteDavid Disseldorp1-12/+10
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-1/+1
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano1-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-11/+15
2024-03-12strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King1-4/+4
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King1-2/+2
2024-02-14Merge branch 'js/check-null-from-read-object-file'Junio C Hamano1-2/+4
2024-02-06Always check the return value of `repo_read_object_file()`Johannes Schindelin1-2/+4
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-07-06Merge branch 'tl/notes-separator'Junio C Hamano1-33/+126
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano1-7/+9
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-06-21notes: introduce "--no-separator" optionTeng Long1-10/+27
2023-06-21notes.c: introduce "--[no-]stripspace" optionTeng Long1-8/+22
2023-06-21notes.c: append separator instead of insert by posTeng Long1-9/+12
2023-06-21notes.c: introduce '--separator=<paragraph-break>' optionTeng Long1-24/+85
2023-06-21notes.c: use designated initializers for clarityTeng Long1-2/+2
2023-06-21notes.c: cleanup 'strbuf_grow' call in 'append_edit'Teng Long1-2/+0
2023-06-12strbuf: remove global variableCalvin Wan1-7/+9
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+2
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-16/+18
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-16/+18
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-3/+4
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-11/+11
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-2/+3
2023-02-24notes: mark unused callback parametersJeff King1-2/+3
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-11-16notes: avoid empty line in templateMichael J Gruber1-1/+1
2022-09-07notes, remote: show unknown subcommands between `'SZEDER Gábor1-1/+1
2022-09-07notes: simplify default operation mode arguments checkSZEDER Gábor1-4/+7
2022-08-19builtin/notes.c: let parse-options parse subcommandsSZEDER Gábor1-26/+17
2022-03-16Merge branch 'ab/object-file-api-updates'Junio C Hamano1-1/+1