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