summaryrefslogtreecommitdiff
path: root/builtin/commit-tree.c
Commit message (Expand)AuthorAgeFilesLines
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-2/+2
|\
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'jc/gpg-lazy-init'Junio C Hamano2023-03-171-9/+1
|\ \
| * | drop pure pass-through config callbacksJeff King2023-02-271-6/+1
| * | gpg-interface: lazily initialize and read the configurationJunio C Hamano2023-02-091-3/+0
| |/
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* doc txt & -h consistency: add missing optionsÆvar Arnfjörð Bjarmason2022-10-131-0/+1
* doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason2022-10-131-2/+2
* use xopen() to handle fatal open(2) failuresRené Scharfe2021-08-251-3/+1
* Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-6/+6
* commit-tree: utilize parse-options apiBrandon Richardson2019-03-081-72/+86
* commit-tree: add missing --gpg-sign flagBrandon Richardson2019-01-221-1/+7
* commit: add repository argument to lookup_commitStefan Beller2018-06-291-1/+3
* object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* sha1_file: convert assert_sha1_type to object_idbrian m. carlson2018-03-141-1/+1
* commit: convert commit_tree* to object_idPatryk Obara2018-01-301-2/+2
* Merge branch 'rk/commit-tree-make-F-verbatim'Junio C Hamano2017-09-191-1/+0
|\
| * commit-tree: do not complete line in -F inputrk/commit-tree-make-F-verbatimRoss Kabus2017-09-101-1/+0
* | sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-171-2/+2
|/
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
|/
* builtin/commit-tree: convert to struct object_idbrian m. carlson2016-09-071-10/+10
* Merge branch 'jc/commit-tree-ignore-commit-gpgsign'Junio C Hamano2016-05-131-4/+0
|\
| * commit-tree: do not pay attention to commit.gpgsignjc/commit-tree-ignore-commit-gpgsignJunio C Hamano2016-05-031-4/+0
* | Convert struct object to object_idbrian m. carlson2015-11-201-2/+2
* | usage: do not insist that standard input must come from a filejc/usage-stdinJunio C Hamano2015-10-161-1/+1
|/
* commit-tree: simplify parsing of option -S using skip_prefix()rs/simplify-parsing-commit-tree-SRené Scharfe2014-12-291-3/+1
* commit_tree: take a pointer/len pair rather than a const strbufJeff King2014-06-121-2/+2
* commit-tree: add and document --no-gpg-signJunio C Hamano2014-02-241-0/+5
* commit-tree: add the commit.gpgsign option to sign all commitsNicolas Vigier2014-02-241-1/+6
* commit-tree: document -S option consistentlyBrad King2013-03-251-1/+1
* Merge branch 'kk/maint-commit-tree'Junio C Hamano2012-07-231-3/+0
|\
| * Merge branch 'kk/maint-1.7.9-commit-tree' into kk/maint-commit-treeJunio C Hamano2012-07-171-3/+0
| |\
| | * commit-tree: resurrect command line parsing updatesJunio C Hamano2012-07-171-3/+0
* | | commit-tree: the command wants a tree and commitsJunio C Hamano2012-07-091-4/+4
|/ /
* | Merge branch 'jc/show-sig'Junio C Hamano2012-01-061-3/+22
|\ \ | |/
| * commit: teach --gpg-sign optionJunio C Hamano2011-11-121-3/+22
* | Merge branch 'nd/war-on-nul-in-commit'Junio C Hamano2011-12-221-1/+1
|\ \ | |/ |/|
| * Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy2011-12-151-1/+1
* | commit-tree: teach -m/-F options to read logs from elsewhereJunio C Hamano2011-11-121-3/+40
* | commit-tree: update the command line parsingJunio C Hamano2011-11-091-13/+18
|/
* Sync with 1.7.3.2Junio C Hamano2010-10-211-1/+1
|\
| * Use parentheses and `...' where appropriateŠtěpán Němec2010-10-081-1/+1
* | commit-tree: free commit message before exitingJonathan Nieder2010-10-061-5/+7
|/
* make commit_tree a library functionJeff King2010-04-011-69/+1
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+133