25 Commits (515360f9e9be976344e3d21cf6f28dcd2ff3c4f9)

Author SHA1 Message Date
brian m. carlson 031cee5b73 builtin/commit-tree: convert to struct object_id 8 years ago
Junio C Hamano 6694856153 commit-tree: do not pay attention to commit.gpgsign 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
Junio C Hamano 33e8fc8740 usage: do not insist that standard input must come from a file 9 years ago
René Scharfe 8547e0f176 commit-tree: simplify parsing of option -S using skip_prefix() 10 years ago
Jeff King 3ffefb54c0 commit_tree: take a pointer/len pair rather than a const strbuf 11 years ago
Junio C Hamano 55ca3f99ae commit-tree: add and document --no-gpg-sign 11 years ago
Nicolas Vigier d95bfb12b8 commit-tree: add the commit.gpgsign option to sign all commits 11 years ago
Brad King df45cb3ea3 commit-tree: document -S option consistently 12 years ago
Junio C Hamano 9aab1b5118 commit-tree: resurrect command line parsing updates 13 years ago
Junio C Hamano 75f5ac04a2 commit-tree: the command wants a tree and commits 13 years ago
Nguyễn Thái Ngọc Duy 13f8b72d8c Convert commit_tree() to take strbuf as message 13 years ago
Junio C Hamano ba3c69a9ee commit: teach --gpg-sign option 13 years ago
Junio C Hamano 96b8d93a53 commit-tree: teach -m/-F options to read logs from elsewhere 13 years ago
Junio C Hamano 79a9312cc9 commit-tree: update the command line parsing 13 years ago
Štěpán Němec 0adda9362a Use parentheses and `...' where appropriate 14 years ago
Jonathan Nieder 79bc2af5ae commit-tree: free commit message before exiting 14 years ago
Jeff King 40d52ff77b make commit_tree a library function 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Stephen Boyd 2d7f98bac7 commit-tree: remove unused #define 15 years ago
Jonathan Nieder 6e9daeffec Show usage string for 'git commit-tree -h' 15 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Miklos Vajna ee20a129de commit_tree(): add a new author parameter 17 years ago
Heikki Orsila 05207a2881 Start conforming code to "git subcmd" style part 2 17 years ago
Junio C Hamano 7e44c93558 'git foo' program identifies itself without dash in die() messages 17 years ago
Stephan Beyer ffa9fd9570 Fix commit_tree() buffer leak 17 years ago
Miklos Vajna 7b9c0a69a5 git-commit-tree: make it usable from other builtins 17 years ago
Johannes Schindelin ef98c5cafb commit-tree: lift completely arbitrary limit of 16 parents 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Junio C Hamano 774751a8bc Re-fix "builtin-commit: fix --signoff" 17 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 18 years ago
Pierre Habouzit f1696ee398 Strbuf API extensions and fixes. 18 years ago
Pierre Habouzit af6eb82262 Use strbuf API in apply, blame, commit-tree and diff 18 years ago
Luiz Fernando N. Capitulino 3e0a93a5bf init_buffer(): Kill buf pointer 18 years ago
Shawn O. Pearce 66035a6b3d Cleanup check_valid in commit-tree. 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Junio C Hamano 01754769ab Don't force everybody to call setup_ident(). 18 years ago
Junio C Hamano 677cfed56a commit-tree: cope with different ways "utf-8" can be spelled. 18 years ago
Junio C Hamano d2c11a38c4 UTF-8: introduce i18n.logoutputencoding. 18 years ago
Junio C Hamano 4b2bced559 i18n.logToUTF8: convert commit log message to UTF-8 18 years ago
Johannes Schindelin 9e83266525 commit-tree: encourage UTF-8 commit messages. 18 years ago
Junio C Hamano 2295e8d0c4 commit-tree: do not overflow MAXPARENT 18 years ago
Nicolas Pitre ebd124c678 make commit message a little more consistent and conforting 18 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Peter Eriksen 6d96ac18e5 Builtin git-commit-tree. 19 years ago
Dmitry V. Levin 31fff305bc Separate object name errors from usage errors 19 years ago
Junio C Hamano 5981e09999 commit-tree.c: check_valid() microoptimization. 19 years ago
Junio C Hamano 3496277a56 commit-tree: allow generic object name for the tree as well. 19 years ago
Peter Eriksen 8e44025925 Use blob_, commit_, tag_, and tree_type throughout. 19 years ago