summaryrefslogtreecommitdiff
path: root/builtin/commit-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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