summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/pack-name-cleanups' into maintJunio C Hamano2017-03-281-11/+6
|\
| * sha1_file.c: make pack-name helper globally accessibleJeff King2017-03-161-11/+6
* | Merge branch 'rs/sha1-file-plug-fallback-base-leak' into maintJunio C Hamano2017-03-211-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 '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
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | fetch: use "quick" has_sha1_file for tag followingjk/fetch-quick-tag-followingJeff King2016-10-141-0/+5
| * | | | | Merge branch 'nd/pack-ofs-4gb-limit' into maintJunio C Hamano2016-08-081-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'jk/alt-odb-cleanup'Junio C Hamano2016-10-171-77/+102
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | alternates: use fspathcmp to detect duplicatesJeff King2016-10-101-1/+1
| * | | | | | sha1_file: always allow relative paths to alternatesJeff King2016-10-101-6/+1
| * | | | | | fill_sha1_file: write into a strbufJeff King2016-10-101-24/+10
| * | | | | | alternates: store scratch buffer as strbufJeff King2016-10-101-10/+18
| * | | | | | fill_sha1_file: write "boring" charactersJeff King2016-10-101-7/+5
| * | | | | | alternates: use a separate scratch spaceJeff King2016-10-101-16/+12
| * | | | | | alternates: encapsulate alt->base mungingJeff King2016-10-101-6/+13
| * | | | | | alternates: provide helper for allocating alternateJeff King2016-10-101-9/+19
| * | | | | | alternates: provide helper for adding to alternates listJeff King2016-10-101-0/+11
| * | | | | | link_alt_odb_entry: refactor string handlingJeff King2016-10-101-38/+45
| * | | | | | link_alt_odb_entry: handle normalize_path errorsJeff King2016-10-101-2/+9
* | | | | | | Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano2016-10-101-6/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | sha1_file: make packed_object_info publicJeff King2016-08-111-2/+2
| * | | | | | provide an initializer for "struct object_info"Jeff King2016-08-111-4/+2
* | | | | | | Merge branch 'jc/verify-loose-object-header'Junio C Hamano2016-10-031-2/+24
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | unpack_sha1_header(): detect malformed object headerjc/verify-loose-object-headerJunio C Hamano2016-09-261-2/+24
* | | | | | Merge branch 'rs/pack-sort-with-llist-mergesort'Junio C Hamano2016-09-211-24/+15
|\ \ \ \ \ \
| * | | | | | sha1_file: use llist_mergesort() for sorting packsrs/pack-sort-with-llist-mergesortRené Scharfe2016-09-131-24/+15