index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
am.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-2
/
+1
*
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
2023-06-21
1
-0
/
+1
*
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
editor: move editor-related functions and declarations into common file
Elijah Newren
2023-04-11
1
-0
/
+1
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-11
/
+12
|
\
|
*
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-3
/
+4
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-8
/
+8
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
Merge branch 'jc/gpg-lazy-init'
Junio C Hamano
2023-03-17
1
-12
/
+1
|
\
\
|
*
|
drop pure pass-through config callbacks
Jeff King
2023-02-27
1
-6
/
+1
|
*
|
gpg-interface: lazily initialize and read the configuration
Junio C Hamano
2023-02-10
1
-6
/
+0
*
|
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge branch 'ab/hook-api-with-stdin'
Junio C Hamano
2023-02-22
1
-16
/
+4
|
\
\
|
*
|
hook API: support passing stdin to hooks, convert am's 'post-rewrite'
Emily Shaffer
2023-02-08
1
-16
/
+4
|
|
/
*
/
cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"
Ævar Arnfjörð Bjarmason
2023-02-10
1
-3
/
+3
|
/
*
Merge branch 'rs/dup-array'
Junio C Hamano
2023-01-22
1
-2
/
+1
|
\
|
*
use DUP_ARRAY
René Scharfe
2023-01-09
1
-2
/
+1
*
|
Merge branch 'tr/am--no-verify'
Junio C Hamano
2023-01-16
1
-3
/
+8
|
\
\
|
|
/
|
/
|
|
*
am: allow passing --no-verify flag
Thierry Reding
2023-01-05
1
-3
/
+8
*
|
Merge branch 'rs/am-parse-options-cleanup'
Junio C Hamano
2022-12-26
1
-1
/
+11
|
\
\
|
*
|
am: don't pass strvec to apply_parse_options()
René Scharfe
2022-12-13
1
-1
/
+11
*
|
|
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-10
/
+11
*
|
|
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
2022-11-21
1
-2
/
+2
|
|
/
|
/
|
*
|
replace and remove run_command_v_opt()
René Scharfe
2022-10-30
1
-4
/
+5
*
|
am: simplify building "show" argument list
René Scharfe
2022-10-30
1
-7
/
+4
|
/
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-1
/
+1
*
config: mark unused callback parameters
Jeff King
2022-08-19
1
-1
/
+1
*
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+3
*
Merge branch 'ab/date-mode-release'
Junio C Hamano
2022-02-26
1
-0
/
+1
|
\
|
*
date API: create a date.h, split from cache.h
Ævar Arnfjörð Bjarmason
2022-02-16
1
-0
/
+1
*
|
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
2022-02-26
1
-3
/
+5
|
\
\
|
|
/
|
/
|
|
*
i18n: factorize "invalid value" messages
Jean-Noël Avila
2022-02-04
1
-3
/
+5
*
|
Merge branch 'ab/config-based-hooks-2'
Junio C Hamano
2022-02-09
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
am: convert applypatch-msg to use hook.h
Emily Shaffer
2022-01-08
1
-1
/
+1
|
*
am: convert {pre,post}-applypatch to use hook.h
Emily Shaffer
2022-01-08
1
-2
/
+2
*
|
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
2022-01-10
1
-3
/
+3
|
\
\
|
*
|
i18n: turn even more messages into "cannot be used together" ones
Jean-Noël Avila
2022-01-05
1
-3
/
+3
|
|
/
*
|
am: support --allow-empty to record specific empty patches
徐沛文 (Aleen)
2021-12-16
1
-8
/
+24
*
|
am: support --empty=<option> to handle empty patches
徐沛文 (Aleen)
2021-12-16
1
-5
/
+52
|
/
*
Merge branch 'ab/config-based-hooks-1'
Junio C Hamano
2021-10-14
1
-0
/
+1
|
\
|
*
hook.[ch]: move find_hook() from run-command.c to hook.c
Ævar Arnfjörð Bjarmason
2021-09-27
1
-0
/
+1
*
|
Merge branch 'en/removing-untracked-fixes'
Junio C Hamano
2021-10-14
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Change unpack_trees' 'reset' flag into an enum
Elijah Newren
2021-09-27
1
-3
/
+2
|
*
Remove ignored files by default when they are in the way
Elijah Newren
2021-09-27
1
-2
/
+1
[next]