index
:
git
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
/
dir.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-19
Sync with 2.43.4
Johannes Schindelin
1
-0
/
+12
2024-04-19
Sync with 2.42.2
Johannes Schindelin
1
-0
/
+12
2024-04-19
Sync with 2.41.1
Johannes Schindelin
1
-0
/
+12
2024-04-19
Sync with 2.40.2
Johannes Schindelin
1
-0
/
+12
2024-04-19
Sync with 2.39.4
Johannes Schindelin
1
-0
/
+12
2024-04-17
entry: report more colliding paths
Johannes Schindelin
1
-0
/
+12
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-11-04
attr: enable attr pathspec magic for git-add and git-stash
Joanna Wang
1
-1
/
+2
2023-10-09
dir.[ch]: add 'follow_symlink' arg to 'get_dtype'
Victoria Dye
1
-4
/
+9
2023-10-09
dir.[ch]: expose 'get_dtype'
Victoria Dye
1
-0
/
+28
2023-07-17
Merge branch 'jc/pathspec-match-with-common-prefix'
Junio C Hamano
1
-1
/
+1
2023-07-08
dir: match "attr" pathspec magic with correct paths
Junio C Hamano
1
-1
/
+1
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-21
fsmonitor-ll.h: split this header out of fsmonitor.h
Elijah Newren
1
-1
/
+2
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
1
-0
/
+1
2023-06-21
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren
1
-0
/
+1
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-04-24
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on convert.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-1
/
+1
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-17
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-1
/
+2
2023-02-27
dir: separate public from internal portion of dir_struct
Elijah Newren
1
-56
/
+58
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-1
/
+2
2023-01-16
Merge branch 'ws/single-file-cone'
Junio C Hamano
1
-0
/
+7
2023-01-05
dir: check for single file cone patterns
William Sprent
1
-0
/
+7
2022-11-21
dir.c: free "ident" and "exclude_per_dir" in "struct untracked_cache"
Ævar Arnfjörð Bjarmason
1
-3
/
+7
2022-10-17
Merge branch 'rs/use-fspathncmp'
Junio C Hamano
1
-3
/
+1
2022-10-08
dir: use fspathncmp() in pl_hashmap_cmp()
Jeff King
1
-3
/
+1
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-2
/
+2
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-2
/
+2
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-08-19
match_pathname(): drop unused "flags" parameter
Jeff King
1
-4
/
+2
2022-08-19
hashmap: mark unused callback parameters
Jeff King
1
-2
/
+2
2022-07-27
Merge branch 'gg/worktree-from-the-above' into maint
Junio C Hamano
1
-7
/
+28
2022-07-14
Merge branch 'gg/worktree-from-the-above'
Junio C Hamano
1
-7
/
+28
2022-06-21
dir: minor refactoring / clean-up
Goss Geppert
1
-7
/
+9
2022-06-21
dir: traverse into repository
Goss Geppert
1
-0
/
+19
2022-06-03
Merge branch 'ds/bundle-uri'
Junio C Hamano
1
-0
/
+29
[next]