39 Commits (de7e0b58ea4bb1ca8242e677096dae50f96e9b7e)

Author SHA1 Message Date
René Scharfe 66e905b7dd use xopen() to handle fatal open(2) failures 3 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Brandon Richardson cbdeab98e8 commit-tree: utilize parse-options api 6 years ago
Brandon Richardson 70ddbd7767 commit-tree: add missing --gpg-sign flag 6 years ago
Stefan Beller c1f5eb4962 commit: add repository argument to lookup_commit 6 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
brian m. carlson e816caa07b sha1_file: convert assert_sha1_type to object_id 7 years ago
Patryk Obara 5078f34459 commit: convert commit_tree* to object_id 7 years ago
Ross Kabus c818e74332 commit-tree: do not complete line in -F input 7 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 7 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
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 12 years ago
Junio C Hamano 75f5ac04a2 commit-tree: the command wants a tree and commits 12 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 16 years ago
Heikki Orsila 05207a2881 Start conforming code to "git subcmd" style part 2 16 years ago
Junio C Hamano 7e44c93558 'git foo' program identifies itself without dash in die() messages 16 years ago
Stephan Beyer ffa9fd9570 Fix commit_tree() buffer leak 16 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. 17 years ago
Pierre Habouzit f1696ee398 Strbuf API extensions and fixes. 17 years ago
Pierre Habouzit af6eb82262 Use strbuf API in apply, blame, commit-tree and diff 17 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