Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pack: move add_packed_git() | Jonathan Tan | 2017-08-23 | 1 | -61/+0 |
* | pack: move unuse_pack() | Jonathan Tan | 2017-08-23 | 1 | -9/+0 |
* | pack: move use_pack() | Jonathan Tan | 2017-08-23 | 1 | -285/+0 |
* | pack: move pack-closing functions | Jonathan Tan | 2017-08-23 | 1 | -55/+0 |
* | pack: move release_pack_memory() | Jonathan Tan | 2017-08-23 | 1 | -49/+0 |
* | pack: move open_pack_index(), parse_pack_index() | Jonathan Tan | 2017-08-23 | 1 | -140/+0 |
* | pack: move pack_report() | Jonathan Tan | 2017-08-23 | 1 | -24/+0 |
* | pack: move static state variables | Jonathan Tan | 2017-08-23 | 1 | -13/+0 |
* | pack: move pack name-related functions | Jonathan Tan | 2017-08-23 | 1 | -22/+1 |
* | Merge branch 'sb/sha1-file-cleanup' | Junio C Hamano | 2017-08-23 | 1 | -1/+2 |
|\ | |||||
| * | sha1_file: make read_info_alternates staticsb/sha1-file-cleanup | Stefan Beller | 2017-08-15 | 1 | -1/+2 |
* | | Merge branch 'jt/sha1-file-cleanup' | Junio C Hamano | 2017-08-23 | 1 | -32/+7 |
|\ \ | |||||
| * | | sha1_file: remove read_packed_sha1()jt/sha1-file-cleanup | Jonathan Tan | 2017-08-11 | 1 | -25/+1 |
| * | | sha1_file: set whence in storage-specific info fn | Jonathan Tan | 2017-08-11 | 1 | -7/+6 |
* | | | Merge branch 'rs/unpack-entry-leakfix' | Junio C Hamano | 2017-08-22 | 1 | -2/+3 |
|\ \ \ | |||||
| * | | | sha1_file: release delta_stack on error in unpack_entry()rs/unpack-entry-leakfix | René Scharfe | 2017-08-10 | 1 | -2/+3 |
* | | | | Merge branch 'rs/find-pack-entry-bisection' | Junio C Hamano | 2017-08-22 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | sha1_file: avoid comparison if no packed hash matches the first byters/find-pack-entry-bisection | René Scharfe | 2017-08-09 | 1 | -2/+2 |
* | | | | | Merge branch 'jk/drop-sha1-entry-pos' | Junio C Hamano | 2017-08-22 | 1 | -11/+0 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | sha1_file: drop experimental GIT_USE_LOOKUP search | Jeff King | 2017-08-09 | 1 | -11/+0 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'ew/fd-cloexec-fix' | Junio C Hamano | 2017-07-20 | 1 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | set FD_CLOEXEC properly when O_CLOEXEC is not supportedew/fd-cloexec-fix | Eric Wong | 2017-07-17 | 1 | -3/+3 |
* | | | | | Merge branch 'sb/hashmap-customize-comparison' | Junio C Hamano | 2017-07-13 | 1 | -2/+3 |
|\ \ \ \ \ | |||||
| * | | | | | hashmap.h: compare function has access to a data field | Stefan Beller | 2017-06-30 | 1 | -2/+3 |
* | | | | | | Merge branch 'jt/unify-object-info' | Junio C Hamano | 2017-07-05 | 1 | -189/+196 |
|\ \ \ \ \ \ | |||||
| * | | | | | | sha1_file: refactor has_sha1_file_with_flagsjt/unify-object-info | Jonathan Tan | 2017-06-26 | 1 | -10/+2 |
| * | | | | | | sha1_file: do not access pack if unneeded | Jonathan Tan | 2017-06-26 | 1 | -0/+11 |
| * | | | | | | sha1_file: teach sha1_object_info_extended more flags | Jonathan Tan | 2017-06-26 | 1 | -19/+24 |
| * | | | | | | sha1_file: refactor read_object | Jonathan Tan | 2017-06-21 | 1 | -42/+42 |
| * | | | | | | sha1_file: move delta base cache code up | Jonathan Tan | 2017-06-21 | 1 | -110/+110 |
| * | | | | | | sha1_file: rename LOOKUP_REPLACE_OBJECT | Jonathan Tan | 2017-06-21 | 1 | -5/+9 |
| * | | | | | | sha1_file: rename LOOKUP_UNKNOWN_OBJECT | Jonathan Tan | 2017-06-21 | 1 | -2/+2 |
| * | | | | | | sha1_file: teach packed_object_info about typename | Jonathan Tan | 2017-06-15 | 1 | -17/+12 |
* | | | | | | | Merge branch 'rs/sha1-name-readdir-optim' | Junio C Hamano | 2017-07-05 | 1 | -15/+24 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | sha1_file: guard against invalid loose subdirectory numbersrs/sha1-name-readdir-optim | René Scharfe | 2017-06-24 | 1 | -1/+4 |
| * | | | | | | sha1_file: let for_each_file_in_obj_subdir() handle subdir names | René Scharfe | 2017-06-24 | 1 | -8/+14 |
| * | | | | | | sha1_name: cache readdir(3) results in find_short_object_filename() | René Scharfe | 2017-06-22 | 1 | -6/+6 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'ab/free-and-null' | Junio C Hamano | 2017-06-24 | 1 | -2/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 2017-06-16 | 1 | -2/+1 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
| |/ / / / / | |||||
* | | | | | | convert: convert convert_to_git to take an index | Brandon Williams | 2017-06-13 | 1 | -2/+2 |
* | | | | | | convert: convert convert_to_git_filter_fd to take an index | Brandon Williams | 2017-06-13 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge branch 'jk/loose-object-fsck' | Junio C Hamano | 2017-04-23 | 1 | -3/+0 |
|\ \ \ \ \ | |||||
| * | | | | | sha1_file: remove an used fd variablejk/loose-object-fsck | Sebastian Schuberth | 2017-04-16 | 1 | -3/+0 |
* | | | | | | Merge branch 'jk/no-looking-at-dotgit-outside-repo' | Junio C Hamano | 2017-04-19 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | has_sha1_file: don't bother if we are not in a repository | Jonathan Nieder | 2017-04-13 | 1 | -0/+2 |
* | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-04-19 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ | brian m. carlson | 2017-03-26 | 1 | -2/+2 |
| * | | | | | | | Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ | brian m. carlson | 2017-03-26 | 1 | -1/+1 |