summaryrefslogtreecommitdiff
path: root/bisect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | 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
| * | | sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-281-7/+7
| * | | Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-261-1/+1
* | | | replace unchecked snprintf calls with heap buffersJeff King2017-03-301-3/+5
|/ / /
* | | Merge branch 'mm/two-more-xstrfmt'Junio C Hamano2017-02-271-4/+5
|\ \ \ | |/ / |/| / | |/
| * bisect_next_all: convert xsnprintf to xstrfmtmm/two-more-xstrfmtMaxim Moseychuk2017-02-161-4/+5
* | bisect: improve English grammar of not-ancestors messageAlex Henrie2016-12-051-1/+1
|/
* use QSORTRené Scharfe2016-09-291-1/+1
* Merge branch 'jk/printf-format'Junio C Hamano2016-07-191-1/+4
|\
| * commit.c: remove print_commit_list()jk/printf-formatJunio C Hamano2016-07-081-1/+4
* | Merge branch 'bc/cocci'Junio C Hamano2016-07-191-1/+1
|\ \
| * | coccinelle: apply object_id Coccinelle transformationsbrian m. carlson2016-06-281-1/+1
* | | Merge branch 'va/i18n-even-more'Junio C Hamano2016-07-131-25/+31
|\ \ \ | |_|/ |/| |
| * | i18n: bisect: mark strings for translationVasco Almeida2016-06-171-25/+31
| |/
* | Merge branch 'jk/bisect-show-tree'Junio C Hamano2016-07-061-0/+1
|\ \ | |/ |/|