Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-18Merge branch 'jc/gpg-lazy-init'Junio C Hamano
2023-02-27drop pure pass-through config callbacksJeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-10gpg-interface: lazily initialize and read the configurationJunio C Hamano
2022-10-13doc txt & -h consistency: add missing optionsÆvar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason
2021-08-26use xopen() to handle fatal open(2) failuresRené Scharfe
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2019-03-08commit-tree: utilize parse-options apiBrandon Richardson
2019-01-22commit-tree: add missing --gpg-sign flagBrandon Richardson
2018-06-29commit: add repository argument to lookup_commitStefan Beller
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-03-14sha1_file: convert assert_sha1_type to object_idbrian m. carlson
2018-01-30commit: convert commit_tree* to object_idPatryk Obara
2017-09-19Merge branch 'rk/commit-tree-make-F-verbatim'Junio C Hamano
2017-09-10commit-tree: do not complete line in -F inputRoss Kabus
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson
2017-06-25Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2016-09-07builtin/commit-tree: convert to struct object_idbrian m. carlson
2016-05-13Merge branch 'jc/commit-tree-ignore-commit-gpgsign'Junio C Hamano
2016-05-03commit-tree: do not pay attention to commit.gpgsignJunio C Hamano
2015-11-20Convert struct object to object_idbrian m. carlson
2015-10-17usage: do not insist that standard input must come from a fileJunio C Hamano
2014-12-29commit-tree: simplify parsing of option -S using skip_prefix()René Scharfe
2014-06-12commit_tree: take a pointer/len pair rather than a const strbufJeff King
2014-02-25commit-tree: add and document --no-gpg-signJunio C Hamano
2014-02-25commit-tree: add the commit.gpgsign option to sign all commitsNicolas Vigier
2013-03-26commit-tree: document -S option consistentlyBrad King
2012-07-24Merge branch 'kk/maint-commit-tree'Junio C Hamano
2012-07-18Merge branch 'kk/maint-1.7.9-commit-tree' into kk/maint-commit-treeJunio C Hamano
2012-07-18commit-tree: resurrect command line parsing updatesJunio C Hamano
2012-07-10commit-tree: the command wants a tree and commitsJunio C Hamano
2012-01-07Merge branch 'jc/show-sig'Junio C Hamano
2011-12-22Merge branch 'nd/war-on-nul-in-commit'Junio C Hamano
2011-12-15Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy
2011-11-13commit: teach --gpg-sign optionJunio C Hamano
2011-11-13commit-tree: teach -m/-F options to read logs from elsewhereJunio C Hamano
2011-11-10commit-tree: update the command line parsingJunio C Hamano
2010-10-22Sync with 1.7.3.2Junio C Hamano
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec
2010-10-07commit-tree: free commit message before exitingJonathan Nieder