111 Commits (fb61e4d3abe2349eb0fabe0be8981626b4074fa7)

Author SHA1 Message Date
Sven Strickroth 5e68729fd9 doc: use https links to Wikipedia to avoid http redirects 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
Jeff King f5d284f6df bisect: add git_path_bisect_terms helper 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 5d3206d501 Convert sha1_array_lookup to take struct object_id 8 years ago
brian m. carlson 4ce3621a6d Convert remaining callers of sha1_array_lookup to object_id 8 years ago
brian m. carlson 98a72ddc12 Make sha1_array_append take a struct object_id * 8 years ago
Jeff King 5b1ef2cef4 replace unchecked snprintf calls with heap buffers 8 years ago
brian m. carlson ee3051bd23 sha1-array: convert internal storage for struct sha1_array to object_id 8 years ago
brian m. carlson dc01505f7f Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ 8 years ago
Maxim Moseychuk 2cfa83574c bisect_next_all: convert xsnprintf to xstrfmt 8 years ago
Alex Henrie 3f407b7614 bisect: improve English grammar of not-ancestors message 8 years ago
René Scharfe 9ed0d8d6e6 use QSORT 9 years ago
Junio C Hamano 54307ea7c3 commit.c: remove print_commit_list() 9 years ago
brian m. carlson c368dde924 coccinelle: apply object_id Coccinelle transformations 9 years ago
Vasco Almeida 14dc4899e5 i18n: bisect: mark strings for translation 9 years ago
Jeff King 43ec550915 bisect: always call setup_revisions after init_revisions 9 years ago
Nguyễn Thái Ngọc Duy 23e7a312e1 bisect.c: use die_errno() and warning_errno() 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 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
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
Antoine Delaite 21e5cfd8b3 bisect: add the terms old/new 10 years ago
Antoine Delaite cb46d630ba bisect: simplify the addition of new bisect terms 10 years ago
David Turner f3a977187e bisect: use update_ref 10 years ago
Antoine Delaite 43f9d9f3a6 bisect: replace hardcoded "bad|good" by variables 10 years ago
Antoine Delaite f6216c2c5c bisect: correction of typo 10 years ago
Michael Haggerty eed2514802 register_ref(): rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
brian m. carlson 3c5ff9956c bisect.c: convert leaf functions to use struct object_id 10 years ago
Junio C Hamano 2ce406ccb8 get_merge_bases(): always clean-up object flags 11 years ago
Junio C Hamano d76c9e95b4 bisect: clean flags after checking merge bases 11 years ago
Jeff King 662174d299 log-tree: make add_name_decoration a public function 11 years ago
Nguyễn Thái Ngọc Duy 208acbfb82 object.h: centralize object flag allocation 11 years ago
Elia Pinto 4824d1b8c2 bisect.c: reduce scope of variable 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Nguyễn Thái Ngọc Duy e76a5fb459 list-objects: reduce one argument in mark_edges_uninteresting 12 years ago
Michael Haggerty bf42772e38 register_ref(): make a copy of the bad reference SHA-1 12 years ago
John Keeping 7b96d88802 bisect: avoid signed integer overflow 12 years ago
Nguyễn Thái Ngọc Duy c43cb38612 Move estimate_bisect_steps to libgit.a 13 years ago
Ramsay Jones d292bfaf35 Call git_pathdup() rather than xstrdup(git_path("...")) 13 years ago
Michael Haggerty 144e709004 bisect: copy filename string obtained from git_path() 13 years ago
René Scharfe 86a0a408b9 commit: factor out clear_commit_marks_for_object_array 14 years ago
René Scharfe 353f5657a8 bisect: use leak_pending flag 14 years ago
Jeff King 8a534b6124 bisect: use argv_array API 14 years ago
Jon Seymour fee92fc1dd bisect: introduce support for --no-checkout option. 14 years ago
Jeff King 902bb36451 bisect: refactor sha1_array into a generic sha1 list 14 years ago
Christian Couder 56ff37941e bisect: use find_commit_subject() instead of custom code 15 years ago