168 Commits (a08a83db2bf27f015bec9a435f6d73e223c21c5e)

Author SHA1 Message Date
Jeff King 7383b25d76 bisect: stop referring to sha1_array 5 years ago
Jeff King fe299ec5ae oid_array: rename source file from sha1-array 5 years ago
Pranit Bauva 6c69f22233 bisect: libify `bisect_next_all` 5 years ago
Pranit Bauva 9ec598e0d5 bisect: libify `handle_bad_merge_base` and its dependents 5 years ago
Pranit Bauva 45b6370812 bisect: libify `check_good_are_ancestors_of_bad` and its dependents 5 years ago
Pranit Bauva cdd4dc2d6a bisect: libify `check_merge_bases` and its dependents 5 years ago
Pranit Bauva e8e3ce6718 bisect: libify `bisect_checkout` 5 years ago
Pranit Bauva ce58b5d8b1 bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its dependents 5 years ago
Miriam Rubio 680e8a01e5 bisect: add enum to represent bisect returning codes 5 years ago
Miriam Rubio b8e3b2f339 bisect: use the standard 'if (!var)' way to check for 0 5 years ago
brian m. carlson 95518faac1 bisect: switch to using the_hash_algo 5 years ago
Jeff King b02be8b901 bisect: make diff-tree output prettier 6 years ago
Jeff King 40ae3d3eea bisect: fix internal diff-tree config loading 6 years ago
Jeff King 2008f29093 bisect: use string arguments to feed internal diff-tree 6 years ago
Derrick Stolee 4f6d26b167 list-objects: consume sparse tree walk 6 years ago
Nguyễn Thái Ngọc Duy 3b3357626e style: the opening '{' of a function is in a separate line 6 years ago
Nguyễn Thái Ngọc Duy 69d2cfe6e8 bisect.c: remove the_repository reference 6 years ago
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()" 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 6 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