index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
am.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-16
color: use GIT_COLOR_* instead of numeric constants
Jeff King
1
-2
/
+2
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-4
/
+4
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-16
Merge branch 'rs/parse-options-precision'
Junio C Hamano
1
-0
/
+1
2025-07-09
parse-options: add precision handling for PARSE_OPT_CMDMODE
René Scharfe
1
-0
/
+1
2025-06-03
usage: allow dying without writing an error message
Patrick Steinhardt
1
-2
/
+2
2025-05-19
Merge branch 'ly/am-split-stgit-leakfix'
Junio C Hamano
1
-1
/
+3
2025-05-12
builtin/am: fix memory leak in `split_mail_stgit_series`
Lidong Yan
1
-1
/
+3
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
1
-8
/
+20
2025-03-18
am: switch from merge_recursive_generic() to merge_ort_generic()
Elijah Newren
1
-2
/
+3
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-1
/
+1
2025-01-28
Merge branch 'jc/show-usage-help'
Junio C Hamano
1
-2
/
+1
2025-01-17
builtins: send usage_with_options() help text to standard output
Junio C Hamano
1
-2
/
+1
2024-12-18
mailinfo: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+1
2024-12-18
pager: stop using `the_repository`
Patrick Steinhardt
1
-2
/
+2
2024-12-06
diff.h: fix index used to loop through unsigned integer
Patrick Steinhardt
1
-1
/
+0
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-2
/
+5
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-12
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
1
-2
/
+6
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
1
-2
/
+3
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
1
-4
/
+5
2024-07-13
merge-recursive: honor diff.algorithm
Antonin Delpeuch
1
-1
/
+1
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
1
-3
/
+4
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-4
/
+4
2024-06-17
Merge branch 'jk/am-retry'
Junio C Hamano
1
-0
/
+3
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-4
/
+4
2024-06-11
commit: fix leaking parents when calling `commit_tree_extended()`
Patrick Steinhardt
1
-0
/
+1
2024-06-11
builtin/merge-recursive: fix leaking object ID bases
Patrick Steinhardt
1
-3
/
+3
2024-06-06
am: add explicit "--retry" option
Jeff King
1
-0
/
+3
2024-05-16
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
1
-14
/
+24
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-14
/
+24
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
1
-18
/
+18
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
1
-1
/
+1
2024-04-01
Merge branch 'pb/advice-merge-conflict'
Junio C Hamano
1
-5
/
+9
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-3
/
+3
2024-03-18
builtin/am: allow disabling conflict advice
Philippe Blain
1
-5
/
+9
2024-03-12
strbuf: accept a comment string for strbuf_stripspace()
Jeff King
1
-1
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-4
/
+0
2023-11-07
Merge branch 'rs/fix-arghelp'
Junio C Hamano
1
-1
/
+1
2023-10-29
am, rebase: fix arghelp syntax of --empty
René Scharfe
1
-1
/
+1
2023-10-29
am: simplify --show-current-patch handling
René Scharfe
1
-68
/
+44
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
1
-3
/
+3
2023-09-29
Merge branch 'ob/am-msgfix'
Junio C Hamano
1
-1
/
+2
2023-09-21
am: fix error message in parse_opt_show_current_patch()
Oswald Buddenhagen
1
-1
/
+2
2023-08-21
diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()
Junio C Hamano
1
-2
/
+2
2023-07-26
Merge branch 'jc/am-parseopt-fix'
Junio C Hamano
1
-6
/
+3
2023-07-25
Merge branch 'jk/unused-parameter'
Junio C Hamano
1
-2
/
+2
2023-07-18
am: simplify parsing of "--[no-]keep-cr"
Junio C Hamano
1
-6
/
+3
[next]