summaryrefslogtreecommitdiff
path: root/repository.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-24repository: require a build flag to use SHA-256Libravatar brian m. carlson1-0/+4
2019-11-10Fix spelling errors in code commentsLibravatar Elijah Newren1-2/+2
2019-03-20Merge branch 'ma/clear-repository-format'Libravatar Junio C Hamano1-1/+2
2019-03-01setup: fix memory leaks with `struct repository_format`Libravatar Martin Ågren1-1/+2
2019-02-22trace2: create new combined trace facilityLibravatar Jeff Hostetler1-0/+2
2019-02-06Merge branch 'nd/the-index-final'Libravatar Junio C Hamano1-0/+16
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Libravatar Junio C Hamano1-17/+10
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchLibravatar Nguyễn Thái Ngọc Duy1-0/+6
2019-01-14repository.c: replace hold_locked_index() with repo_hold_locked_index()Libravatar Nguyễn Thái Ngọc Duy1-0/+10
2018-12-05repository: repo_submodule_init to take a submodule structLibravatar Stefan Beller1-17/+10
2018-11-13sha1-file: use an object_directory for the main object dirLibravatar Jeff King1-1/+7
2018-06-25Merge branch 'sb/object-store-alloc'Libravatar Junio C Hamano1-0/+7
2018-05-30Merge branch 'nd/repo-clear-keep-the-index'Libravatar Junio C Hamano1-1/+2
2018-05-10repository: fix free problem with repo_clear(the_repository)Libravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-05-09repository: introduce parsed objects fieldLibravatar Stefan Beller1-0/+7
2018-03-29submodule: fixup nested submodules after moving the submoduleLibravatar Stefan Beller1-3/+3
2018-03-29submodule-config: remove submodule_from_cacheLibravatar Stefan Beller1-1/+1
2018-03-23repository: introduce raw object store fieldLibravatar Stefan Beller1-5/+10
2018-03-05repository: delete ignore_env memberLibravatar Nguyễn Thái Ngọc Duy1-2/+0
2018-03-05sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Libravatar Nguyễn Thái Ngọc Duy1-0/+3
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 Duy1-18/+40
2018-03-05repository: initialize the_repository in main()Libravatar Nguyễn Thái Ngọc Duy1-5/+13
2018-02-13Merge branch 'tg/split-index-fixes'Libravatar Junio C Hamano1-1/+1
2018-01-19repository: pre-initialize hash algo pointerLibravatar brian m. carlson1-1/+1
2018-01-19read-cache: fix reading the shared index for other reposLibravatar Thomas Gummerer1-1/+1
2017-11-28repository: fix a sparse 'using integer as NULL pointer' warningLibravatar Ramsay Jones1-1/+1
2017-11-13Integrate hash algorithm support with repo setupLibravatar brian m. carlson1-0/+7
2017-10-02repository: use FREE_AND_NULLLibravatar René Scharfe1-18/+9
2017-09-06set_git_dir: handle feeding gitdir to itselfLibravatar Jeff King1-7/+3
2017-09-06repository: free fields before overwriting themLibravatar Jeff King1-0/+4
2017-08-22Merge branch 'bw/grep-recurse-submodules'Libravatar Junio C Hamano1-3/+3
2017-07-18repository: have the_repository use the_indexLibravatar Brandon Williams1-1/+3
2017-07-18repo_read_index: don't discard the indexLibravatar Brandon Williams1-2/+0
2017-07-17submodule: convert submodule config lookup to use object_idLibravatar brian m. carlson1-1/+1
2017-06-23repository: enable initialization of submodulesLibravatar Brandon Williams1-0/+54
2017-06-23submodule-config: store the_submodule_cache in the_repositoryLibravatar Brandon Williams1-0/+6
2017-06-23repository: add index_state to struct repoLibravatar Brandon Williams1-0/+16
2017-06-23config: read config from a repository objectLibravatar Brandon Williams1-0/+7
2017-06-23repository: introduce the repository objectLibravatar Brandon Williams1-0/+159