aboutsummaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/sha1-loose-object-info-fix'Junio C Hamano2017-10-11
|\
| * sha1_loose_object_info: handle errors from unpack_sha1_restJeff King2017-10-06
* | Merge branch 'jk/read-in-full'Junio C Hamano2017-10-03
|\ \
| * | avoid looking at errno for short read_in_full() returnsJeff King2017-09-27
* | | Merge branch 'jk/info-alternates-fix'Junio C Hamano2017-09-25
|\ \ \ | |/ / |/| |
| * | read_info_alternates: warn on non-trivial errorsJeff King2017-09-20
| * | Merge branch 'jk/info-alternates-fix-2.11' into jk/info-alternates-fixJunio C Hamano2017-09-20
| |\ \ | | |/ | |/|
| | * read_info_alternates: read contents into strbufJeff King2017-09-20
* | | Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-25
|\ \ \
| * | | read_pack_header: handle signed/unsigned comparison in read resultJeff King2017-09-14
| |/ /
| * | Merge branch 'sb/sha1-file-cleanup' into maintJunio C Hamano2017-09-10
| |\ \
| * \ \ Merge branch 'rs/find-pack-entry-bisection' into maintJunio C Hamano2017-09-10
| |\ \ \
| * \ \ \ Merge branch 'rs/unpack-entry-leakfix' into maintJunio C Hamano2017-09-10
| |\ \ \ \
* | \ \ \ \ Merge branch 'rs/strbuf-leakfix'Junio C Hamano2017-09-19
|\ \ \ \ \ \
| * | | | | | sha1_file: release strbuf on error return in index_path()Rene Scharfe2017-09-07
* | | | | | | Merge branch 'po/read-graft-line'Junio C Hamano2017-09-06
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | sha1_file: fix definition of null_sha1Patryk Obara2017-08-17
| |/ / / / /
* | | | | | Merge branch 'jt/packmigrate'Junio C Hamano2017-08-26
|\ \ \ \ \ \
| * | | | | | pack: move for_each_packed_object()Jonathan Tan2017-08-23
| * | | | | | pack: move has_pack_index()Jonathan Tan2017-08-23
| * | | | | | pack: move has_sha1_pack()Jonathan Tan2017-08-23
| * | | | | | pack: move find_pack_entry() and make it globalJonathan Tan2017-08-23
| * | | | | | pack: move find_sha1_pack()Jonathan Tan2017-08-23
| * | | | | | pack: move find_pack_entry_one(), is_pack_valid()Jonathan Tan2017-08-23
| * | | | | | pack: move check_pack_index_ptr(), nth_packed_object_offset()Jonathan Tan2017-08-23
| * | | | | | pack: move nth_packed_object_{sha1,oid}Jonathan Tan2017-08-23
| * | | | | | pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()Jonathan Tan2017-08-23
| * | | | | | pack: move unpack_object_header()Jonathan Tan2017-08-23
| * | | | | | pack: move get_size_from_delta()Jonathan Tan2017-08-23
| * | | | | | pack: move unpack_object_header_buffer()Jonathan Tan2017-08-23
| * | | | | | pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-23
| * | | | | | pack: move install_packed_git()Jonathan Tan2017-08-23
| * | | | | | pack: move add_packed_git()Jonathan Tan2017-08-23
| * | | | | | pack: move unuse_pack()Jonathan Tan2017-08-23
| * | | | | | pack: move use_pack()Jonathan Tan2017-08-23
| * | | | | | pack: move pack-closing functionsJonathan Tan2017-08-23
| * | | | | | pack: move release_pack_memory()Jonathan Tan2017-08-23
| * | | | | | pack: move open_pack_index(), parse_pack_index()Jonathan Tan2017-08-23
| * | | | | | pack: move pack_report()Jonathan Tan2017-08-23
| * | | | | | pack: move static state variablesJonathan Tan2017-08-23
| * | | | | | pack: move pack name-related functionsJonathan Tan2017-08-23
* | | | | | | Merge branch 'po/object-id'Junio C Hamano2017-08-26
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | sha1_file: convert index_stream to struct object_idPatryk Obara2017-08-20
| * | | | | | sha1_file: convert hash_sha1_file_literally to struct object_idPatryk Obara2017-08-20
| * | | | | | sha1_file: convert index_fd to struct object_idPatryk Obara2017-08-20
| * | | | | | sha1_file: convert index_path to struct object_idPatryk Obara2017-08-20
| |/ / / / /
* | | | | | Merge branch 'sb/sha1-file-cleanup'Junio C Hamano2017-08-23
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | sha1_file: make read_info_alternates staticStefan Beller2017-08-15
* | | | | | Merge branch 'jt/sha1-file-cleanup'Junio C Hamano2017-08-23
|\ \ \ \ \ \
| * | | | | | sha1_file: remove read_packed_sha1()Jonathan Tan2017-08-11