summaryrefslogtreecommitdiff
path: root/builtin/am.c
Commit message (Expand)AuthorAgeFilesLines
* pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-0/+1
* 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-11/+12
|\
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+4
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-8/+8
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* | abspath.h: move absolute path functions 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-12/+1
|\ \
| * | drop pure pass-through config callbacksJeff King2023-02-271-6/+1
| * | gpg-interface: lazily initialize and read the configurationJunio C Hamano2023-02-091-6/+0
* | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
| |/ |/|
* | Merge branch 'ab/hook-api-with-stdin'Junio C Hamano2023-02-221-16/+4
|\ \
| * | hook API: support passing stdin to hooks, convert am's 'post-rewrite'Emily Shaffer2023-02-081-16/+4
| |/
* | cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"Ævar Arnfjörð Bjarmason2023-02-101-3/+3
|/
* Merge branch 'rs/dup-array'Junio C Hamano2023-01-211-2/+1
|\
| * use DUP_ARRAYRené Scharfe2023-01-091-2/+1
* | Merge branch 'tr/am--no-verify'Junio C Hamano2023-01-161-3/+8
|\ \ | |/ |/|
| * am: allow passing --no-verify flagThierry Reding2023-01-051-3/+8
* | Merge branch 'rs/am-parse-options-cleanup'Junio C Hamano2022-12-261-1/+11
|\ \
| * | am: don't pass strvec to apply_parse_options()René Scharfe2022-12-131-1/+11
* | | cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-10/+11
* | | cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason2022-11-211-2/+2
| |/ |/|
* | replace and remove run_command_v_opt()René Scharfe2022-10-301-4/+5
* | am: simplify building "show" argument listRené Scharfe2022-10-301-7/+4
|/
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* config: mark unused callback parametersJeff King2022-08-191-1/+1
* revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+3
* 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
* | Merge branch 'ja/i18n-common-messages'Junio C Hamano2022-02-251-3/+5
|\ \ | |/ |/|
| * i18n: factorize "invalid value" messagesJean-Noël Avila2022-02-041-3/+5
* | Merge branch 'ab/config-based-hooks-2'Junio C Hamano2022-02-091-3/+3
|\ \ | |/ |/|
| * am: convert applypatch-msg to use hook.hEmily Shaffer2022-01-071-1/+1
| * am: convert {pre,post}-applypatch to use hook.hEmily Shaffer2022-01-071-2/+2
* | Merge branch 'ja/i18n-similar-messages'Junio C Hamano2022-01-101-3/+3
|\ \
| * | i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila2022-01-051-3/+3
| |/
* | am: support --allow-empty to record specific empty patches徐沛文 (Aleen)2021-12-151-8/+24
* | am: support --empty=<option> to handle empty patches徐沛文 (Aleen)2021-12-151-5/+52
|/
* Merge branch 'ab/config-based-hooks-1'Junio C Hamano2021-10-131-0/+1
|\
| * hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason2021-09-271-0/+1
* | Merge branch 'en/removing-untracked-fixes'Junio C Hamano2021-10-131-1/+2
|\ \ | |/ |/|
| * Change unpack_trees' 'reset' flag into an enumElijah Newren2021-09-271-3/+2
| * Remove ignored files by default when they are in the wayElijah Newren2021-09-271-2/+1
| * unpack-trees: introduce preserve_ignored to unpack_trees_optionsElijah Newren2021-09-271-0/+3
| * Merge branch 'en/am-abort-fix' into en/removing-untracked-fixesJunio C Hamano2021-09-201-1/+2
| |\
* | \ Merge branch 'en/am-abort-fix'Junio C Hamano2021-09-231-1/+2
|\ \ \ | | |/ | |/|