Age | Commit message (Expand) | Author | Files | Lines |
2018-01-23 | Merge branch 'ys/bisect-object-id-missing-conversion-fix' | Junio C Hamano | 1 | -3/+3 |
2018-01-23 | Merge branch 'rs/lose-leak-pending' | Junio C Hamano | 1 | -21/+9 |
2018-01-10 | Merge branch 'ma/bisect-leakfix' | Junio C Hamano | 1 | -2/+4 |
2018-01-09 | bisect: debug: convert struct object to object_id | Yasushi SHOJI | 1 | -3/+3 |
2018-01-03 | bisect: fix a regression causing a segfault | Ævar Arnfjörð Bjarmason | 1 | -2/+4 |
2017-12-28 | bisect: avoid using the rev_info flag leak_pending | René Scharfe | 1 | -21/+9 |
2017-11-15 | Merge branch 'mh/tidy-ref-update-flags' | Junio C Hamano | 1 | -1/+1 |
2017-11-15 | Merge branch 'ma/bisect-leakfix' | Junio C Hamano | 1 | -14/+19 |
2017-11-06 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+3 |
2017-11-06 | bisect: fix memory leak when returning best element | Martin Ågren | 1 | -1/+5 |
2017-11-06 | bisect: fix off-by-one error in `best_bisection_sorted()` | Martin Ågren | 1 | -3/+4 |
2017-11-06 | bisect: fix memory leak in `find_bisection()` | Martin Ågren | 1 | -1/+3 |
2017-11-06 | bisect: change calling-convention of `find_bisection()` | Martin Ågren | 1 | -9/+7 |
2017-10-16 | refs: convert update_ref and refs_update_ref to use struct object_id | brian m. carlson | 1 | -2/+3 |
2017-10-06 | bisect--helper: `bisect_clean_state` shell function in C | Pranit Bauva | 1 | -0/+42 |
2017-09-29 | Merge branch 'ma/leakplugs' | Junio C Hamano | 1 | -1/+2 |
2017-09-24 | leak_pending: use `object_array_clear()`, not `free()` | Martin Ågren | 1 | -1/+2 |
2017-07-17 | bisect: convert bisect_checkout to struct object_id | brian m. carlson | 1 | -9/+9 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-13 | Merge branch 'nd/fopen-errors' | Junio C Hamano | 1 | -5/+2 |
2017-06-04 | Merge branch 'ab/c-translators-comment-style' | Junio C Hamano | 1 | -2/+4 |
2017-05-31 | C style: use standard style for "TRANSLATORS" comments | Ævar Arnfjörð Bjarmason | 1 | -2/+4 |
2017-05-29 | Merge branch 'jk/update-links-in-docs' | Junio C Hamano | 1 | -1/+1 |
2017-05-26 | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2017-05-26 | use xfopen() in more places | Nguyễn Thái Ngọc Duy | 1 | -4/+1 |
2017-05-15 | doc: use https links to Wikipedia to avoid http redirects | Sven Strickroth | 1 | -1/+1 |
2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-04-26 | Merge branch 'jk/war-on-git-path' | Junio C Hamano | 1 | -1/+2 |
2017-04-20 | bisect: add git_path_bisect_terms helper | Jeff King | 1 | -1/+2 |
2017-04-19 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -22/+21 |
2017-03-31 | Rename sha1_array to oid_array | brian m. carlson | 1 | -8/+8 |
2017-03-31 | Convert sha1_array_lookup to take struct object_id | brian m. carlson | 1 | -4/+3 |
2017-03-31 | Convert remaining callers of sha1_array_lookup to object_id | brian m. carlson | 1 | -7/+7 |
2017-03-31 | Make sha1_array_append take a struct object_id * | brian m. carlson | 1 | -2/+2 |
2017-03-30 | replace unchecked snprintf calls with heap buffers | Jeff King | 1 | -3/+5 |
2017-03-28 | sha1-array: convert internal storage for struct sha1_array to object_id | brian m. carlson | 1 | -7/+7 |
2017-03-26 | Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ | brian m. carlson | 1 | -1/+1 |
2017-03-16 | Merge branch 'mm/two-more-xstrfmt' into maint | Junio C Hamano | 1 | -4/+5 |
2017-02-27 | Merge branch 'mm/two-more-xstrfmt' | Junio C Hamano | 1 | -4/+5 |
2017-02-16 | bisect_next_all: convert xsnprintf to xstrfmt | Maxim Moseychuk | 1 | -4/+5 |
2016-12-05 | bisect: improve English grammar of not-ancestors message | Alex Henrie | 1 | -1/+1 |
2016-09-29 | use QSORT | René Scharfe | 1 | -1/+1 |
2016-07-19 | Merge branch 'jk/printf-format' | Junio C Hamano | 1 | -1/+4 |
2016-07-19 | Merge branch 'bc/cocci' | Junio C Hamano | 1 | -1/+1 |
2016-07-13 | Merge branch 'va/i18n-even-more' | Junio C Hamano | 1 | -25/+31 |
2016-07-08 | commit.c: remove print_commit_list() | Junio C Hamano | 1 | -1/+4 |
2016-07-06 | Merge branch 'jk/bisect-show-tree' | Junio C Hamano | 1 | -0/+1 |
2016-06-28 | coccinelle: apply object_id Coccinelle transformations | brian m. carlson | 1 | -1/+1 |
2016-06-17 | i18n: bisect: mark strings for translation | Vasco Almeida | 1 | -25/+31 |