189 Commits (6c9fc42e9f1bf27a3830ef594b7f5f9147af8361)

Author SHA1 Message Date
Johannes Sixt b865734760 replace "parameters" by "arguments" in error messages 4 years ago
Martin Ågren bc62692757 hash-lookup: rename from sha1-lookup 4 years ago
SZEDER Gábor 0afcea70b1 bisect: loosen halfway() check for a large number of commits 4 years ago
René Scharfe 0795df4b9b bisect: clear flags in passed repository 4 years ago
René Scharfe cd8888452c object: allow clear_commit_marks_all to handle any repo 4 years ago
Pranit Bauva 517ecb3161 bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C 4 years ago
Miriam Rubio c7a7f48f4f bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()' 4 years ago
Aaron Lipman ad464a4e84 bisect: combine args passed to find_bisection() 5 years ago
Aaron Lipman e8861ffc20 bisect: introduce first-parent flag 5 years ago
Aaron Lipman be5fe2000d cmd_bisect__helper: defer parsing no-checkout flag 5 years ago
Aaron Lipman 0fe305a5d3 rev-list: allow bisect and first-parent flags 5 years ago
René Scharfe 7d23ff818f bisect: use oid_to_hex_r() instead of memcpy()+oid_to_hex() 5 years ago
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King ef8d7ac42a strvec: convert more callers away from argv_array name 5 years ago
Jeff King 2745b6b450 quote: rename sq_dequote_to_argv_array to mention strvec 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
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 6 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 7 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