summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | t/helper: merge test-lazy-init-name-hash into test-toolNguyễn Thái Ngọc Duy2018-03-276-12/+15
| * | | t/helper: merge test-sha1 into test-toolNguyễn Thái Ngọc Duy2018-03-278-8/+11
| * | | t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy2018-03-2733-89/+94
| * | | t/helper: add an empty test-tool programNguyễn Thái Ngọc Duy2018-03-273-1/+36
* | | | Merge branch 'sb/packfiles-in-repository'Junio C Hamano2018-04-1117-67/+58
|\ \ \ \
| * | | | packfile: keep prepare_packed_git() privatesb/packfiles-in-repositoryNguyễn Thái Ngọc Duy2018-03-2612-16/+5
| * | | | packfile: allow find_pack_entry to handle arbitrary repositoriesStefan Beller2018-03-262-8/+6
| * | | | packfile: add repository argument to find_pack_entryStefan Beller2018-03-263-10/+11
| * | | | packfile: allow reprepare_packed_git to handle arbitrary repositoriesStefan Beller2018-03-262-6/+5
| * | | | packfile: allow prepare_packed_git to handle arbitrary repositoriesStefan Beller2018-03-262-11/+10
| * | | | packfile: allow prepare_packed_git_one to handle arbitrary repositoriesStefan Beller2018-03-261-4/+3
| * | | | packfile: add repository argument to reprepare_packed_gitStefan Beller2018-03-267-7/+11
| * | | | packfile: add repository argument to prepare_packed_gitStefan Beller2018-03-2612-17/+18
| * | | | packfile: add repository argument to prepare_packed_git_oneStefan Beller2018-03-261-3/+4
| * | | | packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller2018-03-264-7/+7
| * | | | packfile: allow rearrange_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-4/+4
| * | | | packfile: allow prepare_packed_git_mru to handle arbitrary repositoriesStefan Beller2018-03-261-5/+5
* | | | | Merge branch 'sb/object-store'Junio C Hamano2018-04-1139-233/+393
|\ \ \ \ \ | |/ / / /
| * | | | sha1_file: allow sha1_loose_object_info to handle arbitrary repositoriessb/object-storeJonathan Nieder2018-03-261-6/+5
| * | | | sha1_file: allow map_sha1_file to handle arbitrary repositoriesStefan Beller2018-03-262-4/+4
| * | | | sha1_file: allow map_sha1_file_1 to handle arbitrary repositoriesJonathan Nieder2018-03-261-5/+3
| * | | | sha1_file: allow open_sha1_file to handle arbitrary repositoriesStefan Beller2018-03-261-6/+5
| * | | | sha1_file: allow stat_sha1_file to handle arbitrary repositoriesStefan Beller2018-03-261-6/+5
| * | | | sha1_file: allow sha1_file_name to handle arbitrary repositoriesStefan Beller2018-03-262-4/+3
| * | | | sha1_file: add repository argument to sha1_loose_object_infoStefan Beller2018-03-261-4/+5
| * | | | sha1_file: add repository argument to map_sha1_fileStefan Beller2018-03-264-4/+9
| * | | | sha1_file: add repository argument to map_sha1_file_1Stefan Beller2018-03-261-5/+6
| * | | | sha1_file: add repository argument to open_sha1_fileStefan Beller2018-03-261-2/+4
| * | | | sha1_file: add repository argument to stat_sha1_fileStefan Beller2018-03-261-4/+5
| * | | | sha1_file: add repository argument to sha1_file_nameStefan Beller2018-03-265-15/+16
| * | | | sha1_file: allow prepare_alt_odb to handle arbitrary repositoriesStefan Beller2018-03-262-10/+6
| * | | | sha1_file: allow link_alt_odb_entries to handle arbitrary repositoriesStefan Beller2018-03-262-20/+20
| * | | | sha1_file: add repository argument to prepare_alt_odbStefan Beller2018-03-265-10/+11
| * | | | sha1_file: add repository argument to link_alt_odb_entriesStefan Beller2018-03-261-6/+13
| * | | | sha1_file: add repository argument to read_info_alternatesStefan Beller2018-03-261-4/+7
| * | | | sha1_file: add repository argument to link_alt_odb_entryStefan Beller2018-03-261-3/+5
| * | | | sha1_file: add raw_object_store argument to alt_odb_usableStefan Beller2018-03-261-3/+5
| * | | | pack: move approximate object count to object storeStefan Beller2018-03-262-6/+13
| * | | | pack: move prepare_packed_git_run_once to object storeStefan Beller2018-03-262-4/+9
| * | | | object-store: close all packs upon clearing the object storeStefan Beller2018-03-268-12/+11
| * | | | object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-2622-74/+128
| * | | | object-store: free alt_odb_listStefan Beller2018-03-231-0/+22
| * | | | object-store: move alt_odb_list and alt_odb_tail to object storeStefan Beller2018-03-235-17/+25
| * | | | object-store: migrate alternates struct and functions from cache.hStefan Beller2018-03-2312-51/+61
| * | | | repository: introduce raw object store fieldStefan Beller2018-03-238-17/+56
* | | | | Merge branch 'jc/test-must-be-empty'Junio C Hamano2018-04-111-5/+2
|\ \ \ \ \
| * | | | | test_must_be_empty: simplify file existence checkjc/test-must-be-emptySZEDER Gábor2018-03-271-5/+2
* | | | | | Merge branch 'cc/perf-aggregate-sort'Junio C Hamano2018-04-111-5/+65
|\ \ \ \ \ \
| * | | | | | perf/aggregate: add --sort-by=regression optioncc/perf-aggregate-sortChristian Couder2018-03-271-1/+58
| * | | | | | perf/aggregate: add display_dir()Christian Couder2018-03-271-4/+7
| | |_|/ / / | |/| | | |