summaryrefslogtreecommitdiff
path: root/builtin/notes.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cw/strbuf-cleanup' into nextJunio C Hamano2023-05-151-5/+7
|\
| * strbuf: remove global variableCalvin Wan2023-05-121-7/+9
* | Merge branch 'tl/notes-separator' into nextJunio C Hamano2023-05-061-33/+108
|\ \ | |/ |/|
| * notes.c: introduce "--[no-]stripspace" optionTeng Long2023-04-281-8/+22
| * notes.c: append separator instead of insert by posTeng Long2023-04-281-8/+11
| * notes.c: introduce '--separator=<paragraph-break>' optionTeng Long2023-04-281-24/+84
| * notes.c: use designated initializers for clarityTeng Long2023-04-281-2/+2
| * notes.c: cleanup 'strbuf_grow' call in 'append_edit'Teng Long2023-04-281-2/+0
| * Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+2
| |\
| * \ Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-16/+18
| |\ \
* | | | editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-0/+1
* | | | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-16/+18
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+4
| * | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-11/+11
* | | write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
* | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
| |/ |/|
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-2/+3
|\ \
| * | notes: mark unused callback parametersJeff King2023-02-241-2/+3
| |/
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* notes: avoid empty line in templateMichael J Gruber2022-11-161-1/+1
* notes, remote: show unknown subcommands between `'SZEDER Gábor2022-09-071-1/+1
* notes: simplify default operation mode arguments checkSZEDER Gábor2022-09-071-4/+7
* builtin/notes.c: let parse-options parse subcommandsSZEDER Gábor2022-08-191-26/+17
* Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-1/+1
|\
| * object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-1/+1
* | i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila2022-02-041-3/+3
|/
* Merge branch 'ab/usage-die-message'Junio C Hamano2022-01-101-4/+5
|\
| * usage.c API users: use die_message() for error() + exit 128Ævar Arnfjörð Bjarmason2021-12-071-4/+5
* | Merge branch 'ak/protect-any-current-branch'Junio C Hamano2021-12-211-1/+5
|\ \
| * | worktree: simplify find_shared_symref() memory ownership modelAnders Kaseorg2021-12-011-1/+5
| |/
* | run-command API users: use strvec_pushl(), not argv constructionÆvar Arnfjörð Bjarmason2021-11-251-3/+2
|/
* use xopen() to handle fatal open(2) failuresRené Scharfe2021-08-251-3/+1
* use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
* replace "parameters" by "arguments" in error messagesJohannes Sixt2021-02-231-10/+10
* Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-16/+16
* strbuf: add and use strbuf_insertstr()René Scharfe2020-02-101-2/+2
* notes: fix minimum number of parameters to "copy" subcommandDoan Tran Cong Danh2019-10-181-1/+1
* notes-utils.c: remove the_repository referencesNguyễn Thái Ngọc Duy2019-01-141-8/+13
* Merge branch 'nd/the-index'Junio C Hamano2019-01-041-1/+1
|\
| * notes-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-121-1/+1
* | Merge branch 'cb/notes-freeing-always-null-fix'Junio C Hamano2018-11-181-3/+1
|\ \
| * | builtin/notes: remove unnecessary freeCarlo Marcelo Arenas Belón2018-11-131-3/+1
| |/
* | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+7
|/
* commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-1/+2
* Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
|\
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'nd/use-opt-int-set-f'Junio C Hamano2018-06-011-6/+6
|\ \