summaryrefslogtreecommitdiffstats
path: root/bisect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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 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()Junio 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
|\ \ | |/ |/|
| * bisect: always call setup_revisions after init_revisionsJeff King2016-06-161-0/+1
* | bisect.c: use die_errno() and warning_errno()Nguyễn Thái Ngọc Duy2016-05-091-4/+3
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-2/+2
|\ \
| * | convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-2/+2
* | | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-4/+4
|/ /
* | Remove get_object_hash.brian m. carlson2015-11-201-3/+3
* | Convert struct object to object_idbrian m. carlson2015-11-201-2/+2
* | Add several uses of get_object_hash.brian m. carlson2015-11-201-3/+3
* | Merge branch 'ad/bisect-terms'Junio C Hamano2015-10-051-3/+8
|\ \
| * | bisect: add the terms old/newAntoine Delaite2015-08-031-3/+8
* | | Merge branch 'dt/refs-pseudo'Junio C Hamano2015-08-251-29/+8
|\ \ \
| * | | bisect: use update_refDavid Turner2015-07-311-29/+8
* | | | Merge branch 'jk/git-path'Junio C Hamano2015-08-191-2/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | memoize common git-path "constant" filesJeff King2015-08-101-2/+5
| |/ /
* | | bisect: simplify the addition of new bisect termsAntoine Delaite2015-08-031-2/+31
* | | bisect: replace hardcoded "bad|good" by variablesAntoine Delaite2015-06-291-17/+37
* | | bisect: correction of typoAntoine Delaite2015-06-231-1/+1
|/ /
* | register_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-8/+5