aboutsummaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAge
* Merge branch 'rs/sha1-file-plug-fallback-base-leak' into maintJunio C Hamano2017-03-21
|\
| * sha1_file: release fallback base's memory in unpack_entry()René Scharfe2017-02-27
| * Merge branch 'jk/fetch-quick-tag-following' into maintJunio C Hamano2016-10-28
| |\
| * \ Merge branch 'jc/verify-loose-object-header' into maintJunio C Hamano2016-10-11
| |\ \
* | \ \ Merge branch 'jk/clear-delta-base-cache-fix'Junio C Hamano2017-01-31
|\ \ \ \
| * | | | clear_delta_base_cache(): don't modify hashmap while iteratingJeff King2017-01-19
| * | | | Merge branch 'jk/quote-env-path-list-component' into maintJunio C Hamano2017-01-17
| |\ \ \ \
* | \ \ \ \ Merge branch 'jk/loose-object-fsck'Junio C Hamano2017-01-31
|\ \ \ \ \ \
| * | | | | | fsck: detect trailing garbage in all object typesJeff King2017-01-15
| * | | | | | sha1_file: add read_loose_object() functionJeff King2017-01-15
| * | | | | | sha1_file: fix error message for alternate objectsJeff King2017-01-15
| |/ / / / /
* | | | | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-01-18
|\ \ \ \ \ \
| * | | | | | real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams2016-12-12
| |/ / / / /
* | | | | | Merge branch 'jc/git-open-cloexec'Junio C Hamano2017-01-10
|\ \ \ \ \ \
| * | | | | | sha1_file: stop opening files with O_NOATIMEJunio C Hamano2016-11-02
| * | | | | | git_open_cloexec(): use fcntl(2) w/ FD_CLOEXEC fallbackJunio C Hamano2016-11-02
| * | | | | | git_open(): untangle possible NOATIME and CLOEXEC interactionsJunio C Hamano2016-10-28
* | | | | | | Merge branch 'jk/quote-env-path-list-component'Junio C Hamano2016-12-21
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | alternates: accept double-quoted pathsJeff King2016-12-12
* | | | | | Merge branch 'jk/alt-odb-cleanup'Junio C Hamano2016-11-10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | alternates: re-allow relative paths from environmentJeff King2016-11-08
* | | | | | Merge branch 'ls/git-open-cloexec'Junio C Hamano2016-10-31
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | sha1_file: open window into packfiles with O_CLOEXECLars Schneider2016-10-25
| * | | | | sha1_file: rename git_open_noatime() to git_open()Lars Schneider2016-10-25
* | | | | | Merge branch 'jk/abbrev-auto'Junio C Hamano2016-10-27
|\ \ \ \ \ \
| * | | | | | find_unique_abbrev: move logic out of get_short_sha1()Jeff King2016-10-03
* | | | | | | Merge branch 'jk/fetch-quick-tag-following'Junio C Hamano2016-10-26
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | fetch: use "quick" has_sha1_file for tag followingJeff King2016-10-14
| * | | | | Merge branch 'nd/pack-ofs-4gb-limit' into maintJunio C Hamano2016-08-08
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'jk/alt-odb-cleanup'Junio C Hamano2016-10-17
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | alternates: use fspathcmp to detect duplicatesJeff King2016-10-10
| * | | | | | sha1_file: always allow relative paths to alternatesJeff King2016-10-10
| * | | | | | fill_sha1_file: write into a strbufJeff King2016-10-10
| * | | | | | alternates: store scratch buffer as strbufJeff King2016-10-10
| * | | | | | fill_sha1_file: write "boring" charactersJeff King2016-10-10
| * | | | | | alternates: use a separate scratch spaceJeff King2016-10-10
| * | | | | | alternates: encapsulate alt->base mungingJeff King2016-10-10
| * | | | | | alternates: provide helper for allocating alternateJeff King2016-10-10
| * | | | | | alternates: provide helper for adding to alternates listJeff King2016-10-10
| * | | | | | link_alt_odb_entry: refactor string handlingJeff King2016-10-10
| * | | | | | link_alt_odb_entry: handle normalize_path errorsJeff King2016-10-10
* | | | | | | Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano2016-10-10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | sha1_file: make packed_object_info publicJeff King2016-08-11
| * | | | | | provide an initializer for "struct object_info"Jeff King2016-08-11
* | | | | | | Merge branch 'jc/verify-loose-object-header'Junio C Hamano2016-10-03
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | unpack_sha1_header(): detect malformed object headerJunio C Hamano2016-09-26
* | | | | | Merge branch 'rs/pack-sort-with-llist-mergesort'Junio C Hamano2016-09-21
|\ \ \ \ \ \
| * | | | | | sha1_file: use llist_mergesort() for sorting packsRené Scharfe2016-09-13
* | | | | | | Merge branch 'jk/delta-base-cache'Junio C Hamano2016-09-21
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | add_delta_base_cache: use list_for_each_safeJeff King2016-09-12