summaryrefslogtreecommitdiffstats
path: root/builtin/commit-tree.c
AgeCommit message (Expand)AuthorLines
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt-0/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt-1/+1
2025-07-01odb: get rid of `the_repository` in `assert_oid_type()`Patrick Steinhardt-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano-2/+10
2025-04-17global: use designated initializers for optionsPatrick Steinhardt-2/+10
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano-2/+2
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai-1/+2
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai-1/+4
2024-06-11commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt-3/+8
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-3/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-1/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-2/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-2/+2
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-2/+2
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-03-17Merge branch 'jc/gpg-lazy-init'Junio C Hamano-9/+1
2023-02-27drop pure pass-through config callbacksJeff King-6/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-02-09gpg-interface: lazily initialize and read the configurationJunio C Hamano-3/+0
2022-10-13doc txt & -h consistency: add missing optionsÆvar Arnfjörð Bjarmason-0/+1
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason-2/+2
2021-08-25use xopen() to handle fatal open(2) failuresRené Scharfe-3/+1
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu-6/+6
2019-03-08commit-tree: utilize parse-options apiBrandon Richardson-72/+86
2019-01-22commit-tree: add missing --gpg-sign flagBrandon Richardson-1/+7
2018-06-29commit: add repository argument to lookup_commitStefan Beller-1/+3
2018-05-16object-store: move object access functions to object-store.hStefan Beller-0/+1
2018-03-14sha1_file: convert assert_sha1_type to object_idbrian m. carlson-1/+1
2018-01-30commit: convert commit_tree* to object_idPatryk Obara-2/+2
2017-09-19Merge branch 'rk/commit-tree-make-F-verbatim'Junio C Hamano-1/+0
2017-09-10commit-tree: do not complete line in -F inputRoss Kabus-1/+0
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson-2/+2
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson-1/+1
2016-09-07builtin/commit-tree: convert to struct object_idbrian m. carlson-10/+10
2016-05-13Merge branch 'jc/commit-tree-ignore-commit-gpgsign'Junio C Hamano-4/+0
2016-05-03commit-tree: do not pay attention to commit.gpgsignJunio C Hamano-4/+0
2015-11-20Convert struct object to object_idbrian m. carlson-2/+2
2015-10-16usage: do not insist that standard input must come from a fileJunio C Hamano-1/+1
2014-12-29commit-tree: simplify parsing of option -S using skip_prefix()René Scharfe-3/+1
2014-06-12commit_tree: take a pointer/len pair rather than a const strbufJeff King-2/+2
2014-02-24commit-tree: add and document --no-gpg-signJunio C Hamano-0/+5
2014-02-24commit-tree: add the commit.gpgsign option to sign all commitsNicolas Vigier-1/+6
2013-03-25commit-tree: document -S option consistentlyBrad King-1/+1
2012-07-23Merge branch 'kk/maint-commit-tree'Junio C Hamano-3/+0
2012-07-17Merge branch 'kk/maint-1.7.9-commit-tree' into kk/maint-commit-treeJunio C Hamano-3/+0