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