summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/loose-object-fsck'Junio C Hamano2017-04-231-3/+0
|\
| * sha1_file: remove an used fd variablejk/loose-object-fsckSebastian Schuberth2017-04-161-3/+0
* | Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano2017-04-191-0/+2
|\ \
| * | has_sha1_file: don't bother if we are not in a repositoryJonathan Nieder2017-04-131-0/+2
* | | Merge branch 'bc/object-id'Junio C Hamano2017-04-191-3/+3
|\ \ \
| * | | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-261-2/+2
| * | | Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-261-1/+1
* | | | Merge branch 'jk/loose-object-info-report-error'Junio C Hamano2017-04-161-1/+1
|\ \ \ \
| * | | | sha1_loose_object_info: return error for corrupted objectsJeff King2017-04-011-1/+1
| * | | | Merge branch 'jk/pack-name-cleanups' into maintJunio C Hamano2017-03-281-11/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'rs/sha1-file-plug-fallback-base-leak' into maintJunio C Hamano2017-03-211-0/+4
| |\ \ \ \ \
* | | | | | | convert unchecked snprintf into xsnprintfJeff King2017-03-301-2/+2
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'jk/pack-name-cleanups'Junio C Hamano2017-03-211-11/+6
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | sha1_file.c: make pack-name helper globally accessibleJeff King2017-03-161-11/+6
| |/ / / /
* | | | | Merge branch 'bc/object-id'Junio C Hamano2017-03-171-8/+19
|\ \ \ \ \
| * | | | | Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-221-6/+6
| * | | | | sha1_file: introduce an nth_packed_object_oid functionbrian m. carlson2017-02-221-3/+14
| |/ / / /
* | | | | Merge branch 'cc/split-index-config'Junio C Hamano2017-03-171-1/+1
|\ \ \ \ \
| * | | | | sha1_file: make check_and_freshen_file() non staticChristian Couder2017-03-011-1/+1
* | | | | | Merge branch 'rs/sha1-file-plug-fallback-base-leak'Junio C Hamano2017-03-101-0/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | sha1_file: release fallback base's memory in unpack_entry()rs/sha1-file-plug-fallback-base-leakRené Scharfe2017-02-271-0/+4
| * | | | | Merge branch 'jk/fetch-quick-tag-following' into maintJunio C Hamano2016-10-281-0/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/verify-loose-object-header' into maintJunio C Hamano2016-10-111-2/+24
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'mh/ref-remove-empty-directory'Junio C Hamano2017-02-271-1/+75
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | raceproof_create_file(): new functionMichael Haggerty2017-01-071-0/+68
| * | | | | | | safe_create_leading_directories(): set errno on SCLD_EXISTSMichael Haggerty2017-01-071-1/+3
| * | | | | | | safe_create_leading_directories_const(): preserve errnoMichael Haggerty2017-01-071-0/+4
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'jk/clear-delta-base-cache-fix'Junio C Hamano2017-01-311-5/+4
|\ \ \ \ \ \ \
| * | | | | | | clear_delta_base_cache(): don't modify hashmap while iteratingjk/clear-delta-base-cache-fixJeff King2017-01-191-5/+4
| * | | | | | | Merge branch 'jk/quote-env-path-list-component' into maintJunio C Hamano2017-01-171-11/+36
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'jk/loose-object-fsck'Junio C Hamano2017-01-311-16/+164
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | fsck: detect trailing garbage in all object typesJeff King2017-01-151-0/+5
| * | | | | | | | sha1_file: add read_loose_object() functionJeff King2017-01-151-3/+130
| * | | | | | | | sha1_file: fix error message for alternate objectsJeff King2017-01-151-15/+31
| |/ / / / / / /
* | | | | | | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-01-181-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams2016-12-121-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'jc/git-open-cloexec'Junio C Hamano2017-01-101-27/+19
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | sha1_file: stop opening files with O_NOATIMEjc/git-open-cloexecJunio C Hamano2016-11-021-21/+0
| * | | | | | | git_open_cloexec(): use fcntl(2) w/ FD_CLOEXEC fallbackJunio C Hamano2016-11-021-5/+19
| * | | | | | | git_open(): untangle possible NOATIME and CLOEXEC interactionsJunio C Hamano2016-10-281-20/+19
* | | | | | | | Merge branch 'jk/quote-env-path-list-component'Junio C Hamano2016-12-211-11/+36
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | alternates: accept double-quoted pathsJeff King2016-12-121-11/+36
* | | | | | | Merge branch 'jk/alt-odb-cleanup'Junio C Hamano2016-11-101-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | alternates: re-allow relative paths from environmentjk/alt-odb-cleanupJeff King2016-11-081-1/+1
* | | | | | | Merge branch 'ls/git-open-cloexec'Junio C Hamano2016-10-311-10/+15
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | sha1_file: open window into packfiles with O_CLOEXECLars Schneider2016-10-251-4/+9
| * | | | | | sha1_file: rename git_open_noatime() to git_open()Lars Schneider2016-10-251-6/+6
* | | | | | | Merge branch 'jk/abbrev-auto'Junio C Hamano2016-10-271-0/+27
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | find_unique_abbrev: move logic out of get_short_sha1()jk/abbrev-autoJeff King2016-10-031-0/+27
* | | | | | | Merge branch 'jk/fetch-quick-tag-following'Junio C Hamano2016-10-261-0/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |