322 Commits (5f5f553fd571732f6ff78107fb6223c5cf7b441f)

Author SHA1 Message Date
Junio C Hamano a50e7ca321 gpg-interface: move parse_gpg_output() to where it should be 11 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
Dmitry S. Dolzhenko 0a9136f327 commit.c: use the generic "sha1_pos" function for lookup 11 years ago
Vasily Makarov 6bc76725ea get_octopus_merge_bases(): cleanup redundant variable 11 years ago
Johannes Schindelin e228c1736f Remove the line length limit for graft files 11 years ago
Nguyễn Thái Ngọc Duy 8785b7654b commit.c: make "tree" a const pointer in commit_tree*() 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 5e7d4d3e93 assume parse_commit checks for NULL commit 11 years ago
Jeff King 7059dccc6c log_tree_diff: die when we fail to parse a commit 11 years ago
Junio C Hamano dc773a67e1 commit: typofix for xxFFF[EF] check 12 years ago
Thomas Rast 53d00b39ce log: use true parents for diff even when rewriting 12 years ago
Peter Krefting 81050ac604 commit: reject non-characters 12 years ago
brian m. carlson e82bd6cc70 commit: reject overlong UTF-8 sequences 12 years ago
brian m. carlson 28110d4bfc commit: reject invalid UTF-8 codepoints 12 years ago
Jeff King 727377ff65 commit.c: make compare_commits_by_commit_date global 12 years ago
Junio C Hamano 81c6b38b67 log: --author-date-order 12 years ago
Junio C Hamano da24b1044f sort-in-topological-order: use prio-queue 12 years ago
Junio C Hamano 08f704f294 toposort: rename "lifo" field 12 years ago
Junio C Hamano a84b794ad0 commit-slab: introduce a macro to define a slab for new type 12 years ago
Junio C Hamano 66eb375d3d commit-slab: avoid large realloc 12 years ago
Jeff King 96c4f4a370 commit: allow associating auxiliary info on-demand 12 years ago
Stefano Lattarini 41ccfdd9c9 Correct common spelling mistakes in comments and tests 12 years ago
Sebastian Götte eb307ae7bb merge/pull Check for untrusted good GPG signatures 12 years ago