summaryrefslogtreecommitdiffstats
path: root/http-walker.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-17refs/packed: remove references to `the_hash_algo`Patrick Steinhardt1-12/+20
2024-05-17refs/files: remove references to `the_hash_algo`Patrick Steinhardt1-2/+2
2024-05-17refs/files: use correct repositoryPatrick Steinhardt1-10/+13
2024-05-17refs: remove `dwim_log()`Patrick Steinhardt5-10/+4
2024-05-17refs: drop `git_default_branch_name()`Patrick Steinhardt6-20/+18
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt20-36/+37
2024-05-17refs: move object peeling into "object.c"Patrick Steinhardt4-56/+55
2024-05-17refs: pass ref store when detecting dangling symrefsPatrick Steinhardt4-25/+28
2024-05-17refs: convert iteration over replace refs to accept ref storePatrick Steinhardt6-81/+28
2024-05-17refs: retrieve worktree ref stores via associated repositoryPatrick Steinhardt5-13/+28
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt11-18/+29
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt8-21/+33
2024-05-17refs: track ref stores via strmapPatrick Steinhardt1-57/+14
2024-05-17refs: implement releasing ref storagesPatrick Steinhardt7-0/+68
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt9-29/+29
2024-05-17refs: adjust names for `init` and `init_db` callbacksPatrick Steinhardt3-16/+16
2024-05-16The fifth batchJunio C Hamano1-0/+7
2024-05-16Revert "diff: fix --exit-code with external diff"Junio C Hamano2-38/+3
2024-05-15The fourth batchJunio C Hamano1-1/+19
2024-05-13The third batchJunio C Hamano1-0/+25
2024-05-13compat/regex: fix argument order to calloc(3)Junio C Hamano3-13/+13
2024-05-11SubmittingPatches: welcome the new maintainer of git-gui partJunio C Hamano2-3/+3
2024-05-09ci: stop installing "gcc-13" for osx-gccJeff King1-1/+0
2024-05-09ci: avoid bare "gcc" for osx-gcc jobJeff King1-1/+1
2024-05-09ci: drop mention of BREW_INSTALL_PACKAGES variableJeff King1-2/+0
2024-05-09ci: update coverity runs_on_pool referenceJeff King1-1/+1
2024-05-09gitlab-ci: fix installing dependencies for fuzz smoke testsPatrick Steinhardt1-1/+1
2024-05-09git-p4: show Perforce error to the userFahad Alrashed1-11/+13
2024-05-08The second batchJunio C Hamano1-1/+38
2024-05-08scalar: avoid segfault in reconfigure --allDerrick Stolee2-3/+45
2024-05-08t0018: two small fixesJunio C Hamano1-19/+22
2024-05-08Documentation/git-merge-tree.txt: document -XVictoria Dye1-0/+5
2024-05-07refs: remove functions without ref storePatrick Steinhardt2-268/+209
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt75-436/+711