summaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-141-3/+2
| * revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-141-0/+1
* | Merge branch 'ab/commit-plug-leaks'Junio C Hamano2022-05-231-3/+6
|\ \
| * | commit: fix "author_ident" leakJunio C Hamano2022-05-131-3/+6
* | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-211-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-261-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-151-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
* | commit: reorganise commit hint stringsHu Jialun2021-07-091-10/+10
|/
* Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-0/+4
|\
| * commit: ensure full indexDerrick Stolee2021-04-141-0/+4
* | Merge branch 'zh/commit-trailer'Junio C Hamano2021-04-081-0/+22
|\ \
| * | commit: add --trailer optionZheNing Hu2021-03-231-0/+22
| |/
* | Merge branch 'cm/rebase-i-fixup-amend-reword'Junio C Hamano2021-03-261-10/+112
|\ \ | |/ |/|
| * commit: add a reword suboption to --fixupCharvi Mendiratta2021-03-151-6/+25
| * commit: add amend suboption to --fixup to create amend! commitCharvi Mendiratta2021-03-151-10/+93
* | shortlog: remove unused(?) "repo-abbrev" featureÆvar Arnfjörð Bjarmason2021-01-121-1/+1
|/
* Documentation: stylistically normalize references to Signed-off-by:Bradley M. Kuhn2020-10-201-1/+1
* drop unused argc parametersJeff King2020-09-301-6/+6
* Merge branch 'ds/maintenance-part-1'Junio C Hamano2020-09-261-1/+1
|\
| * maintenance: replace run_auto_gc()Derrick Stolee2020-09-171-1/+1
* | Merge branch 'pw/rebase-i-more-options'Junio C Hamano2020-09-031-2/+2
|\ \
| * | am: stop exporting GIT_COMMITTER_DATEPhillip Wood2020-08-171-2/+2
* | | builtin/commit: suggest update-ref for pseudoref removalHan-Wen Nienhuys2020-08-211-14/+12
| |/ |/|
* | strvec: rename struct fieldsJeff King2020-07-311-1/+1
* | strvec: convert builtin/ callers away from argv_array nameJeff King2020-07-291-3/+3
* | Merge branch 'jc/auto-gc-quiet'Junio C Hamano2020-05-131-2/+1
|\ \
| * | auto-gc: pass --quiet down from am, commit, merge and rebaseJunio C Hamano2020-05-071-2/+1
* | | Merge branch 'dl/opt-callback-cleanup'Junio C Hamano2020-05-051-4/+4
|\ \ \
| * | | Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-4/+4
| | |/ | |/|
* | | Merge branch 'ds/blame-on-bloom'Junio C Hamano2020-05-011-3/+1
|\ \ \
| * | | tests: write commit-graph with Bloom filtersDerrick Stolee2020-04-171-3/+1
| |/ /