summaryrefslogtreecommitdiff
path: root/builtin/notes.c
Commit message (Expand)AuthorAgeFilesLines
* cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-11/+11
* 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
|\ \
| * | Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy2018-05-241-6/+6
* | | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-4/+4
|/ /
* | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
|/
* Merge branch 'bc/object-id'Junio C Hamano2018-04-101-7/+7
|\
| * sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-3/+3
| * builtin/notes: convert static functions to object_idbrian m. carlson2018-03-141-5/+5
* | Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-141-2/+2
|\ \ | |/ |/|
| * completion: use __gitcomp_builtin in _git_notesNguyễn Thái Ngọc Duy2018-02-091-2/+2
| * parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy2018-02-091-2/+2
* | sha1_file: convert write_sha1_file to object_idPatryk Obara2018-01-301-4/+4
|/
* Merge branch 'ot/pretty'Junio C Hamano2017-12-271-1/+1
|\
| * format: create pretty.h fileOlga Telezhnaya2017-12-121-1/+1
| * Merge branch 'tz/notes-error-to-stderr' into maintJunio C Hamano2017-12-061-4/+4
| |\
* | \ Merge branch 'rd/doc-notes-prune-fix'Junio C Hamano2017-12-061-1/+1
|\ \ \
| * | | notes: correct 'git notes prune' options to '[-n] [-v]'rd/doc-notes-prune-fixRobert P. J. Day2017-11-221-1/+1
* | | | Merge branch 'tz/notes-error-to-stderr'Junio C Hamano2017-11-271-4/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | notes: send "Automatic notes merge failed" messages to stderrtz/notes-error-to-stderrTodd Zullinger2017-11-151-4/+4
| |/ /
* | | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty2017-11-061-1/+1
* | | refs: convert resolve_refdup and refs_resolve_refdup to struct 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-5/+5
| |/ |/|
* | notes: release strbuf after use in notes_copy_from_stdin()Rene Scharfe2017-09-071-0/+1