361 Commits (1a5fccc0c26b4a8abafd85a73558022e65f6f8cf)

Author SHA1 Message Date
René Scharfe 45ccef87b3 use COPY_ARRAY 8 years ago
Vasco Almeida 4fa4b31507 i18n: commit: mark message for translation 8 years ago
René Scharfe 5447a76aad commit: use FLEX_ARRAY in struct merge_remote_desc 9 years ago
René Scharfe beb518c985 commit: factor out set_merge_remote_desc() 9 years ago
René Scharfe c089320cf6 commit: use xstrdup() in get_merge_parent() 9 years ago
Junio C Hamano 54307ea7c3 commit.c: remove print_commit_list() 9 years ago
Johannes Schindelin 3324dd8f26 commit -S: avoid invalid pointer with empty message 9 years ago
Johannes Schindelin 4e1b06da25 commit.c: make find_commit_subject() more robust 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 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
brian m. carlson 434060ec6d gpg: centralize signature check 10 years ago
brian m. carlson a4cc18f293 verify-tag: share code with verify-commit 10 years ago
Jeff King 9cc2b07a7c add quieter versions of parse_{tree,commit} 10 years ago
Junio C Hamano 862e730ec1 commit-slab: introduce slabname##_peek() function 10 years ago
brian m. carlson 7683e2e6e3 commit: convert parts to struct object_id 10 years ago
Christian Couder 8c38458923 commit: make ignore_non_trailer() non static 10 years ago
Junio C Hamano 2ce406ccb8 get_merge_bases(): always clean-up object flags 10 years ago
Junio C Hamano a50e7ca321 gpg-interface: move parse_gpg_output() to where it should be 10 years ago
David Aguilar 24d36f1472 stylefix: asterisks stick to the variable, not the type 11 years ago
Jeff King ea5517f04b record_author_date(): use find_commit_header() 11 years ago
Jeff King 6876618cea record_author_date(): fix memory leak on malformed commit 11 years ago
Jeff King fe6eb7f2c5 commit: provide a function to find a header in a buffer 11 years ago
Jeff King c4ad00f8cc add object_as_type helper for casting objects 11 years ago
Jeff King fe24d396e1 move setting of object->type to alloc_* functions 11 years ago
Christian Couder 0b05ab6f1b replace: remove signature when using --graft 11 years ago
René Scharfe 4bbaa1eb6f use commit_list_count() to count the members of commit_lists 11 years ago
Jeff King 73f43f220f paint_down_to_common: use prio_queue 11 years ago
Jeff King 8ff226a9d5 add object_as_type helper for casting objects 11 years ago
Jeff King d36f51c13b move setting of object->type to alloc_* functions 11 years ago
René Scharfe cb979dbd8f commit: use commit_list_append() instead of duplicating its code 11 years ago
Christian Couder 063da62b02 commit: add for_each_mergetag() 11 years ago
Michael J Gruber 71c214c840 gpg-interface: provide access to the payload 11 years ago
Jeff King cf4fff579e refactor skip_prefix to return a boolean 11 years ago
Jeff King 218aa3a616 reuse cached commit buffer when parsing signatures 11 years ago
Jeff King 8597ea3afe commit: record buffer length in cache 11 years ago
Jeff King c1b3c71f4b commit: convert commit->buffer to a slab 11 years ago
Jeff King ba41c1c93f use get_commit_buffer to avoid duplicate code 11 years ago
Jeff King 152ff1cceb provide helpers to access the commit buffer 11 years ago
Jeff King 66c2827ea4 provide a helper to set the commit buffer 11 years ago
Jeff King 0fb370da9c provide a helper to free commit buffer 11 years ago
Jeff King 969eba6341 commit: push commit_index update into alloc_commit_node 11 years ago
Jeff King 3ffefb54c0 commit_tree: take a pointer/len pair rather than a const strbuf 11 years ago
Brian Gesiak c4a7b0092b commit.c: rearrange xcalloc arguments 11 years ago
Nguyễn Thái Ngọc Duy 208acbfb82 object.h: centralize object flag allocation 11 years ago
Tanay Abhra 147972b1a6 commit.c: use skip_prefix() instead of starts_with() 11 years ago
Dmitry S. Dolzhenko d6e82b575a commit.c: use ALLOC_GROW() in register_commit_graft() 11 years ago