113 Commits (69c5f17f11a2afe6b56b04f5a4377e4332858cde)

Author SHA1 Message Date
Junio C Hamano bd2bc94252 merge: allow to pretend a merge is made into a different branch 3 years ago
Denton Liu ce6521e441 Lib-ify fmt-merge-msg 5 years ago
Hans Jerry Illikainen 6794898198 gpg-interface: prefer check_signature() for GPG verification 5 years ago
Junio C Hamano 0106b1d4be Revert "gpg-interface: prefer check_signature() for GPG verification" 5 years ago
Hans Jerry Illikainen 72b006f4bf gpg-interface: prefer check_signature() for GPG verification 5 years ago
René Scharfe 7e412e8a34 fmt-merge-msg: use skip_prefix() instead of starts_with() 5 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 6 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 6 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 6 years ago
Derrick Stolee 6404355657 commit.h: remove method declarations 6 years ago
brian m. carlson 5188eb5d8e builtin/fmt-merge-msg: make hash independent 6 years ago
Stefan Beller a74093da5e tag: add repository argument to deref_tag 6 years ago
Stefan Beller c1f5eb4962 commit: add repository argument to lookup_commit 6 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 6 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
brian m. carlson f8ddeff509 builtin/fmt-merge-msg: convert remaining code to object_id 7 years ago
René Scharfe addcf6cfde fmt-merge-msg: avoid leaking strbuf in shortlog() 7 years ago
Martin Ågren 4da72644b7 reduce_heads: fix memory leaks 7 years ago
brian m. carlson 0f2dc722dd refs: convert resolve_refdup and refs_resolve_refdup to struct object_id 7 years ago
Dimitrios Christidis edd64ef4f7 fmt-merge-msg: fix coding style 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 7 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson 175ccdcf2a builtin/fmt-merge-message: convert to struct object_id 8 years ago
René Scharfe 76dd98c139 remove unnecessary check before QSORT 8 years ago
René Scharfe 9ed0d8d6e6 use QSORT 8 years ago
René Scharfe a22ae753cb use strbuf_addstr() for adding constant strings to a strbuf, part 2 8 years ago
René Scharfe bc57b9c0cc use strbuf_addstr() instead of strbuf_addf() with "%s" 8 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
René Scharfe e510ab8988 use pop_commit() for consuming the first entry of a struct commit_list 9 years ago
Michael Haggerty fb58c8d507 refs: move the remaining ref module declarations to refs.h 9 years ago
Junio C Hamano 1154aa4215 fmt-merge-msg: plug small leak of commit buffer 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
René Scharfe a0d4923ddf use strbuf_complete_line() for adding a newline if needed 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Jeff King 95b567c7c3 use skip_prefix to avoid repeating strings 11 years ago
Jeff King cf4fff579e refactor skip_prefix to return a boolean 11 years ago
Jeff King 283101869b use xstrfmt to replace xmalloc + sprintf 11 years ago
Jeff King c0264180d7 avoid using skip_prefix as a boolean 11 years ago
Jeff King 8597ea3afe commit: record buffer length in cache 11 years ago
Jeff King bc6b8fc130 use get_commit_buffer everywhere 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Ralf Thielow 89c3bbd808 fmt-merge-msg: use core.commentchar in tag signatures completely 12 years ago
Ralf Thielow 9927ebed19 fmt-merge-msg: respect core.commentchar in people credits 12 years ago
Michael J Gruber 9cc4ac8ff1 gpg_interface: allow to request status return 12 years ago
Junio C Hamano eff80a9fd9 Allow custom "comment char" 12 years ago