summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | fetch: use "quick" has_sha1_file for tag followingjk/fetch-quick-tag-followingJeff King2016-10-141-0/+5
| * | | | | Merge branch 'nd/pack-ofs-4gb-limit' into maintJunio C Hamano2016-08-081-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'jk/alt-odb-cleanup'Junio C Hamano2016-10-171-77/+102
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | alternates: use fspathcmp to detect duplicatesJeff King2016-10-101-1/+1
| * | | | | | sha1_file: always allow relative paths to alternatesJeff King2016-10-101-6/+1
| * | | | | | fill_sha1_file: write into a strbufJeff King2016-10-101-24/+10
| * | | | | | alternates: store scratch buffer as strbufJeff King2016-10-101-10/+18
| * | | | | | fill_sha1_file: write "boring" charactersJeff King2016-10-101-7/+5
| * | | | | | alternates: use a separate scratch spaceJeff King2016-10-101-16/+12
| * | | | | | alternates: encapsulate alt->base mungingJeff King2016-10-101-6/+13
| * | | | | | alternates: provide helper for allocating alternateJeff King2016-10-101-9/+19
| * | | | | | alternates: provide helper for adding to alternates listJeff King2016-10-101-0/+11
| * | | | | | link_alt_odb_entry: refactor string handlingJeff King2016-10-101-38/+45
| * | | | | | link_alt_odb_entry: handle normalize_path errorsJeff King2016-10-101-2/+9
* | | | | | | Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano2016-10-101-6/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | sha1_file: make packed_object_info publicJeff King2016-08-111-2/+2
| * | | | | | provide an initializer for "struct object_info"Jeff King2016-08-111-4/+2
* | | | | | | Merge branch 'jc/verify-loose-object-header'Junio C Hamano2016-10-031-2/+24
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | unpack_sha1_header(): detect malformed object headerjc/verify-loose-object-headerJunio C Hamano2016-09-261-2/+24
* | | | | | Merge branch 'rs/pack-sort-with-llist-mergesort'Junio C Hamano2016-09-211-24/+15
|\ \ \ \ \ \
| * | | | | | sha1_file: use llist_mergesort() for sorting packsrs/pack-sort-with-llist-mergesortRené Scharfe2016-09-131-24/+15
* | | | | | | Merge branch 'jk/delta-base-cache'Junio C Hamano2016-09-211-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | add_delta_base_cache: use list_for_each_safejk/delta-base-cacheJeff King2016-09-121-2/+2
* | | | | | | Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano2016-09-121-0/+6
|\ \ \ \ \ \ \
| * | | | | | | cache: add empty_tree_oid object and helper functionJacob Keller2016-08-311-0/+6
* | | | | | | | Merge branch 'sb/submodule-clone-rr'Junio C Hamano2016-09-081-0/+76
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | clone: factor out checking for an alternate pathStefan Beller2016-08-151-0/+76
* | | | | | | | delta_base_cache: use hashmap.hJeff King2016-08-231-34/+60
* | | | | | | | delta_base_cache: drop special treatment of blobsJeff King2016-08-231-8/+0
* | | | | | | | delta_base_cache: use list.h for LRUJeff King2016-08-231-22/+16
* | | | | | | | release_delta_base_cache: reuse existing detach functionJeff King2016-08-231-4/+1
* | | | | | | | clear_delta_base_cache_entry: use a more descriptive nameJeff King2016-08-231-2/+7
* | | | | | | | cache_or_unpack_entry: drop keep_cache parameterJeff King2016-08-231-10/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'vs/typofix'Junio C Hamano2016-08-121-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Spelling fixesvs/typofixVille Skyttä2016-08-111-1/+1
* | | | | | | Merge branch 'js/am-3-merge-recursive-direct'Junio C Hamano2016-08-101-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | die("bug"): report bugs consistentlyJohannes Schindelin2016-07-261-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jk/pack-objects-optim'Junio C Hamano2016-08-081-48/+18
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | find_pack_entry: replace last_found_pack with MRU cacheJeff King2016-07-291-18/+18
| * | | | sha1_file: drop free_pack_by_nameJeff King2016-07-291-30/+0
| |/ / /
* | | | Merge branch 'nd/pack-ofs-4gb-limit'Junio C Hamano2016-07-281-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | pack-objects: pass length to check_pack_crc() without truncationNguyễn Thái Ngọc Duy2016-07-121-1/+1
* | | Merge branch 'nd/worktree-various-heads'Junio C Hamano2016-05-231-1/+1
|\ \ \
| * | | dir.c: rename str(n)cmp_icase to fspath(n)cmpNguyễn Thái Ngọc Duy2016-04-221-1/+1
| |/ /
* | | sha1_file.c: use {error,die,warning}_errno()Nguyễn Thái Ngọc Duy2016-05-091-19/+13
|/ /
* | Merge branch 'jk/pack-idx-corruption-safety'Junio C Hamano2016-03-041-0/+17
|\ \
| * | sha1_file.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-271-3/+3
| * | use_pack: handle signed off_t overflowJeff King2016-02-251-0/+2
| * | nth_packed_object_offset: bounds-check extended offsetJeff King2016-02-251-0/+15
* | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-11/+13
|\ \ \