139 Commits (2745817028f6fc7502f295fd3694176778cecf54)

Author SHA1 Message Date
René Scharfe 14ced5562c bisect: use oid_to_hex() for converting object_id hashes to hex strings 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
Yasushi SHOJI f0a6068a9f bisect: debug: convert struct object to object_id 7 years ago
Ævar Arnfjörð Bjarmason 2e9fdc795c bisect: fix a regression causing a segfault 7 years ago
René Scharfe 148f14ab5e bisect: avoid using the rev_info flag leak_pending 7 years ago
Martin Ågren f4e45cb3eb bisect: fix memory leak when returning best element 7 years ago
Martin Ågren 7c117184d7 bisect: fix off-by-one error in `best_bisection_sorted()` 7 years ago
Martin Ågren fc5c40bb2b bisect: fix memory leak in `find_bisection()` 7 years ago
Martin Ågren 24d707f636 bisect: change calling-convention of `find_bisection()` 7 years ago
brian m. carlson ae077771b0 refs: convert update_ref and refs_update_ref to use struct object_id 7 years ago
Pranit Bauva fb71a32996 bisect--helper: `bisect_clean_state` shell function in C 7 years ago
Martin Ågren b2ccdf7fc1 leak_pending: use `object_array_clear()`, not `free()` 7 years ago
brian m. carlson 4be0deecbe bisect: convert bisect_checkout to struct object_id 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Ævar Arnfjörð Bjarmason 66f5f6dca9 C style: use standard style for "TRANSLATORS" comments 8 years ago
Nguyễn Thái Ngọc Duy e9d983f116 wrapper.c: add and use fopen_or_warn() 8 years ago
Nguyễn Thái Ngọc Duy 23a9e0712d use xfopen() in more places 8 years ago
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 8 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 10 years ago