summaryrefslogtreecommitdiff
path: root/builtin/index-pack.c
Commit message (Expand)AuthorAgeFilesLines
* object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-0/+1
* Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-45/+66
|\
| * sha1_file: support lazily fetching missing objectsJonathan Tan2017-12-081-0/+6
| * introduce fetch-object: fetch one promisor objectJonathan Tan2017-12-051-3/+13
| * index-pack: refactor writing of .keep filesJonathan Tan2017-12-051-46/+53
* | index-pack: use skip_to_optional_arg()Christian Couder2017-12-111-8/+3
|/
* cleanup: fix possible overflow errors in binary searchds/avoid-overflow-in-midpoint-computationDerrick Stolee2017-10-101-2/+2
* pack: move pack name-related functionsJonathan Tan2017-08-231-0/+1
* Merge branch 'jt/unify-object-info'Junio C Hamano2017-07-051-1/+2
|\
| * sha1_file: refactor has_sha1_file_with_flagsjt/unify-object-infoJonathan Tan2017-06-261-1/+2
* | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-4/+2
|\ \
| * | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-4/+2
| |/
* | 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
* | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-1/+2
* | Convert lookup_blob to struct object_idbrian m. carlson2017-05-081-1/+1
* | Convert remaining callers of lookup_blob to object_idbrian m. carlson2017-05-081-14/+14
* | pack: convert struct pack_idx_entry to struct object_idbrian m. carlson2017-05-081-14/+19
|/
* Merge branch 'jk/loose-object-info-report-error'Junio C Hamano2017-04-161-0/+2
|\
| * index-pack: detect local corruption in collision checkjk/loose-object-info-report-errorJeff King2017-04-011-0/+2
* | replace unchecked snprintf calls with heap buffersJeff King2017-03-301-4/+5
* | odb_mkstemp: write filename into strbufJeff King2017-03-281-3/+3
* | do not check odb_mkstemp return value for errorsJeff King2017-03-281-3/+4
|/
* index-pack: make pointer-alias fallbacks saferjk/pack-name-cleanupsJeff King2017-03-161-8/+12
* replace snprintf with odb_pack_name()Jeff King2017-03-161-16/+11
* odb_pack_keep(): stop generating keepfile nameJeff King2017-03-161-3/+3
* index-pack: skip collision check when not in repositoryjk/index-pack-wo-repo-from-stdinJeff King2016-12-161-4/+6
* index-pack: complain when --stdin is used outside of a repoJeff King2016-12-161-0/+2
* use QSORT, part 2René Scharfe2016-09-291-2/+1
* use QSORTRené Scharfe2016-09-291-5/+3
* index-pack: add --max-input-size=<size> optionJeff King2016-08-241-0/+5
* Merge branch 'jk/push-progress'Junio C Hamano2016-08-031-1/+9
|\
| * receive-pack: send keepalives during quiet periodsjk/push-progressJeff King2016-07-201-0/+5
| * index-pack: add flag for showing delta-resolution progressJeff King2016-07-201-1/+4
| * Merge branch 'va/i18n-misc-updates'Junio C Hamano2016-05-171-1/+3
| |\
| * \ Merge branch 'jc/index-pack'Junio C Hamano2016-04-031-18/+17
| |\ \
| * \ \ Merge branch 'jc/maint-index-pack-keep'Junio C Hamano2016-04-031-1/+1
| |\ \ \
* | | | | index-pack: correct "offset" type in unpack_entry_data()Nguyễn Thái Ngọc Duy2016-07-131-1/+1
* | | | | index-pack: report correct bad object offsets even if they are largeNguyễn Thái Ngọc Duy2016-07-131-3/+4
* | | | | index-pack: correct "len" type in unpack_data()Nguyễn Thái Ngọc Duy2016-07-131-7/+7
* | | | | Merge branch 'va/i18n-misc-updates' into maintJunio C Hamano2016-05-261-1/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | i18n: index-pack: use plural string instead of normal oneVasco Almeida2016-04-081-1/+3
| |/ / /
* | | | Merge branch 'jc/index-pack' into maintJunio C Hamano2016-04-141-18/+17
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | index-pack: add a helper function to derive .idx/.keep filenamejc/index-packJunio C Hamano2016-03-031-18/+17
| * | Merge branch 'jc/maint-index-pack-keep' into jc/index-packJunio C Hamano2016-03-031-1/+1
| |\ \ | | |/
| | * index-pack: correct --keep[=<msg>]jc/maint-index-pack-keepJunio C Hamano2016-03-031-1/+1
* | | Merge branch 'jk/pack-idx-corruption-safety'Junio C Hamano2016-03-041-0/+1
|\ \ \ | |/ / |/| |
| * | nth_packed_object_offset: bounds-check extended offsetJeff King2016-02-251-0/+1
| * | Merge branch 'jk/index-pack-reduce-recheck' into maintJunio C Hamano2015-07-271-1/+1
| |\ \
* | | | use st_add and st_mult for allocation size computationJeff King2016-02-221-2/+2