summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* submodule: fixup nested submodules after moving the submodulesb/submodule-move-nestedStefan Beller2018-03-298-15/+83
* submodule-config: remove submodule_from_cacheStefan Beller2018-03-294-15/+3
* submodule-config: add repository argument to submodule_from_{name, path}Stefan Beller2018-03-295-33/+41
* submodule-config: allow submodule_free to handle arbitrary repositoriesStefan Beller2018-03-296-8/+8
* grep: remove "repo" arg from non-supporting funcsJonathan Tan2018-03-291-7/+5
* submodule.h: drop declaration of connect_work_tree_and_git_dirStefan Beller2018-03-291-1/+0
* 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
* repository.h: add comment and clarify repo_set_gitdirnd/remove-ignore-env-fieldNguyễn Thái Ngọc Duy2018-03-231-1/+5
* repository: delete ignore_env memberNguyễn Thái Ngọc Duy2018-03-052-11/+0
* sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Nguyễn Thái Ngọc Duy2018-03-054-5/+9
* repository.c: delete dead functionsNguyễn Thái Ngọc Duy2018-03-051-25/+0
* repository.c: move env-related setup code back to environment.cNguyễn Thái Ngọc Duy2018-03-055-25/+79
* repository: initialize the_repository in main()Nguyễn Thái Ngọc Duy2018-03-053-6/+16
* Second batch for 2.17Junio C Hamano2018-02-131-0/+77
* Merge branch 'tz/doc-show-defaults-to-head'Junio C Hamano2018-02-131-2/+2
|\
| * doc: mention 'git show' defaults to HEADtz/doc-show-defaults-to-headTodd Zullinger2018-01-301-2/+2
* | Merge branch 'ew/svn-branch-segfault-fix'Junio C Hamano2018-02-131-0/+5
|\ \
| * | git-svn: control destruction order to avoid segfaultew/svn-branch-segfault-fixEric Wong2018-01-301-0/+5
* | | Merge branch 'sg/travis-linux32-sanity'Junio C Hamano2018-02-134-18/+50
|\ \ \
| * | | travis-ci: don't fail if user already exists on 32 bit Linux build jobsg/travis-linux32-sanitySZEDER Gábor2018-01-301-1/+7
| * | | travis-ci: don't run the test suite as root in the 32 bit Linux buildSZEDER Gábor2018-01-302-6/+26
| * | | travis-ci: don't repeat the path of the cache directorySZEDER Gábor2018-01-304-6/+11
| * | | travis-ci: use 'set -e' in the 32 bit Linux build jobSZEDER Gábor2018-01-301-10/+10
| * | | travis-ci: use 'set -x' for the commands under 'su' in the 32 bit Linux buildSZEDER Gábor2018-01-301-0/+1