summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | t/helper: merge test-run-command into test-toolNguyễn Thái Ngọc Duy2018-03-275-14/+17
| * | | t/helper: merge test-revision-walking into test-toolNguyễn Thái Ngọc Duy2018-03-275-3/+6
| * | | t/helper: merge test-regex into test-toolNguyễn Thái Ngọc Duy2018-03-276-6/+9
| * | | t/helper: merge test-ref-store into test-toolNguyễn Thái Ngọc Duy2018-03-277-6/+9
| * | | t/helper: merge test-read-cache into test-toolNguyễn Thái Ngọc Duy2018-03-275-3/+6
| * | | t/helper: merge test-prio-queue into test-toolNguyễn Thái Ngọc Duy2018-03-275-5/+8
| * | | t/helper: merge test-path-utils into test-toolNguyễn Thái Ngọc Duy2018-03-277-37/+40
| * | | t/helper: merge test-online-cpus into test-toolNguyễn Thái Ngọc Duy2018-03-275-3/+6
| * | | t/helper: merge test-mktemp into test-toolNguyễn Thái Ngọc Duy2018-03-275-4/+7
| * | | t/helper: merge (unused) test-mergesort into test-toolNguyễn Thái Ngọc Duy2018-03-274-2/+5
| * | | t/helper: merge (unused) test-match-trees into test-toolNguyễn Thái Ngọc Duy2018-03-274-2/+5
| * | | t/helper: merge test-index-version into test-toolNguyễn Thái Ngọc Duy2018-03-277-7/+10
| * | | t/helper: merge test-hashmap into test-toolNguyễn Thái Ngọc Duy2018-03-275-5/+8
| * | | t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy2018-03-2722-35/+38
| * | | t/helper: merge test-example-decorate into test-toolNguyễn Thái Ngọc Duy2018-03-275-3/+6
| * | | t/helper: merge test-dump-split-index into test-toolNguyễn Thái Ngọc Duy2018-03-276-28/+31
| * | | t/helper: merge test-dump-cache-tree into test-toolNguyễn Thái Ngọc Duy2018-03-276-6/+9
| * | | t/helper: merge test-drop-caches into test-toolNguyễn Thái Ngọc Duy2018-03-275-8/+11
| * | | t/helper: merge (unused) test-delta into test-toolNguyễn Thái Ngọc Duy2018-03-274-3/+6
| * | | t/helper: merge test-date into test-toolNguyễn Thái Ngọc Duy2018-03-277-16/+19
| * | | t/helper: merge test-ctype into test-toolNguyễn Thái Ngọc Duy2018-03-275-3/+6
| * | | t/helper: merge test-config into test-toolNguyễn Thái Ngọc Duy2018-03-277-21/+24
| * | | 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() privateNguyễ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 repositoriesJonathan 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