88 Commits (148bce96e58a80fcf3a36d0cb70e0bd24ba6cfb6)

Author SHA1 Message Date
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 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 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" 9 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 10 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
Junio C Hamano 9bcbb1c218 merge --no-edit: do not credit people involved in the side branch 12 years ago
Nguyễn Thái Ngọc Duy 93eced6c1b i18n: fmt-merge-msg: mark parseopt strings for translation 13 years ago
Junio C Hamano 9830a9ca50 fmt-merge-msg: make attribution into comment lines 13 years ago
Linus Torvalds a3347b988a fmt-merge-message: add empty line between tag and signature verification 13 years ago
Jeff King e21ab1340a fmt-merge-msg: don't use static buffer in record_person 13 years ago
Junio C Hamano 5802f81b14 fmt-merge-msg: discard needless merge parents 13 years ago
Junio C Hamano 418a1435f1 fmt-merge-msg: show those involved in a merged series 13 years ago
Nguyễn Thái Ngọc Duy 96ec7b1e70 Convert resolve_ref+xstrdup to new resolve_refdup function 13 years ago
Nguyễn Thái Ngọc Duy d5a35c114a Copy resolve_ref() return value for longer use 13 years ago
Junio C Hamano 895680f044 fmt-merge-msg: Add contents of merged tag in the merge message 13 years ago
Junio C Hamano cbda121c99 fmt-merge-msg: package options into a structure 13 years ago
Junio C Hamano 4c0ea82da3 fmt-merge-msg: avoid early returns 13 years ago
Ramsay Jones 90a321c04c fmt-merge-msg.c: Fix an "dubious one-bit signed bitfield" sparse error 13 years ago
Junio C Hamano 898eacd8ad fmt-merge-msg: use branch.$name.description 13 years ago
Nguyễn Thái Ngọc Duy baf18fc261 Accept tags in HEAD or MERGE_HEAD 13 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Matthieu Moy 13931236b9 Change incorrect "remote branch" to "remote tracking branch" in C code 14 years ago
Ramkumar Ramachandra bda3b8ff17 merge: Make 'merge.log' an integer or boolean option 15 years ago