149 Commits (21853626eac565dd42572d90724b29863f61eb3b)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy b0eb92bbc2 bisect.c: make show_list() build again 6 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Derrick Stolee 6404355657 commit.h: remove method declarations 7 years ago
Stefan Beller 2122f6754c commit: add repository argument to lookup_commit_reference 7 years ago
Nguyễn Thái Ngọc Duy bb408ac95d bisect.c: use commit-slab for commit weight instead of commit->util 7 years ago
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