summaryrefslogtreecommitdiff
path: root/bisect.c
AgeCommit message (Expand)Author
2018-11-12bisect.c: remove the_repository referenceNguyễn Thái Ngọc Duy
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-17Merge branch 'nd/bisect-show-list-fix'Junio C Hamano
2018-09-17Merge branch 'jk/cocci'Junio C Hamano
2018-09-04bisect.c: make show_list() build againNguyễn Thái Ngọc Duy
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-07-20commit.h: remove method declarationsDerrick Stolee
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller
2018-05-21bisect.c: use commit-slab for commit weight instead of commit->utilNguyễn Thái Ngọc Duy
2018-04-10Merge branch 'ys/bisect-object-id-missing-conversion-fix'Junio C Hamano
2018-03-25bisect: use oid_to_hex() for converting object_id hashes to hex stringsRené Scharfe
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-01-23Merge branch 'ys/bisect-object-id-missing-conversion-fix'Junio C Hamano
2018-01-23Merge branch 'rs/lose-leak-pending'Junio C Hamano
2018-01-10Merge branch 'ma/bisect-leakfix'Junio C Hamano
2018-01-09bisect: debug: convert struct object to object_idYasushi SHOJI
2018-01-03bisect: fix a regression causing a segfaultÆvar Arnfjörð Bjarmason
2017-12-28bisect: avoid using the rev_info flag leak_pendingRené Scharfe
2017-11-15Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano
2017-11-15Merge branch 'ma/bisect-leakfix'Junio C Hamano
2017-11-06Merge branch 'bc/object-id'Junio C Hamano
2017-11-06bisect: fix memory leak when returning best elementMartin Ågren
2017-11-06bisect: fix off-by-one error in `best_bisection_sorted()`Martin Ågren
2017-11-06bisect: fix memory leak in `find_bisection()`Martin Ågren
2017-11-06bisect: change calling-convention of `find_bisection()`Martin Ågren
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson
2017-10-06bisect--helper: `bisect_clean_state` shell function in CPranit Bauva
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano
2017-09-24leak_pending: use `object_array_clear()`, not `free()`Martin Ågren
2017-07-17bisect: convert bisect_checkout to struct object_idbrian m. carlson
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-04Merge branch 'ab/c-translators-comment-style'Junio C Hamano
2017-05-30C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason
2017-05-29Merge branch 'jk/update-links-in-docs'Junio C Hamano
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy
2017-05-26use xfopen() in more placesNguyễn Thái Ngọc Duy
2017-05-15doc: use https links to Wikipedia to avoid http redirectsSven Strickroth
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-04-26Merge branch 'jk/war-on-git-path'Junio C Hamano
2017-04-21bisect: add git_path_bisect_terms helperJeff King
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-31Convert sha1_array_lookup to take struct object_idbrian m. carlson
2017-03-31Convert remaining callers of sha1_array_lookup to object_idbrian m. carlson
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson
2017-03-30replace unchecked snprintf calls with heap buffersJeff King