summaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* refs: convert MERGE_AUTOSTASH to become a normal pseudo-refPatrick Steinhardt2024-01-191-1/+1
* Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-8/+0
|\
| * treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-8/+0
* | Merge branch 'la/trailer-cleanups'Junio C Hamano2024-01-021-1/+1
|\ \ | |/ |/|
| * commit: ignore_non_trailer computes number of bytes to ignoreLinus Arver2023-10-201-1/+1
* | Merge branch 'jc/commit-new-underscore-index-fix'Junio C Hamano2023-10-291-4/+4
|\ \ | |/ |/|
| * commit: do not use cryptic "new_index" in end-user facing messagesJunio C Hamano2023-10-181-4/+4
* | Merge branch 'js/empty-index-fixes'Junio C Hamano2023-07-081-5/+2
|\ \
| * | commit -a -m: allow the top-level tree to become empty againJohannes Schindelin2023-06-291-5/+2
| |/
* | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-8/+12
|\ \
| * | config: pass kvi to die_bad_number()Glen Choo2023-06-281-4/+6
| * | config: add ctx arg to config_fn_tGlen Choo2023-06-281-4/+6
* | | Merge branch 'cw/strbuf-cleanup'Junio C Hamano2023-07-061-1/+1
|\ \ \
| * | | strbuf: remove global variableCalvin Wan2023-06-121-1/+1
* | | | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-3/+7
|\ \ \ \
| * | | | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
| * | | | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-2/+1
| * | | | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
| * | | | preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren2023-06-211-0/+1
| * | | | sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren2023-06-211-0/+1
| * | | | add: modify add_files_to_cache() to avoid globalsElijah Newren2023-06-211-1/+2
| | |/ / | |/| |
* | | | Merge branch 'jk/commit-use-no-divider-with-interpret-trailers'Junio C Hamano2023-06-261-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | commit: pass --no-divider to interpret-trailersJeff King2023-06-171-1/+2
| |/ /
* / / surround %s with quotes when failed to lookup commitTeng Long2023-06-031-3/+3
|/ /
* | 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-101-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
|\