Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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" commentsab/c-translators-comment-style | Æ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 redirectsjk/update-links-in-docs | 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-20 | 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-19 | 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-26 | 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 xstrfmtmm/two-more-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-29 | 1 | -1/+1 |
* | Merge branch 'jk/printf-format' | Junio C Hamano | 2016-07-19 | 1 | -1/+4 |
|\ | |||||
| * | commit.c: remove print_commit_list()jk/printf-format | 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-17 | 1 | -25/+31 |
| |/ | |||||
* | | Merge branch 'jk/bisect-show-tree' | Junio C Hamano | 2016-07-06 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | bisect: always call setup_revisions after init_revisionsjk/bisect-show-tree | Jeff King | 2016-06-16 | 1 | -0/+1 |
* | | bisect.c: use die_errno() and warning_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -4/+3 |
* | | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 2016-02-26 | 1 | -2/+2 |
|\ \ | |||||
| * | | convert trivial cases to ALLOC_ARRAY | Jeff King | 2016-02-22 | 1 | -2/+2 |
* | | | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 2016-01-15 | 1 | -4/+4 |
|/ / | |||||
* | | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -3/+3 |
* | | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -2/+2 |
* | | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -3/+3 |
* | | Merge branch 'ad/bisect-terms' | Junio C Hamano | 2015-10-05 | 1 | -3/+8 |
|\ \ | |||||
| * | | bisect: add the terms old/new | Antoine Delaite | 2015-08-03 | 1 | -3/+8 |
* | | | Merge branch 'dt/refs-pseudo' | Junio C Hamano | 2015-08-25 | 1 | -29/+8 |
|\ \ \ | |||||
| * | | | bisect: use update_ref | David Turner | 2015-07-31 | 1 | -29/+8 |
* | | | | Merge branch 'jk/git-path' | Junio C Hamano | 2015-08-19 | 1 | -2/+5 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | memoize common git-path "constant" filesjk/git-path | Jeff King | 2015-08-10 | 1 | -2/+5 |
| |/ / | |||||
* | | | bisect: simplify the addition of new bisect terms | Antoine Delaite | 2015-08-03 | 1 | -2/+31 |
* | | | bisect: replace hardcoded "bad|good" by variables | Antoine Delaite | 2015-06-29 | 1 | -17/+37 |
* | | | bisect: correction of typo | Antoine Delaite | 2015-06-23 | 1 | -1/+1 |
|/ / |