Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-27Merge branch 'jt/packmigrate'Junio C Hamano
2017-08-27Merge branch 'po/object-id'Junio C Hamano
2017-08-24pack: move for_each_packed_object()Jonathan Tan
2017-08-24pack: move has_pack_index()Jonathan Tan
2017-08-24pack: move has_sha1_pack()Jonathan Tan
2017-08-24pack: move find_pack_entry() and make it globalJonathan Tan
2017-08-24pack: move find_sha1_pack()Jonathan Tan
2017-08-24pack: move find_pack_entry_one(), is_pack_valid()Jonathan Tan
2017-08-24pack: move check_pack_index_ptr(), nth_packed_object_offset()Jonathan Tan
2017-08-24pack: move nth_packed_object_{sha1,oid}Jonathan Tan
2017-08-24pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()Jonathan Tan
2017-08-24pack: move unpack_object_header()Jonathan Tan
2017-08-24pack: move get_size_from_delta()Jonathan Tan
2017-08-24pack: move unpack_object_header_buffer()Jonathan Tan
2017-08-24pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan
2017-08-24pack: move install_packed_git()Jonathan Tan
2017-08-24pack: move add_packed_git()Jonathan Tan
2017-08-24pack: move unuse_pack()Jonathan Tan
2017-08-24pack: move use_pack()Jonathan Tan
2017-08-24pack: move pack-closing functionsJonathan Tan
2017-08-24pack: move release_pack_memory()Jonathan Tan
2017-08-24pack: move open_pack_index(), parse_pack_index()Jonathan Tan
2017-08-24pack: move pack_report()Jonathan Tan
2017-08-24pack: move static state variablesJonathan Tan
2017-08-24pack: move pack name-related functionsJonathan Tan
2017-08-24Merge branch 'sb/sha1-file-cleanup'Junio C Hamano
2017-08-24Merge branch 'jt/sha1-file-cleanup'Junio C Hamano
2017-08-22Merge branch 'rs/unpack-entry-leakfix'Junio C Hamano
2017-08-22Merge branch 'rs/find-pack-entry-bisection'Junio C Hamano
2017-08-22Merge branch 'jk/drop-sha1-entry-pos'Junio C Hamano
2017-08-21sha1_file: convert index_stream to struct object_idPatryk Obara
2017-08-21sha1_file: convert hash_sha1_file_literally to struct object_idPatryk Obara
2017-08-21sha1_file: convert index_fd to struct object_idPatryk Obara
2017-08-21sha1_file: convert index_path to struct object_idPatryk Obara
2017-08-16sha1_file: make read_info_alternates staticStefan Beller
2017-08-12sha1_file: remove read_packed_sha1()Jonathan Tan
2017-08-12sha1_file: set whence in storage-specific info fnJonathan Tan
2017-08-11sha1_file: release delta_stack on error in unpack_entry()René Scharfe
2017-08-09sha1_file: drop experimental GIT_USE_LOOKUP searchJeff King
2017-08-09sha1_file: avoid comparison if no packed hash matches the first byteRené Scharfe
2017-07-21Merge branch 'ew/fd-cloexec-fix'Junio C Hamano
2017-07-18set FD_CLOEXEC properly when O_CLOEXEC is not supportedEric Wong
2017-07-14Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano
2017-07-05Merge branch 'jt/unify-object-info'Junio C Hamano
2017-07-05Merge branch 'rs/sha1-name-readdir-optim'Junio C Hamano
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
2017-06-26sha1_file: refactor has_sha1_file_with_flagsJonathan Tan
2017-06-26sha1_file: do not access pack if unneededJonathan Tan
2017-06-26sha1_file: teach sha1_object_info_extended more flagsJonathan Tan
2017-06-25Merge branch 'ab/free-and-null'Junio C Hamano