summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-07safe_create_leading_directories(): set errno on SCLD_EXISTSMichael Haggerty1-1/+3
2017-01-07safe_create_leading_directories_const(): preserve errnoMichael Haggerty1-0/+4
2016-12-21Merge branch 'jk/quote-env-path-list-component'Junio C Hamano1-11/+36
2016-12-12real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams1-1/+1
2016-12-12alternates: accept double-quoted pathsJeff King1-11/+36
2016-11-10Merge branch 'jk/alt-odb-cleanup'Junio C Hamano1-1/+1
2016-11-08alternates: re-allow relative paths from environmentJeff King1-1/+1
2016-11-02sha1_file: stop opening files with O_NOATIMEJunio C Hamano1-21/+0
2016-11-02git_open_cloexec(): use fcntl(2) w/ FD_CLOEXEC fallbackJunio C Hamano1-5/+19
2016-10-31Merge branch 'ls/git-open-cloexec'Junio C Hamano1-10/+15
2016-10-28Merge branch 'jk/fetch-quick-tag-following' into maintJunio C Hamano1-0/+5
2016-10-28git_open(): untangle possible NOATIME and CLOEXEC interactionsJunio C Hamano1-20/+19
2016-10-27Merge branch 'jk/abbrev-auto'Junio C Hamano1-0/+27
2016-10-26Merge branch 'jk/fetch-quick-tag-following'Junio C Hamano1-0/+5
2016-10-25sha1_file: open window into packfiles with O_CLOEXECLars Schneider1-4/+9
2016-10-25sha1_file: rename git_open_noatime() to git_open()Lars Schneider1-6/+6
2016-10-17Merge branch 'jk/alt-odb-cleanup'Junio C Hamano1-77/+102
2016-10-14fetch: use "quick" has_sha1_file for tag followingJeff King1-0/+5
2016-10-11Merge branch 'jc/verify-loose-object-header' into maintJunio C Hamano1-2/+24
2016-10-10Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano1-6/+4
2016-10-10alternates: use fspathcmp to detect duplicatesJeff King1-1/+1
2016-10-10sha1_file: always allow relative paths to alternatesJeff King1-6/+1
2016-10-10fill_sha1_file: write into a strbufJeff King1-24/+10
2016-10-10alternates: provide helper for adding to alternates listJeff King1-0/+11
2016-10-10alternates: store scratch buffer as strbufJeff King1-10/+18
2016-10-10link_alt_odb_entry: refactor string handlingJeff King1-38/+45
2016-10-10fill_sha1_file: write "boring" charactersJeff King1-7/+5
2016-10-10link_alt_odb_entry: handle normalize_path errorsJeff King1-2/+9
2016-10-10alternates: use a separate scratch spaceJeff King1-16/+12
2016-10-10alternates: encapsulate alt->base mungingJeff King1-6/+13
2016-10-10alternates: provide helper for allocating alternateJeff King1-9/+19
2016-10-03find_unique_abbrev: move logic out of get_short_sha1()Jeff King1-0/+27
2016-10-03Merge branch 'jc/verify-loose-object-header'Junio C Hamano1-2/+24
2016-09-26unpack_sha1_header(): detect malformed object headerJunio C Hamano1-2/+24
2016-09-21Merge branch 'rs/pack-sort-with-llist-mergesort'Junio C Hamano1-24/+15
2016-09-21Merge branch 'jk/delta-base-cache'Junio C Hamano1-2/+2
2016-09-13sha1_file: use llist_mergesort() for sorting packsRené Scharfe1-24/+15
2016-09-12Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano1-0/+6
2016-09-12add_delta_base_cache: use list_for_each_safeJeff King1-2/+2
2016-09-08Merge branch 'sb/submodule-clone-rr'Junio C Hamano1-0/+76
2016-08-31cache: add empty_tree_oid object and helper functionJacob Keller1-0/+6
2016-08-23delta_base_cache: use hashmap.hJeff King1-34/+60
2016-08-23delta_base_cache: drop special treatment of blobsJeff King1-8/+0
2016-08-23delta_base_cache: use list.h for LRUJeff King1-22/+16
2016-08-23release_delta_base_cache: reuse existing detach functionJeff King1-4/+1
2016-08-23clear_delta_base_cache_entry: use a more descriptive nameJeff King1-2/+7
2016-08-23cache_or_unpack_entry: drop keep_cache parameterJeff King1-10/+3
2016-08-15clone: factor out checking for an alternate pathStefan Beller1-0/+76
2016-08-12Merge branch 'vs/typofix'Junio C Hamano1-1/+1
2016-08-11Spelling fixesVille Skyttä1-1/+1