aboutsummaryrefslogtreecommitdiff
path: root/builtin/commit-tree.c
Commit message (Expand)AuthorAge
* builtin/commit-tree: convert to struct object_idbrian m. carlson2016-09-07
* Merge branch 'jc/commit-tree-ignore-commit-gpgsign'Junio C Hamano2016-05-13
|\
| * commit-tree: do not pay attention to commit.gpgsignJunio C Hamano2016-05-03
* | Convert struct object to object_idbrian m. carlson2015-11-20
* | usage: do not insist that standard input must come from a fileJunio C Hamano2015-10-16
|/
* commit-tree: simplify parsing of option -S using skip_prefix()René Scharfe2014-12-29
* commit_tree: take a pointer/len pair rather than a const strbufJeff King2014-06-12
* commit-tree: add and document --no-gpg-signJunio C Hamano2014-02-24
* commit-tree: add the commit.gpgsign option to sign all commitsNicolas Vigier2014-02-24
* commit-tree: document -S option consistentlyBrad King2013-03-25
* Merge branch 'kk/maint-commit-tree'Junio C Hamano2012-07-23
|\
| * Merge branch 'kk/maint-1.7.9-commit-tree' into kk/maint-commit-treeJunio C Hamano2012-07-17
| |\
| | * commit-tree: resurrect command line parsing updatesJunio C Hamano2012-07-17
* | | commit-tree: the command wants a tree and commitsJunio C Hamano2012-07-09
|/ /
* | Merge branch 'jc/show-sig'Junio C Hamano2012-01-06
|\ \ | |/
| * commit: teach --gpg-sign optionJunio C Hamano2011-11-12
* | Merge branch 'nd/war-on-nul-in-commit'Junio C Hamano2011-12-22
|\ \ | |/ |/|
| * Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy2011-12-15
* | commit-tree: teach -m/-F options to read logs from elsewhereJunio C Hamano2011-11-12
* | commit-tree: update the command line parsingJunio C Hamano2011-11-09
|/
* Sync with 1.7.3.2Junio C Hamano2010-10-21
|\
| * Use parentheses and `...' where appropriateŠtěpán Němec2010-10-08
* | commit-tree: free commit message before exitingJonathan Nieder2010-10-06
|/
* make commit_tree a library functionJeff King2010-04-01
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22