383 Commits (3dc57ebfbd1bf30b9a6987f551af9b74641382a9)

Author SHA1 Message Date
René Scharfe f331ab9d4c use MOVE_ARRAY 8 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
Stefan Beller 8b65a34c4a commit: convert lookup_commit_graft to struct object_id 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Nguyễn Thái Ngọc Duy e9d983f116 wrapper.c: add and use fopen_or_warn() 8 years ago
Brian Malehorn d76650b8d1 interpret-trailers: honor the cut line 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson 740ee055c6 Convert lookup_tree to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson e92b848cb6 shallow: convert shallow registration functions to object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Johannes Schindelin 1aeb7e756c parse_timestamp(): specify explicitly where we parse timestamps 8 years ago
René Scharfe b072504ce1 commit: don't check for space twice when looking for header 8 years ago
René Scharfe 50a01cc48c commit: be more precise when searching for headers 8 years ago
Junio C Hamano 9c9b03b1f1 commit.c: use strchrnul() to scan for one line 8 years ago
Jonathan Tan 710714aaa8 commit: make ignore_non_trailer take buf/len 8 years ago
René Scharfe 45ccef87b3 use COPY_ARRAY 9 years ago
Vasco Almeida 4fa4b31507 i18n: commit: mark message for translation 9 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 10 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 11 years ago
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