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
/
commit-tree.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-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: get rid of `the_repository` in `assert_oid_type()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
1
-2
/
+10
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
1
-2
/
+10
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-01-17
builtins: send usage_with_options() help text to standard output
Junio C Hamano
1
-2
/
+2
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+2
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-06-11
commit: fix leaking parents when calling `commit_tree_extended()`
Patrick Steinhardt
1
-3
/
+8
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-3
/
+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
-2
/
+2
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-17
Merge branch 'jc/gpg-lazy-init'
Junio C Hamano
1
-9
/
+1
2023-02-27
drop pure pass-through config callbacks
Jeff King
1
-6
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+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
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-10-13
doc txt & -h consistency: word-wrap
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-08-25
use xopen() to handle fatal open(2) failures
René Scharfe
1
-3
/
+1
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
1
-6
/
+6
2019-03-08
commit-tree: utilize parse-options api
Brandon Richardson
1
-72
/
+86
2019-01-22
commit-tree: add missing --gpg-sign flag
Brandon Richardson
1
-1
/
+7
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 assert_sha1_type to object_id
brian m. carlson
1
-1
/
+1
2018-01-30
commit: convert commit_tree* to object_id
Patryk Obara
1
-2
/
+2
2017-09-19
Merge branch 'rk/commit-tree-make-F-verbatim'
Junio C Hamano
1
-1
/
+0
2017-09-10
commit-tree: do not complete line in -F input
Ross Kabus
1
-1
/
+0
2017-07-17
sha1_name: convert get_sha1* to get_oid*
brian m. carlson
1
-2
/
+2
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
2016-09-07
builtin/commit-tree: convert to struct object_id
brian m. carlson
1
-10
/
+10
2016-05-13
Merge branch 'jc/commit-tree-ignore-commit-gpgsign'
Junio C Hamano
1
-4
/
+0
2016-05-03
commit-tree: do not pay attention to commit.gpgsign
Junio C Hamano
1
-4
/
+0
2015-11-20
Convert struct object to object_id
brian m. carlson
1
-2
/
+2
2015-10-16
usage: do not insist that standard input must come from a file
Junio C Hamano
1
-1
/
+1
2014-12-29
commit-tree: simplify parsing of option -S using skip_prefix()
René Scharfe
1
-3
/
+1
2014-06-12
commit_tree: take a pointer/len pair rather than a const strbuf
Jeff King
1
-2
/
+2
2014-02-24
commit-tree: add and document --no-gpg-sign
Junio C Hamano
1
-0
/
+5
2014-02-24
commit-tree: add the commit.gpgsign option to sign all commits
Nicolas Vigier
1
-1
/
+6
2013-03-25
commit-tree: document -S option consistently
Brad King
1
-1
/
+1
2012-07-23
Merge branch 'kk/maint-commit-tree'
Junio C Hamano
1
-3
/
+0
2012-07-17
Merge branch 'kk/maint-1.7.9-commit-tree' into kk/maint-commit-tree
Junio C Hamano
1
-3
/
+0
[next]