summaryrefslogtreecommitdiff
path: root/bisect.c
AgeCommit message (Expand)Author
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
2017-03-28sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson
2017-03-27Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson
2017-03-16Merge branch 'mm/two-more-xstrfmt' into maintJunio C Hamano
2017-02-27Merge branch 'mm/two-more-xstrfmt'Junio C Hamano
2017-02-16bisect_next_all: convert xsnprintf to xstrfmtMaxim Moseychuk
2016-12-05bisect: improve English grammar of not-ancestors messageAlex Henrie
2016-09-29use QSORTRené Scharfe
2016-07-19Merge branch 'jk/printf-format'Junio C Hamano
2016-07-19Merge branch 'bc/cocci'Junio C Hamano
2016-07-13Merge branch 'va/i18n-even-more'Junio C Hamano
2016-07-08commit.c: remove print_commit_list()Junio C Hamano