aboutsummaryrefslogtreecommitdiff
path: root/bisect.c
Commit message (Expand)AuthorAge
* Merge branch 'ma/bisect-leakfix'Junio C Hamano2018-01-10
|\
| * bisect: fix a regression causing a segfaultÆvar Arnfjörð Bjarmason2018-01-03
* | Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano2017-11-15
|\ \
* \ \ Merge branch 'ma/bisect-leakfix'Junio C Hamano2017-11-15
|\ \ \ | | |/ | |/|
| * | bisect: fix memory leak when returning best elementMartin Ågren2017-11-06
| * | bisect: fix off-by-one error in `best_bisection_sorted()`Martin Ågren2017-11-06
| * | bisect: fix memory leak in `find_bisection()`Martin Ågren2017-11-06
| * | bisect: change calling-convention of `find_bisection()`Martin Ågren2017-11-06
* | | Merge branch 'bc/object-id'Junio C Hamano2017-11-06
|\ \ \ | | |/ | |/|
| * | refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-16
| |/
* | bisect--helper: `bisect_clean_state` shell function in CPranit Bauva2017-10-06
|/
* Merge branch 'ma/leakplugs'Junio C Hamano2017-09-29
|\
| * leak_pending: use `object_array_clear()`, not `free()`Martin Ågren2017-09-24
* | bisect: convert bisect_checkout to struct object_idbrian m. carlson2017-07-17
|/
* Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-15
* | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-13
|\ \
| * | wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-26
| * | use xfopen() in more placesNguyễn Thái Ngọc Duy2017-05-26
| |/
* | Merge branch 'ab/c-translators-comment-style'Junio C Hamano2017-06-04
|\ \
| * | C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason2017-05-31
| |/
* | Merge branch 'jk/update-links-in-docs'Junio C Hamano2017-05-29
|\ \
| * | doc: use https links to Wikipedia to avoid http redirectsSven Strickroth2017-05-15
* | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
| |/ |/|
* | Merge branch 'jk/war-on-git-path'Junio C Hamano2017-04-26
|\ \
| * | bisect: add git_path_bisect_terms helperJeff King2017-04-20
| |/
| * Merge branch 'mm/two-more-xstrfmt' into maintJunio C Hamano2017-03-16
| |\
* | \ Merge branch 'bc/object-id'Junio C Hamano2017-04-19
|\ \ \
| * | | Rename sha1_array to oid_arraybrian m. carlson2017-03-31
| * | | Convert sha1_array_lookup to take struct object_idbrian m. carlson2017-03-31
| * | | Convert remaining callers of sha1_array_lookup to object_idbrian m. carlson2017-03-31
| * | | Make sha1_array_append take a struct object_id *brian m. carlson2017-03-31
| * | | sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-28
| * | | Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-26
* | | | replace unchecked snprintf calls with heap buffersJeff King2017-03-30
|/ / /
* | | Merge branch 'mm/two-more-xstrfmt'Junio C Hamano2017-02-27
|\ \ \ | |/ / |/| / | |/
| * bisect_next_all: convert xsnprintf to xstrfmtMaxim Moseychuk2017-02-16
* | bisect: improve English grammar of not-ancestors messageAlex Henrie2016-12-05
|/
* use QSORTRené Scharfe2016-09-29
* Merge branch 'jk/printf-format'Junio C Hamano2016-07-19
|\
| * commit.c: remove print_commit_list()Junio C Hamano2016-07-08
* | Merge branch 'bc/cocci'Junio C Hamano2016-07-19
|\ \
| * | coccinelle: apply object_id Coccinelle transformationsbrian m. carlson2016-06-28
* | | Merge branch 'va/i18n-even-more'Junio C Hamano2016-07-13
|\ \ \ | |_|/ |/| |
| * | i18n: bisect: mark strings for translationVasco Almeida2016-06-17
| |/
* | Merge branch 'jk/bisect-show-tree'Junio C Hamano2016-07-06
|\ \ | |/ |/|
| * bisect: always call setup_revisions after init_revisionsJeff King2016-06-16
* | bisect.c: use die_errno() and warning_errno()Nguyễn Thái Ngọc Duy2016-05-09
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \
| * | convert trivial cases to ALLOC_ARRAYJeff King2016-02-22