summaryrefslogtreecommitdiff
path: root/builtin/commit-tree.c
AgeCommit message (Expand)Author
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-24commit-tree: add and document --no-gpg-signJunio C Hamano
2014-02-24commit-tree: add the commit.gpgsign option to sign all commitsNicolas Vigier
2013-03-25commit-tree: document -S option consistentlyBrad King
2012-07-24Merge branch 'kk/maint-commit-tree'Junio C Hamano
2012-07-17Merge branch 'kk/maint-1.7.9-commit-tree' into kk/maint-commit-treeJunio C Hamano
2012-07-17commit-tree: resurrect command line parsing updatesJunio C Hamano
2012-07-09commit-tree: the command wants a tree and commitsJunio C Hamano
2012-01-06Merge 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
2010-04-02make commit_tree a library functionJeff King
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds