summaryrefslogtreecommitdiffstats
path: root/csum-file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-26packfile: allow find_pack_entry to handle arbitrary repositoriesStefan Beller2-8/+6
2018-03-26packfile: add repository argument to find_pack_entryStefan Beller3-10/+11
2018-03-26packfile: allow reprepare_packed_git to handle arbitrary repositoriesStefan Beller2-6/+5
2018-03-26packfile: allow prepare_packed_git to handle arbitrary repositoriesStefan Beller2-11/+10
2018-03-26packfile: allow prepare_packed_git_one to handle arbitrary repositoriesStefan Beller1-4/+3
2018-03-26packfile: add repository argument to reprepare_packed_gitStefan Beller7-7/+11
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller12-17/+18
2018-03-26packfile: add repository argument to prepare_packed_git_oneStefan Beller1-3/+4
2018-03-26packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller4-7/+7
2018-03-26packfile: allow rearrange_packed_git to handle arbitrary repositoriesStefan Beller1-4/+4
2018-03-26packfile: allow prepare_packed_git_mru to handle arbitrary repositoriesStefan Beller1-5/+5
2018-03-26sha1_file: allow sha1_loose_object_info to handle arbitrary repositoriesJonathan Nieder1-6/+5
2018-03-26sha1_file: allow map_sha1_file to handle arbitrary repositoriesStefan Beller2-4/+4
2018-03-26sha1_file: allow map_sha1_file_1 to handle arbitrary repositoriesJonathan Nieder1-5/+3
2018-03-26sha1_file: allow open_sha1_file to handle arbitrary repositoriesStefan Beller1-6/+5
2018-03-26sha1_file: allow stat_sha1_file to handle arbitrary repositoriesStefan Beller1-6/+5
2018-03-26sha1_file: allow sha1_file_name to handle arbitrary repositoriesStefan Beller2-4/+3
2018-03-26sha1_file: add repository argument to sha1_loose_object_infoStefan Beller1-4/+5
2018-03-26sha1_file: add repository argument to map_sha1_fileStefan Beller4-4/+9
2018-03-26sha1_file: add repository argument to map_sha1_file_1Stefan Beller1-5/+6
2018-03-26sha1_file: add repository argument to open_sha1_fileStefan Beller1-2/+4
2018-03-26sha1_file: add repository argument to stat_sha1_fileStefan Beller1-4/+5
2018-03-26sha1_file: add repository argument to sha1_file_nameStefan Beller5-15/+16
2018-03-26sha1_file: allow prepare_alt_odb to handle arbitrary repositoriesStefan Beller2-10/+6
2018-03-26sha1_file: allow link_alt_odb_entries to handle arbitrary repositoriesStefan Beller2-20/+20
2018-03-26sha1_file: add repository argument to prepare_alt_odbStefan Beller5-10/+11
2018-03-26sha1_file: add repository argument to link_alt_odb_entriesStefan Beller1-6/+13
2018-03-26sha1_file: add repository argument to read_info_alternatesStefan Beller1-4/+7
2018-03-26sha1_file: add repository argument to link_alt_odb_entryStefan Beller1-3/+5
2018-03-26sha1_file: add raw_object_store argument to alt_odb_usableStefan Beller1-3/+5
2018-03-26pack: move approximate object count to object storeStefan Beller2-6/+13
2018-03-26pack: move prepare_packed_git_run_once to object storeStefan Beller2-4/+9
2018-03-26object-store: close all packs upon clearing the object storeStefan Beller8-12/+11
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller22-74/+128
2018-03-23object-store: free alt_odb_listStefan Beller1-0/+22
2018-03-23object-store: move alt_odb_list and alt_odb_tail to object storeStefan Beller5-17/+25
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller12-51/+61
2018-03-23repository: introduce raw object store fieldStefan Beller8-17/+56
2018-03-23repository.h: add comment and clarify repo_set_gitdirNguyễn Thái Ngọc Duy1-1/+5
2018-03-05repository: delete ignore_env memberNguyễn Thái Ngọc Duy2-11/+0
2018-03-05sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Nguyễn Thái Ngọc Duy4-5/+9
2018-03-05repository.c: delete dead functionsNguyễn Thái Ngọc Duy1-25/+0
2018-03-05repository.c: move env-related setup code back to environment.cNguyễn Thái Ngọc Duy5-25/+79
2018-03-05repository: initialize the_repository in main()Nguyễn Thái Ngọc Duy3-6/+16
2018-02-14Second batch for 2.17Junio C Hamano1-0/+77
2018-01-30travis-ci: don't fail if user already exists on 32 bit Linux build jobSZEDER Gábor1-1/+7
2018-01-30travis-ci: don't run the test suite as root in the 32 bit Linux buildSZEDER Gábor2-6/+26
2018-01-30travis-ci: don't repeat the path of the cache directorySZEDER Gábor4-6/+11
2018-01-30travis-ci: use 'set -e' in the 32 bit Linux build jobSZEDER Gábor1-10/+10
2018-01-30travis-ci: use 'set -x' for the commands under 'su' in the 32 bit Linux buildSZEDER Gábor1-0/+1