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
/
verify-commit.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-03-07
builtin/verify-commit: stop using `the_repository`
Usman Akinyemi
1
-7
/
+6
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
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-1
/
+1
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-27
drop pure pass-through config callbacks
Jeff King
1
-6
/
+1
2023-02-09
gpg-interface: lazily initialize and read the configuration
Junio C Hamano
1
-3
/
+0
2022-10-13
doc txt & -h consistency: add missing options and labels
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2019-07-31
Merge branch 'jk/no-system-includes-in-dot-c'
Junio C Hamano
1
-1
/
+0
2019-06-19
verify-tag: drop signal.h include
Jeff King
1
-1
/
+0
2019-05-13
verify-commit: simplify parameters to run_gpg_verify()
Jeff King
1
-15
/
+8
2018-06-29
commit: add repository argument to lookup_commit
Stefan Beller
1
-1
/
+3
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-1
/
+1
2018-02-14
object: rename function 'typename' to 'type_name'
Brandon Williams
1
-1
/
+1
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
builtin/verify-commit: convert to struct object_id
brian m. carlson
1
-6
/
+6
2015-06-22
verify-commit: add option to print raw gpg status information
brian m. carlson
1
-5
/
+10
2015-06-22
gpg: centralize printing signature buffers
brian m. carlson
1
-6
/
+1
2015-06-22
gpg: centralize signature check
brian m. carlson
1
-2
/
+3
2015-01-14
standardize usage info string format
Alex Henrie
1
-1
/
+1
2014-06-23
verify-commit: scriptable commit signature verification
Michael J Gruber
1
-0
/
+93