summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2017-02-22sha1_file: introduce an nth_packed_object_oid functionbrian m. carlson
2017-01-31Merge branch 'jk/clear-delta-base-cache-fix'Junio C Hamano
2017-01-31Merge branch 'jk/loose-object-fsck'Junio C Hamano
2017-01-19clear_delta_base_cache(): don't modify hashmap while iteratingJeff King
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-01-17Merge branch 'jk/quote-env-path-list-component' into maintJunio C Hamano
2017-01-15fsck: detect trailing garbage in all object typesJeff King
2017-01-15sha1_file: add read_loose_object() functionJeff King
2017-01-15sha1_file: fix error message for alternate objectsJeff King
2017-01-10Merge branch 'jc/git-open-cloexec'Junio C Hamano
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-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-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