aboutsummaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAge
...
| * | | | | | | 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
| * | | | | | | sha1_file: set whence in storage-specific info fnJonathan Tan2017-08-11
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'rs/unpack-entry-leakfix'Junio C Hamano2017-08-22
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | sha1_file: release delta_stack on error in unpack_entry()René Scharfe2017-08-10
* | | | | | | Merge branch 'rs/find-pack-entry-bisection'Junio C Hamano2017-08-22
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | sha1_file: avoid comparison if no packed hash matches the first byteRené Scharfe2017-08-09
* | | | | | | Merge branch 'jk/drop-sha1-entry-pos'Junio C Hamano2017-08-22
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | sha1_file: drop experimental GIT_USE_LOOKUP searchJeff King2017-08-09
| | |/ / / | |/| | |
* | | | | Merge branch 'ew/fd-cloexec-fix'Junio C Hamano2017-07-20
|\ \ \ \ \
| * | | | | set FD_CLOEXEC properly when O_CLOEXEC is not supportedEric Wong2017-07-17
* | | | | | Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano2017-07-13
|\ \ \ \ \ \
| * | | | | | hashmap.h: compare function has access to a data fieldStefan Beller2017-06-30
* | | | | | | Merge branch 'jt/unify-object-info'Junio C Hamano2017-07-05
|\ \ \ \ \ \ \
| * | | | | | | sha1_file: refactor has_sha1_file_with_flagsJonathan Tan2017-06-26
| * | | | | | | sha1_file: do not access pack if unneededJonathan Tan2017-06-26
| * | | | | | | sha1_file: teach sha1_object_info_extended more flagsJonathan Tan2017-06-26
| * | | | | | | sha1_file: refactor read_objectJonathan Tan2017-06-21
| * | | | | | | sha1_file: move delta base cache code upJonathan Tan2017-06-21
| * | | | | | | sha1_file: rename LOOKUP_REPLACE_OBJECTJonathan Tan2017-06-21
| * | | | | | | sha1_file: rename LOOKUP_UNKNOWN_OBJECTJonathan Tan2017-06-21
| * | | | | | | sha1_file: teach packed_object_info about typenameJonathan Tan2017-06-15
* | | | | | | | Merge branch 'rs/sha1-name-readdir-optim'Junio C Hamano2017-07-05
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | sha1_file: guard against invalid loose subdirectory numbersRené Scharfe2017-06-24
| * | | | | | | sha1_file: let for_each_file_in_obj_subdir() handle subdir namesRené Scharfe2017-06-24
| * | | | | | | sha1_name: cache readdir(3) results in find_short_object_filename()René Scharfe2017-06-22
| |/ / / / / /
* | | | | | | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24
|\ \ \ \ \ \ \
| * | | | | | | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
| |/ / / / / /
* | | | | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \ \ \ \ \ \
| * | | | | | | config: don't include config.h by defaultBrandon Williams2017-06-15
| |/ / / / / /
* | | | | | | convert: convert convert_to_git to take an indexBrandon Williams2017-06-13