index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
path.c
Age
Commit message (
Expand
)
Author
2025-02-28
path: adjust last remaining users of `the_repository`
Patrick Steinhardt
2025-02-28
environment: move access to "core.sharedRepository" into repo settings
Patrick Steinhardt
2025-02-28
environment: move access to "core.hooksPath" into repo settings
Patrick Steinhardt
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
2025-02-07
path: drop `git_common_path()` in favor of `repo_common_path()`
Patrick Steinhardt
2025-02-07
path: refactor `repo_submodule_path()` family of functions
Patrick Steinhardt
2025-02-07
submodule: refactor `submodule_to_gitdir()` to accept a repo
Patrick Steinhardt
2025-02-07
path: refactor `repo_worktree_path()` family of functions
Patrick Steinhardt
2025-02-07
path: refactor `repo_git_path()` family of functions
Patrick Steinhardt
2025-02-07
path: refactor `repo_common_path()` family of functions
Patrick Steinhardt
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
2024-12-10
Merge branch 'bc/allow-upload-pack-from-other-people'
Junio C Hamano
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-11-15
Allow cloning from repositories owned by another user
brian m. carlson
2024-09-12
environment: guard state depending on a repository
Patrick Steinhardt
2024-08-13
path: hide functions using `the_repository` by default
Patrick Steinhardt
2024-08-13
path: stop relying on `the_repository` in `worktree_git_path()`
Patrick Steinhardt
2024-08-13
path: stop relying on `the_repository` when reporting garbage
Patrick Steinhardt
2024-08-13
path: expose `do_git_common_path()` as `repo_common_pathv()`
Patrick Steinhardt
2024-08-13
path: expose `do_git_path()` as `repo_git_pathv()`
Patrick Steinhardt
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-05-30
Merge branch 'ps/undecided-is-not-necessarily-sha1'
Junio C Hamano
2024-05-06
path: move `validate_headref()` to its only user
Patrick Steinhardt
2024-05-06
path: harden validation of HEAD with non-standard hashes
Patrick Steinhardt
2024-04-29
Sync with 2.44.1
Johannes Schindelin
2024-04-19
Sync with 2.43.4
Johannes Schindelin
2024-04-19
Sync with 2.41.1
Johannes Schindelin
2024-04-19
Sync with 2.40.2
Johannes Schindelin
2024-04-17
fetch/clone: detect dubious ownership of local repositories
Johannes Schindelin
2024-04-15
Merge branch 'rs/apply-lift-path-length-limit'
Junio C Hamano
2024-04-05
path: remove mksnpath()
René Scharfe
2024-02-07
refs: introduce reftable backend
Patrick Steinhardt
2024-01-19
refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref
Patrick Steinhardt
2024-01-19
refs: convert AUTO_MERGE to become a normal pseudo-ref
Patrick Steinhardt
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-12
path: move related function to path
Calvin Wan
2023-04-11
treewide: remove double forward declaration of read_in_full
Elijah Newren
2023-03-21
treewide: remove cache.h inclusion due to setup.h changes
Elijah Newren
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-02-24
mark "pointless" data pointers in callbacks
Jeff King
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2022-10-28
adjust_shared_perm(): leave g+s alone when the group does not matter
Junio C Hamano
[next]