aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/am.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King1-2/+2
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt1-4/+4
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-16Merge branch 'rs/parse-options-precision'Junio C Hamano1-0/+1
2025-07-09parse-options: add precision handling for PARSE_OPT_CMDMODERené Scharfe1-0/+1
2025-06-03usage: allow dying without writing an error messagePatrick Steinhardt1-2/+2
2025-05-19Merge branch 'ly/am-split-stgit-leakfix'Junio C Hamano1-1/+3
2025-05-12builtin/am: fix memory leak in `split_mail_stgit_series`Lidong Yan1-1/+3
2025-04-17global: use designated initializers for optionsPatrick Steinhardt1-8/+20
2025-03-18am: switch from merge_recursive_generic() to merge_ort_generic()Elijah Newren1-2/+3
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt1-1/+1
2025-01-28Merge branch 'jc/show-usage-help'Junio C Hamano1-2/+1
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano1-2/+1
2024-12-18mailinfo: stop using `the_repository`Patrick Steinhardt1-1/+1
2024-12-18pager: stop using `the_repository`Patrick Steinhardt1-2/+2
2024-12-06diff.h: fix index used to loop through unsigned integerPatrick Steinhardt1-1/+0
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-2/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt1-2/+6
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt1-2/+3
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt1-4/+5
2024-07-13merge-recursive: honor diff.algorithmAntonin Delpeuch1-1/+1
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-3/+4
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-4/+4
2024-06-17Merge branch 'jk/am-retry'Junio C Hamano1-0/+3
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-4/+4
2024-06-11commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt1-0/+1
2024-06-11builtin/merge-recursive: fix leaking object ID basesPatrick Steinhardt1-3/+3
2024-06-06am: add explicit "--retry" optionJeff King1-0/+3
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano1-14/+24
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-14/+24
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-18/+18
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano1-1/+1
2024-04-01Merge branch 'pb/advice-merge-conflict'Junio C Hamano1-5/+9
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-3/+3
2024-03-18builtin/am: allow disabling conflict advicePhilippe Blain1-5/+9
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King1-1/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-4/+0
2023-11-07Merge branch 'rs/fix-arghelp'Junio C Hamano1-1/+1
2023-10-29am, rebase: fix arghelp syntax of --emptyRené Scharfe1-1/+1
2023-10-29am: simplify --show-current-patch handlingRené Scharfe1-68/+44
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman1-3/+3
2023-09-29Merge branch 'ob/am-msgfix'Junio C Hamano1-1/+2
2023-09-21am: fix error message in parse_opt_show_current_patch()Oswald Buddenhagen1-1/+2
2023-08-21diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()Junio C Hamano1-2/+2
2023-07-26Merge branch 'jc/am-parseopt-fix'Junio C Hamano1-6/+3
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano1-2/+2
2023-07-18am: simplify parsing of "--[no-]keep-cr"Junio C Hamano1-6/+3