summaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-13/+16
|\
| * cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-5/+8
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+4
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+4
* | environment: move comment_line_char from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'jc/gpg-lazy-init'Junio C Hamano2023-03-171-4/+0
|\ \ | |/ |/|
| * gpg-interface: lazily initialize and read the configurationJunio C Hamano2023-02-091-4/+0
* | cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason2023-02-101-3/+3
* | cache-tree API: remove redundant update_main_cache_tree()Ævar Arnfjörð Bjarmason2023-02-101-5/+5
* | cocci & cache.h: fully apply "active_nr" part of index-compatibilityÆvar Arnfjörð Bjarmason2023-02-101-1/+1
|/
* Merge branch 'ab/various-leak-fixes'Junio C Hamano2022-12-141-5/+8
|\
| * built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason2022-11-211-3/+3
| * commit: discard partial cache before (re-)reading itÆvar Arnfjörð Bjarmason2022-11-211-2/+5
* | cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-18/+22
* | cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-8/+8
* | cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-1/+1
* | cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason2022-11-211-1/+1
|/
* Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano2022-10-281-2/+9
|\
| * doc txt & -h consistency: make "commit" consistentÆvar Arnfjörð Bjarmason2022-10-131-1/+8
| * doc txt & -h consistency: use "[<label>...]" for "zero or more"Ævar Arnfjörð Bjarmason2022-10-131-1/+1
* | commit: avoid writing to global in option callbackJeff King2022-10-061-2/+2
|/
* Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-3/+3
|\
| * revisions API: have release_revisions() release "mailmap"Ævar Arnfjörð Bjarmason2022-04-131-3/+2
| * revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+1
* | Merge branch 'ab/commit-plug-leaks'Junio C Hamano2022-05-231-3/+6
|\ \
| * | commit: fix "author_ident" leakJunio C Hamano2022-05-121-3/+6
* | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
| |\ \ | | |/ | |/|
| | * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | | hooks: fix an obscure TOCTOU "did we just run a hook?" raceÆvar Arnfjörð Bjarmason2022-03-071-7/+11
* | | Merge branch 'ab/date-mode-release'Junio C Hamano2022-02-251-0/+1
|\ \ \
| * | | date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason2022-02-161-0/+1
| |/ /
* | | i18n: factorize more 'incompatible options' messagesJean-Noël Avila2022-02-041-20/+15
|/ /
* | i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila2022-01-051-4/+5
* | i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila2022-01-051-1/+1
* | i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila2022-01-051-3/+3
|/
* hook.c users: use "hook_exists()" instead of "find_hook()"Ævar Arnfjörð Bjarmason2021-09-271-1/+1
* hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason2021-09-271-0/+1
* Merge branch 'ab/retire-advice-config'Junio C Hamano2021-09-101-2/+2
|\
| * advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-2/+2
* | commit: restore --edit when combined with --fixupJoel Klinghed2021-08-151-2/+3
|/
* Merge branch 'ds/commit-and-checkout-with-sparse-index'Junio C Hamano2021-08-041-0/+3
|\
| * commit: integrate with sparse-indexDerrick Stolee2021-07-141-0/+3
* | Merge branch 'ds/status-with-sparse-index'Junio C Hamano2021-07-281-0/+3
|\ \ | |/
| * status: use sparse-index throughoutDerrick Stolee2021-07-141-0/+3
* | commit: remove irrelavent prompt on `--allow-empty-message`Hu Jialun2021-07-091-9/+16