index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
path.c
Age
Commit message (
Expand
)
Author
Lines
2024-09-12
environment: guard state depending on a repository
Patrick Steinhardt
-0
/
+2
2024-08-13
path: hide functions using `the_repository` by default
Patrick Steinhardt
-51
/
+1
2024-08-13
path: stop relying on `the_repository` in `worktree_git_path()`
Patrick Steinhardt
-2
/
+7
2024-08-13
path: stop relying on `the_repository` when reporting garbage
Patrick Steinhardt
-3
/
+3
2024-08-13
path: expose `do_git_common_path()` as `repo_common_pathv()`
Patrick Steinhardt
-11
/
+11
2024-08-13
path: expose `do_git_path()` as `repo_git_pathv()`
Patrick Steinhardt
-10
/
+10
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
-0
/
+3
2024-05-30
Merge branch 'ps/undecided-is-not-necessarily-sha1'
Junio C Hamano
-53
/
+0
2024-05-06
path: move `validate_headref()` to its only user
Patrick Steinhardt
-53
/
+0
2024-05-06
path: harden validation of HEAD with non-standard hashes
Patrick Steinhardt
-1
/
+1
2024-04-29
Sync with 2.44.1
Johannes Schindelin
-0
/
+2
2024-04-19
Sync with 2.43.4
Johannes Schindelin
-0
/
+2
2024-04-19
Sync with 2.41.1
Johannes Schindelin
-0
/
+2
2024-04-19
Sync with 2.40.2
Johannes Schindelin
-0
/
+2
2024-04-17
fetch/clone: detect dubious ownership of local repositories
Johannes Schindelin
-0
/
+2
2024-04-15
Merge branch 'rs/apply-lift-path-length-limit'
Junio C Hamano
-17
/
+0
2024-04-05
path: remove mksnpath()
René Scharfe
-17
/
+0
2024-02-07
refs: introduce reftable backend
Patrick Steinhardt
-1
/
+1
2024-01-19
refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref
Patrick Steinhardt
-1
/
+0
2024-01-19
refs: convert AUTO_MERGE to become a normal pseudo-ref
Patrick Steinhardt
-1
/
+0
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
-1
/
+0
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
-0
/
+20
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
-1
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
-1
/
+1
2023-06-12
path: move related function to path
Calvin Wan
-0
/
+20
2023-04-11
treewide: remove double forward declaration of read_in_full
Elijah Newren
-0
/
+1
2023-03-21
treewide: remove cache.h inclusion due to setup.h changes
Elijah Newren
-1
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
-1
/
+2
2023-02-24
mark "pointless" data pointers in callbacks
Jeff King
-1
/
+2
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
-0
/
+1
2022-10-28
adjust_shared_perm(): leave g+s alone when the group does not matter
Junio C Hamano
-1
/
+7
2022-06-03
Merge branch 'ds/bundle-uri'
Junio C Hamano
-1
/
+1
2022-05-16
dir API: add a generalized path_match_flags() function
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
-1
/
+1
2022-03-24
Sync with 2.33.2
Johannes Schindelin
-5
/
+9
2022-03-24
Sync with 2.31.2
Johannes Schindelin
-5
/
+9
2022-03-24
Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likes
Johannes Schindelin
-5
/
+9
2021-09-20
Merge branch 'lh/systemd-timers'
Junio C Hamano
-3
/
+10
2021-09-07
cache.h: Introduce a generic "xdg_config_home_for(…)" function
Lénaïc Huard
-3
/
+10
2021-07-26
interpolate_path(): allow specifying paths relative to the runtime prefix
Johannes Schindelin
-0
/
+8
2021-07-26
Use a better name for the function interpolating paths
Johannes Schindelin
-2
/
+2
2021-07-26
expand_user_path(): clarify the role of the `real_home` parameter
Johannes Schindelin
-1
/
+1
2021-07-26
expand_user_path(): remove stale part of the comment
Johannes Schindelin
-3
/
+2
2021-05-04
t0060: test ntfs/hfs-obscured dotfiles
Jeff King
-0
/
+5
2021-03-20
merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflict
Elijah Newren
-0
/
+1
2020-08-21
sequencer: treat REVERT_HEAD as a pseudo ref
Han-Wen Nienhuys
-1
/
+0
[next]