summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-29submodule-config: allow submodule_free to handle arbitrary repositoriesLibravatar Stefan Beller6-8/+8
2018-03-29grep: remove "repo" arg from non-supporting funcsLibravatar Jonathan Tan1-7/+5
2018-03-29submodule.h: drop declaration of connect_work_tree_and_git_dirLibravatar Stefan Beller1-1/+0
2018-03-26sha1_file: allow sha1_loose_object_info to handle arbitrary repositoriesLibravatar Jonathan Nieder1-6/+5
2018-03-26sha1_file: allow map_sha1_file to handle arbitrary repositoriesLibravatar Stefan Beller2-4/+4
2018-03-26sha1_file: allow map_sha1_file_1 to handle arbitrary repositoriesLibravatar Jonathan Nieder1-5/+3
2018-03-26sha1_file: allow open_sha1_file to handle arbitrary repositoriesLibravatar Stefan Beller1-6/+5
2018-03-26sha1_file: allow stat_sha1_file to handle arbitrary repositoriesLibravatar Stefan Beller1-6/+5
2018-03-26sha1_file: allow sha1_file_name to handle arbitrary repositoriesLibravatar Stefan Beller2-4/+3
2018-03-26sha1_file: add repository argument to sha1_loose_object_infoLibravatar Stefan Beller1-4/+5
2018-03-26sha1_file: add repository argument to map_sha1_fileLibravatar Stefan Beller4-4/+9
2018-03-26sha1_file: add repository argument to map_sha1_file_1Libravatar Stefan Beller1-5/+6
2018-03-26sha1_file: add repository argument to open_sha1_fileLibravatar Stefan Beller1-2/+4
2018-03-26sha1_file: add repository argument to stat_sha1_fileLibravatar Stefan Beller1-4/+5
2018-03-26sha1_file: add repository argument to sha1_file_nameLibravatar Stefan Beller5-15/+16
2018-03-26sha1_file: allow prepare_alt_odb to handle arbitrary repositoriesLibravatar Stefan Beller2-10/+6
2018-03-26sha1_file: allow link_alt_odb_entries to handle arbitrary repositoriesLibravatar Stefan Beller2-20/+20
2018-03-26sha1_file: add repository argument to prepare_alt_odbLibravatar Stefan Beller5-10/+11
2018-03-26sha1_file: add repository argument to link_alt_odb_entriesLibravatar Stefan Beller1-6/+13
2018-03-26sha1_file: add repository argument to read_info_alternatesLibravatar Stefan Beller1-4/+7
2018-03-26sha1_file: add repository argument to link_alt_odb_entryLibravatar Stefan Beller1-3/+5
2018-03-26sha1_file: add raw_object_store argument to alt_odb_usableLibravatar Stefan Beller1-3/+5
2018-03-26pack: move approximate object count to object storeLibravatar Stefan Beller2-6/+13
2018-03-26pack: move prepare_packed_git_run_once to object storeLibravatar Stefan Beller2-4/+9
2018-03-26object-store: close all packs upon clearing the object storeLibravatar Stefan Beller8-12/+11
2018-03-26object-store: move packed_git and packed_git_mru to object storeLibravatar Stefan Beller22-74/+128
2018-03-23object-store: free alt_odb_listLibravatar Stefan Beller1-0/+22
2018-03-23object-store: move alt_odb_list and alt_odb_tail to object storeLibravatar Stefan Beller5-17/+25
2018-03-23object-store: migrate alternates struct and functions from cache.hLibravatar Stefan Beller12-51/+61
2018-03-23repository: introduce raw object store fieldLibravatar Stefan Beller8-17/+56
2018-03-23repository.h: add comment and clarify repo_set_gitdirLibravatar Nguyễn Thái Ngọc Duy1-1/+5
2018-03-05repository: delete ignore_env memberLibravatar Nguyễn Thái Ngọc Duy2-11/+0
2018-03-05sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Libravatar Nguyễn Thái Ngọc Duy4-5/+9
2018-03-05repository.c: delete dead functionsLibravatar Nguyễn Thái Ngọc Duy1-25/+0
2018-03-05repository.c: move env-related setup code back to environment.cLibravatar Nguyễn Thái Ngọc Duy5-25/+79
2018-03-05repository: initialize the_repository in main()Libravatar Nguyễn Thái Ngọc Duy3-6/+16
2018-02-13Second batch for 2.17Libravatar Junio C Hamano1-0/+77
2018-02-13Merge branch 'tz/doc-show-defaults-to-head'Libravatar Junio C Hamano1-2/+2
2018-02-13Merge branch 'ew/svn-branch-segfault-fix'Libravatar Junio C Hamano1-0/+5
2018-02-13Merge branch 'sg/travis-linux32-sanity'Libravatar Junio C Hamano4-18/+50
2018-02-13Merge branch 'nd/list-merge-strategy'Libravatar Junio C Hamano1-1/+1
2018-02-13Merge branch 'jt/long-running-process-doc'Libravatar Junio C Hamano4-48/+61
2018-02-13Merge branch 'jk/daemon-fixes'Libravatar Junio C Hamano4-20/+107
2018-02-13Merge branch 'pw/sequencer-in-process-commit'Libravatar Junio C Hamano11-280/+765
2018-02-13Merge branch 'nd/shared-index-fix'Libravatar Junio C Hamano2-18/+41
2018-02-13Merge branch 'po/http-push-error-message'Libravatar Junio C Hamano1-0/+4
2018-02-13Merge branch 'po/clang-format-functype-weight'Libravatar Junio C Hamano1-1/+1
2018-02-13Merge branch 'jc/mailinfo-cleanup-fix'Libravatar Junio C Hamano1-4/+6
2018-02-13Merge branch 'sg/cocci-move-array'Libravatar Junio C Hamano9-27/+19
2018-02-13Merge branch 'tg/split-index-fixes'Libravatar Junio C Hamano8-17/+48