summaryrefslogtreecommitdiffstats
path: root/bisect.c
AgeCommit message (Expand)AuthorLines
2019-03-01bisect: make diff-tree output prettierJeff King-2/+2
2019-03-01bisect: fix internal diff-tree config loadingJeff King-1/+1
2019-03-01bisect: use string arguments to feed internal diff-treeJeff King-13/+4
2019-02-06Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano-1/+1
2019-01-18Merge branch 'nd/style-opening-brace'Junio C Hamano-1/+2
2019-01-17list-objects: consume sparse tree walkDerrick Stolee-1/+1
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy-1/+2
2018-11-12bisect.c: remove the_repository referenceNguyễn Thái Ngọc Duy-20/+28
2018-10-19Merge branch 'nd/the-index'Junio C Hamano-2/+2
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy-2/+2
2018-09-17Merge branch 'nd/bisect-show-list-fix'Junio C Hamano-5/+5
2018-09-17Merge branch 'jk/cocci'Junio C Hamano-3/+3
2018-09-04bisect.c: make show_list() build againNguyễn Thái Ngọc Duy-5/+5
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King-1/+1
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King-2/+2
2018-07-20commit.h: remove method declarationsDerrick Stolee-0/+1
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller-1/+1
2018-05-21bisect.c: use commit-slab for commit weight instead of commit->utilNguyễn Thái Ngọc Duy-3/+9
2018-04-10Merge branch 'ys/bisect-object-id-missing-conversion-fix'Junio C Hamano-2/+2
2018-03-25bisect: use oid_to_hex() for converting object_id hashes to hex stringsRené Scharfe-2/+2
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson-1/+2
2018-01-23Merge branch 'ys/bisect-object-id-missing-conversion-fix'Junio C Hamano-3/+3
2018-01-23Merge branch 'rs/lose-leak-pending'Junio C Hamano-21/+9
2018-01-10Merge branch 'ma/bisect-leakfix'Junio C Hamano-2/+4
2018-01-09bisect: debug: convert struct object to object_idYasushi SHOJI-3/+3
2018-01-03bisect: fix a regression causing a segfaultÆvar Arnfjörð Bjarmason-2/+4
2017-12-28bisect: avoid using the rev_info flag leak_pendingRené Scharfe-21/+9
2017-11-15Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano-1/+1
2017-11-15Merge branch 'ma/bisect-leakfix'Junio C Hamano-14/+19
2017-11-06Merge branch 'bc/object-id'Junio C Hamano-2/+3
2017-11-06bisect: fix memory leak when returning best elementMartin Ågren-1/+5
2017-11-06bisect: fix off-by-one error in `best_bisection_sorted()`Martin Ågren-3/+4
2017-11-06bisect: fix memory leak in `find_bisection()`Martin Ågren-1/+3
2017-11-06bisect: change calling-convention of `find_bisection()`Martin Ågren-9/+7
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson-2/+3
2017-10-06bisect--helper: `bisect_clean_state` shell function in CPranit Bauva-0/+42
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano-1/+2
2017-09-24leak_pending: use `object_array_clear()`, not `free()`Martin Ågren-1/+2
2017-07-17bisect: convert bisect_checkout to struct object_idbrian m. carlson-9/+9
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano-5/+2
2017-06-04Merge branch 'ab/c-translators-comment-style'Junio C Hamano-2/+4
2017-05-31C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason-2/+4
2017-05-29Merge branch 'jk/update-links-in-docs'Junio C Hamano-1/+1
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy-1/+1
2017-05-26use xfopen() in more placesNguyễn Thái Ngọc Duy-4/+1
2017-05-15doc: use https links to Wikipedia to avoid http redirectsSven Strickroth-1/+1
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson-1/+1
2017-04-26Merge branch 'jk/war-on-git-path'Junio C Hamano-1/+2