summaryrefslogtreecommitdiffstats
path: root/repository.c (follow)
Commit message (Expand)AuthorAgeLines
* remote: move static variables into per-repository structGlen Choo2021-11-18-0/+8
* Merge branch 'jt/add-submodule-odb-clean-up'Junio C Hamano2021-10-06-9/+12
|\
| * repository: support unabsorbed in repo_submodule_initJonathan Tan2021-09-09-9/+12
* | submodule: extract path to submodule gitdir funcJonathan Tan2021-09-15-2/+1
|/
* promisor-remote: support per-repository configJonathan Tan2021-06-28-0/+6
* repository: move global r_f_p_c to repo structJonathan Tan2021-06-28-0/+4
* Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-30-1/+10
|\
| * sparse-index: add guard to ensure full indexDerrick Stolee2021-03-30-1/+10
* | use CALLOC_ARRAYRené Scharfe2021-03-13-2/+2
|/
* repository: add repo reference to index_stateDerrick Stolee2021-01-23-0/+6
* repository: enable SHA-256 support by defaultbrian m. carlson2020-07-30-4/+0
* repository: require a build flag to use SHA-256brian m. carlson2020-02-24-0/+4
* Fix spelling errors in code commentsElijah Newren2019-11-10-2/+2
* Merge branch 'ma/clear-repository-format'Junio C Hamano2019-03-20-1/+2
|\
| * setup: fix memory leaks with `struct repository_format`Martin Ågren2019-03-01-1/+2
* | trace2: create new combined trace facilityJeff Hostetler2019-02-22-0/+2
* | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-06-0/+16
|\ \
| * | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-24-0/+6
| * | repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy2019-01-14-0/+10
| |/
* | Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano2019-01-29-17/+10
|\ \ | |/ |/|
| * repository: repo_submodule_init to take a submodule structStefan Beller2018-12-05-17/+10
* | sha1-file: use an object_directory for the main object dirJeff King2018-11-13-1/+7
|/
* Merge branch 'sb/object-store-alloc'Junio C Hamano2018-06-25-0/+7
|\
| * repository: introduce parsed objects fieldStefan Beller2018-05-09-0/+7
* | Merge branch 'nd/repo-clear-keep-the-index'Junio C Hamano2018-05-30-1/+2
|\ \
| * | repository: fix free problem with repo_clear(the_repository)Nguyễn Thái Ngọc Duy2018-05-10-1/+2
* | | submodule: fixup nested submodules after moving the submoduleStefan Beller2018-03-29-3/+3
* | | submodule-config: remove submodule_from_cacheStefan Beller2018-03-29-1/+1
| |/ |/|
* | repository: introduce raw object store fieldStefan Beller2018-03-23-5/+10
* | repository: delete ignore_env memberNguyễn Thái Ngọc Duy2018-03-05-2/+0
* | sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Nguyễn Thái Ngọc Duy2018-03-05-0/+3
* | repository.c: delete dead functionsNguyễn Thái Ngọc Duy2018-03-05-25/+0
* | repository.c: move env-related setup code back to environment.cNguyễn Thái Ngọc Duy2018-03-05-18/+40
* | repository: initialize the_repository in main()Nguyễn Thái Ngọc Duy2018-03-05-5/+13
* | Merge branch 'tg/split-index-fixes'Junio C Hamano2018-02-13-1/+1
|\ \
| * | read-cache: fix reading the shared index for other reposThomas Gummerer2018-01-19-1/+1
| |/
* | repository: pre-initialize hash algo pointerbrian m. carlson2018-01-19-1/+1
* | repository: fix a sparse 'using integer as NULL pointer' warningRamsay Jones2017-11-28-1/+1
* | Integrate hash algorithm support with repo setupbrian m. carlson2017-11-13-0/+7
|/
* repository: use FREE_AND_NULLRené Scharfe2017-10-02-18/+9
* set_git_dir: handle feeding gitdir to itselfJeff King2017-09-06-7/+3
* repository: free fields before overwriting themJeff King2017-09-06-0/+4
* Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-08-22-3/+3
|\
| * repository: have the_repository use the_indexBrandon Williams2017-07-18-1/+3
| * repo_read_index: don't discard the indexBrandon Williams2017-07-18-2/+0
* | submodule: convert submodule config lookup to use object_idbrian m. carlson2017-07-17-1/+1
|/
* repository: enable initialization of submodulesBrandon Williams2017-06-23-0/+54
* submodule-config: store the_submodule_cache in the_repositoryBrandon Williams2017-06-23-0/+6
* repository: add index_state to struct repoBrandon Williams2017-06-23-0/+16
* config: read config from a repository objectBrandon Williams2017-06-23-0/+7