aboutsummaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAge
* alternates: use fspathcmp to detect duplicatesJeff King2016-10-10
* sha1_file: always allow relative paths to alternatesJeff King2016-10-10
* fill_sha1_file: write into a strbufJeff King2016-10-10
* alternates: store scratch buffer as strbufJeff King2016-10-10
* fill_sha1_file: write "boring" charactersJeff King2016-10-10
* alternates: use a separate scratch spaceJeff King2016-10-10
* alternates: encapsulate alt->base mungingJeff King2016-10-10
* alternates: provide helper for allocating alternateJeff King2016-10-10
* alternates: provide helper for adding to alternates listJeff King2016-10-10
* link_alt_odb_entry: refactor string handlingJeff King2016-10-10
* link_alt_odb_entry: handle normalize_path errorsJeff King2016-10-10
* Merge branch 'jc/verify-loose-object-header'Junio C Hamano2016-10-03
|\
| * unpack_sha1_header(): detect malformed object headerJunio C Hamano2016-09-26
* | Merge branch 'rs/pack-sort-with-llist-mergesort'Junio C Hamano2016-09-21
|\ \
| * | sha1_file: use llist_mergesort() for sorting packsRené Scharfe2016-09-13
* | | Merge branch 'jk/delta-base-cache'Junio C Hamano2016-09-21
|\ \ \ | |/ / |/| |
| * | add_delta_base_cache: use list_for_each_safeJeff King2016-09-12
* | | Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano2016-09-12
|\ \ \
| * | | cache: add empty_tree_oid object and helper functionJacob Keller2016-08-31
* | | | Merge branch 'sb/submodule-clone-rr'Junio C Hamano2016-09-08
|\ \ \ \ | |_|/ / |/| | |
| * | | clone: factor out checking for an alternate pathStefan Beller2016-08-15
* | | | delta_base_cache: use hashmap.hJeff King2016-08-23
* | | | delta_base_cache: drop special treatment of blobsJeff King2016-08-23
* | | | delta_base_cache: use list.h for LRUJeff King2016-08-23
* | | | release_delta_base_cache: reuse existing detach functionJeff King2016-08-23
* | | | clear_delta_base_cache_entry: use a more descriptive nameJeff King2016-08-23
* | | | cache_or_unpack_entry: drop keep_cache parameterJeff King2016-08-23
* | | | Merge branch 'vs/typofix'Junio C Hamano2016-08-12
|\ \ \ \ | |_|/ / |/| | |
| * | | Spelling fixesVille Skyttä2016-08-11
* | | | Merge branch 'js/am-3-merge-recursive-direct'Junio C Hamano2016-08-10
|\ \ \ \ | |/ / / |/| | |
| * | | die("bug"): report bugs consistentlyJohannes Schindelin2016-07-26
* | | | Merge branch 'jk/pack-objects-optim'Junio C Hamano2016-08-08
|\ \ \ \ | |_|/ / |/| | |
| * | | find_pack_entry: replace last_found_pack with MRU cacheJeff King2016-07-29
| * | | sha1_file: drop free_pack_by_nameJeff King2016-07-29
| |/ /
* | | Merge branch 'nd/pack-ofs-4gb-limit'Junio C Hamano2016-07-28
|\ \ \ | |/ / |/| |
| * | pack-objects: pass length to check_pack_crc() without truncationNguyễn Thái Ngọc Duy2016-07-12
* | | Merge branch 'nd/worktree-various-heads'Junio C Hamano2016-05-23
|\ \ \
| * | | dir.c: rename str(n)cmp_icase to fspath(n)cmpNguyễn Thái Ngọc Duy2016-04-22
| |/ /
* | | sha1_file.c: use {error,die,warning}_errno()Nguyễn Thái Ngọc Duy2016-05-09
|/ /
* | Merge branch 'jk/pack-idx-corruption-safety'Junio C Hamano2016-03-04
|\ \
| * | sha1_file.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-27
| * | use_pack: handle signed off_t overflowJeff King2016-02-25
| * | nth_packed_object_offset: bounds-check extended offsetJeff King2016-02-25
* | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \ \
| * | | use st_add and st_mult for allocation size computationJeff King2016-02-22
| * | | convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
* | | | clone/sha1_file: read info/alternates with strbuf_getline()Junio C Hamano2016-01-15
* | | | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
|/ / /
* | | Merge branch 'bc/format-patch-null-from-line'Junio C Hamano2015-12-21
|\ \ \
| * | | sha1_file.c: introduce a null_oid constantbrian m. carlson2015-12-14