summaryrefslogtreecommitdiff
path: root/bisect.c
Commit message (Expand)AuthorAgeFilesLines
* bisect: switch to using the_hash_algobrian m. carlson2019-08-191-1/+1
* bisect: make diff-tree output prettierJeff King2019-03-011-2/+2
* bisect: fix internal diff-tree config loadingJeff King2019-03-011-1/+1
* bisect: use string arguments to feed internal diff-treeJeff King2019-03-011-13/+4
* Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano2019-02-061-1/+1
|\
| * list-objects: consume sparse tree walkDerrick Stolee2019-01-171-1/+1
* | Merge branch 'nd/style-opening-brace'Junio C Hamano2019-01-181-1/+2
|\ \
| * | style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-101-1/+2
| |/
* | bisect.c: remove the_repository referenceNguyễn Thái Ngọc Duy2018-11-121-20/+28
|/
* Merge branch 'nd/the-index'Junio C Hamano2018-10-191-2/+2
|\
| * revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
* | Merge branch 'nd/bisect-show-list-fix'Junio C Hamano2018-09-171-5/+5
|\ \
| * | bisect.c: make show_list() build againNguyễn Thái Ngọc Duy2018-09-041-5/+5
| |/
* | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-3/+3
|\ \
| * | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-1/+1
| * | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-2/+2
| |/
* | commit.h: remove method declarationsDerrick Stolee2018-07-201-0/+1
|/
* commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-1/+1
* bisect.c: use commit-slab for commit weight instead of commit->utilNguyễn Thái Ngọc Duy2018-05-211-3/+9
* Merge branch 'ys/bisect-object-id-missing-conversion-fix'Junio C Hamano2018-04-101-2/+2
|\
| * bisect: use oid_to_hex() for converting object_id hashes to hex stringsys/bisect-object-id-missing-conversion-fixRené Scharfe2018-03-251-2/+2
* | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+2
* | Merge branch 'ys/bisect-object-id-missing-conversion-fix'Junio C Hamano2018-01-231-3/+3
|\ \ | |/
| * bisect: debug: convert struct object to object_idYasushi SHOJI2018-01-091-3/+3
* | Merge branch 'rs/lose-leak-pending'Junio C Hamano2018-01-231-21/+9
|\ \
| * | bisect: avoid using the rev_info flag leak_pendingRené Scharfe2017-12-281-21/+9
* | | Merge branch 'ma/bisect-leakfix'Junio C Hamano2018-01-101-2/+4
|\ \ \
| * | | bisect: fix a regression causing a segfaultma/bisect-leakfixÆvar Arnfjörð Bjarmason2018-01-031-2/+4
| |/ /
* | | Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano2017-11-151-1/+1
|\ \ \
* \ \ \ Merge branch 'ma/bisect-leakfix'Junio C Hamano2017-11-151-14/+19
|\ \ \ \ | | |/ / | |/| |
| * | | bisect: fix memory leak when returning best elementMartin Ågren2017-11-061-1/+5
| * | | bisect: fix off-by-one error in `best_bisection_sorted()`Martin Ågren2017-11-061-3/+4
| * | | bisect: fix memory leak in `find_bisection()`Martin Ågren2017-11-061-1/+3
| * | | bisect: change calling-convention of `find_bisection()`Martin Ågren2017-11-061-9/+7
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-061-2/+3
|\ \ \ \ | | |/ / | |/| |
| * | | refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-161-2/+3
| |/ /
* | | bisect--helper: `bisect_clean_state` shell function in CPranit Bauva2017-10-061-0/+42
|/ /
* | Merge branch 'ma/leakplugs'Junio C Hamano2017-09-291-1/+2
|\ \
| * | leak_pending: use `object_array_clear()`, not `free()`Martin Ågren2017-09-241-1/+2
* | | bisect: convert bisect_checkout to struct object_idbrian m. carlson2017-07-171-9/+9
|/ /
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \
| * | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-131-5/+2
|\ \ \
| * | | wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-261-1/+1
| * | | use xfopen() in more placesNguyễn Thái Ngọc Duy2017-05-261-4/+1
| |/ /
* | | Merge branch 'ab/c-translators-comment-style'Junio C Hamano2017-06-041-2/+4
|\ \ \
| * | | C style: use standard style for "TRANSLATORS" commentsab/c-translators-comment-styleÆvar Arnfjörð Bjarmason2017-05-311-2/+4
| |/ /
* | | Merge branch 'jk/update-links-in-docs'Junio C Hamano2017-05-291-1/+1
|\ \ \
| * | | doc: use https links to Wikipedia to avoid http redirectsjk/update-links-in-docsSven Strickroth2017-05-151-1/+1
| | |/ | |/|
* | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
| |/ |/|