summaryrefslogtreecommitdiff
path: root/repository.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason2023-01-171-7/+6
* cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason2023-01-161-2/+4
* {builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason2022-11-211-1/+1
* Merge branch 'ab/plug-random-leaks'Junio C Hamano2022-03-131-0/+16
|\
| * repository.c: free the "path cache" in repo_clear()Ævar Arnfjörð Bjarmason2022-03-041-0/+16
* | repo_read_index: clear SKIP_WORKTREE bit from files present in worktreeElijah Newren2022-01-141-0/+7
|/
* Merge branch 'ns/tmp-objdir'Junio C Hamano2022-01-031-0/+2
|\
| * tmp-objdir: disable ref updates when replacing the primary odbNeeraj Singh2021-12-081-0/+2
* | remote: move static variables into per-repository structGlen Choo2021-11-181-0/+8
* | Merge branch 'jt/add-submodule-odb-clean-up'Junio C Hamano2021-10-061-9/+12
|\ \ | |/ |/|
| * repository: support unabsorbed in repo_submodule_initJonathan Tan2021-09-091-9/+12
* | submodule: extract path to submodule gitdir funcJonathan Tan2021-09-151-2/+1
|/
* promisor-remote: support per-repository configJonathan Tan2021-06-281-0/+6
* repository: move global r_f_p_c to repo structJonathan Tan2021-06-281-0/+4
* Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-1/+10
|\
| * sparse-index: add guard to ensure full indexDerrick Stolee2021-03-301-1/+10
* | use CALLOC_ARRAYRené Scharfe2021-03-131-2/+2
|/
* repository: add repo reference to index_stateDerrick Stolee2021-01-231-0/+6
* repository: enable SHA-256 support by defaultbrian m. carlson2020-07-301-4/+0
* repository: require a build flag to use SHA-256brian m. carlson2020-02-241-0/+4
* Fix spelling errors in code commentsElijah Newren2019-11-101-2/+2
* Merge branch 'ma/clear-repository-format'Junio C Hamano2019-03-201-1/+2
|\
| * setup: fix memory leaks with `struct repository_format`Martin Ågren2019-03-011-1/+2
* | trace2: create new combined trace facilityJeff Hostetler2019-02-221-0/+2
* | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-0/+16
|\ \
| * | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+6
| * | repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy2019-01-141-0/+10
| |/
* | Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano2019-01-291-17/+10
|\ \ | |/ |/|
| * repository: repo_submodule_init to take a submodule structStefan Beller2018-12-051-17/+10
* | sha1-file: use an object_directory for the main object dirJeff King2018-11-131-1/+7
|/
* Merge branch 'sb/object-store-alloc'Junio C Hamano2018-06-251-0/+7
|\
| * repository: introduce parsed objects fieldStefan Beller2018-05-091-0/+7
* | Merge branch 'nd/repo-clear-keep-the-index'Junio C Hamano2018-05-301-1/+2
|\ \
| * | repository: fix free problem with repo_clear(the_repository)Nguyễn Thái Ngọc Duy2018-05-101-1/+2
* | | submodule: fixup nested submodules after moving the submodulesb/submodule-move-nestedStefan Beller2018-03-291-3/+3
* | | submodule-config: remove submodule_from_cacheStefan Beller2018-03-291-1/+1
| |/ |/|
* | repository: introduce raw object store fieldStefan Beller2018-03-231-5/+10
* | repository: delete ignore_env memberNguyễn Thái Ngọc Duy2018-03-051-2/+0
* | sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Nguyễn Thái Ngọc Duy2018-03-051-0/+3
* | 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-051-18/+40
* | repository: initialize the_repository in main()Nguyễn Thái Ngọc Duy2018-03-051-5/+13
* | Merge branch 'tg/split-index-fixes'Junio C Hamano2018-02-131-1/+1
|\ \
| * | read-cache: fix reading the shared index for other reposThomas Gummerer2018-01-191-1/+1
| |/
* | repository: pre-initialize hash algo pointerbrian m. carlson2018-01-191-1/+1
* | repository: fix a sparse 'using integer as NULL pointer' warningRamsay Jones2017-11-281-1/+1
* | Integrate hash algorithm support with repo setupbrian m. carlson2017-11-131-0/+7
|/