summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2017-03-27Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson
2017-03-27Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson
2017-03-21Merge branch 'jk/pack-name-cleanups'Junio C Hamano
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-03-17Merge branch 'cc/split-index-config'Junio C Hamano
2017-03-16sha1_file.c: make pack-name helper globally accessibleJeff King
2017-03-10Merge branch 'rs/sha1-file-plug-fallback-base-leak'Junio C Hamano
2017-03-01sha1_file: make check_and_freshen_file() non staticChristian Couder
2017-02-27Merge branch 'mh/ref-remove-empty-directory'Junio C Hamano
2017-02-27sha1_file: release fallback base's memory in unpack_entry()René Scharfe
2017-02-22Convert object iteration callbacks to struct object_idbrian m. carlson
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
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