summaryrefslogtreecommitdiffstats
path: root/bisect.c
Commit message (Expand)AuthorAgeFilesLines
* 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 stringsRené 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 segfaultÆ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" commentsÆ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 redirectsSven Strickroth2017-05-151-1/+1
| | |/ | |/|
* | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
| |/ |/|
* | Merge branch 'jk/war-on-git-path'Junio C Hamano2017-04-261-1/+2
|\ \
| * | bisect: add git_path_bisect_terms helperJeff King2017-04-201-1/+2
| |/
| * Merge branch 'mm/two-more-xstrfmt' into maintJunio C Hamano2017-03-161-4/+5
| |\
* | \ Merge branch 'bc/object-id'Junio C Hamano2017-04-191-22/+21
|\ \ \
| * | | Rename sha1_array to oid_arraybrian m. carlson2017-03-311-8/+8
| * | | Convert sha1_array_lookup to take struct object_idbrian m. carlson2017-03-311-4/+3
| * | | Convert remaining callers of sha1_array_lookup to object_idbrian m. carlson2017-03-311-7/+7
| * | | Make sha1_array_append take a struct object_id *brian m. carlson2017-03-311-2/+2