🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.43.1
/
dir.c
tag
9c98e72e0329036735d6b873b88d0d840f5d8214
tagger
Junio C Hamano <gitster@pobox.com>
Fri Feb 09 00:22:52 2024
object
3526e67d917bcd03f317a058208fa02737654637
Git 2.43.1
eea0e59
treewide: remove unnecessary includes in source files
by Elijah Newren
· 2 years ago
aa79636
dir.[ch]: add 'follow_symlink' arg to 'get_dtype'
by Victoria Dye
· 2 years, 2 months ago
6dc1004
dir.[ch]: expose 'get_dtype'
by Victoria Dye
· 2 years, 2 months ago
13ed10e
Merge branch 'jc/pathspec-match-with-common-prefix'
by Junio C Hamano
· 2 years, 5 months ago
f4a8fde
dir: match "attr" pathspec magic with correct paths
by Junio C Hamano
· 2 years, 5 months ago
91c080d
git-compat-util: move alloc macros to git-compat-util.h
by Calvin Wan
· 2 years, 5 months ago
da9502f
treewide: remove unnecessary includes for wrapper.h
by Calvin Wan
· 2 years, 5 months ago
68d6864
fsmonitor-ll.h: split this header out of fsmonitor.h
by Elijah Newren
· 2 years, 6 months ago
a034e91
object-store-ll.h: split this header out of object-store.h
by Elijah Newren
· 2 years, 6 months ago
c339932
repository: remove unnecessary include of path.h
by Elijah Newren
· 2 years, 6 months ago
baf889c
sparse-index.h: move declarations for sparse-index.c from cache.h
by Elijah Newren
· 2 years, 6 months ago
f565385
name-hash.h: move declarations for name-hash.c from cache.h
by Elijah Newren
· 2 years, 6 months ago
d4a4f92
commit.h: reduce unnecessary includes
by Elijah Newren
· 2 years, 8 months ago
cb2a513
symlinks.h: move declarations for symlinks.c functions from cache.h
by Elijah Newren
· 2 years, 8 months ago
87bed17
object-file.h: move declarations for object-file.c functions from cache.h
by Elijah Newren
· 2 years, 8 months ago
73359a9
treewide: be explicit about dependence on convert.h
by Elijah Newren
· 2 years, 8 months ago
74ea5c9
treewide: be explicit about dependence on trace.h & trace2.h
by Elijah Newren
· 2 years, 8 months ago
e7dca80
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h
by Junio C Hamano
· 2 years, 8 months ago
bc726bd
cocci: apply the "object-store.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
e38da48
setup.h: move declarations for setup.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
32a8f51
environment.h: move declarations for environment.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
d5ebb50
wrapper.h: move declarations for wrapper.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
0b027f6
abspath.h: move absolute path functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
f394e09
treewide: be explicit about dependence on gettext.h
by Elijah Newren
· 2 years, 9 months ago
88cc8ed
Merge branch 'en/header-cleanup'
by Junio C Hamano
· 2 years, 9 months ago
5fdf285
dir: separate public from internal portion of dir_struct
by Elijah Newren
· 2 years, 10 months ago
36bf195
alloc.h: move ALLOC_GROW() functions from cache.h
by Elijah Newren
· 2 years, 10 months ago
ab85a7d
Merge branch 'ws/single-file-cone'
by Junio C Hamano
· 2 years, 11 months ago
5842710
dir: check for single file cone patterns
by William Sprent
· 3 years ago
083fd1a
dir.c: free "ident" and "exclude_per_dir" in "struct untracked_cache"
by Ævar Arnfjörð Bjarmason
· 3 years, 1 month ago
2790ba8
Merge branch 'rs/use-fspathncmp'
by Junio C Hamano
· 3 years, 2 months ago
f766967
dir: use fspathncmp() in pl_hashmap_cmp()
by Jeff King
· 3 years, 2 months ago
dd407f1
Merge branch 'ab/unused-annotation'
by Junio C Hamano
· 3 years, 3 months ago
a6b42ec
Merge branch 'jk/unused-annotation'
by Junio C Hamano
· 3 years, 3 months ago
5cf88fd
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
by Ævar Arnfjörð Bjarmason
· 3 years, 3 months ago
77651c0
match_pathname(): drop unused "flags" parameter
by Jeff King
· 3 years, 4 months ago
02c3c59
hashmap: mark unused callback parameters
by Jeff King
· 3 years, 4 months ago
f070ec4
Merge branch 'gg/worktree-from-the-above' into maint
by Junio C Hamano
· 3 years, 5 months ago
dc6315e
Merge branch 'gg/worktree-from-the-above'
by Junio C Hamano
· 3 years, 5 months ago
d6c9a71
dir: minor refactoring / clean-up
by Goss Geppert
· 3 years, 6 months ago
2712899
dir: traverse into repository
by Goss Geppert
· 3 years, 6 months ago
b3b2ddc
Merge branch 'ds/bundle-uri'
by Junio C Hamano
· 3 years, 6 months ago
db5b7c3
Merge branch 'js/ci-gcc-12-fixes'
by Junio C Hamano
· 3 years, 7 months ago
2acf4cf
dir.c: avoid "exceeds maximum object size" error with GCC v12.x
by Johannes Schindelin
· 3 years, 7 months ago
538dc45
Merge branch 'ep/maint-equals-null-cocci'
by Junio C Hamano
· 3 years, 7 months ago
9fd512c
dir API: add a generalized path_match_flags() function
by Ævar Arnfjörð Bjarmason
· 3 years, 7 months ago
2b0a58d
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
by Junio C Hamano
· 3 years, 8 months ago
afe8a90
tree-wide: apply equals-null.cocci
by Junio C Hamano
· 3 years, 8 months ago
e6a6535
untracked-cache: support '--untracked-files=all' if configured
by Tao Klerks
· 3 years, 9 months ago
190f9bf
Merge branch 'vd/sparse-read-tree'
by Junio C Hamano
· 3 years, 9 months ago
430883a
Merge branch 'ab/object-file-api-updates'
by Junio C Hamano
· 3 years, 9 months ago
47e0380
Merge branch 'tk/empty-untracked-cache'
by Junio C Hamano
· 3 years, 9 months ago
287fd17
sparse-index: prevent repo root from becoming sparse
by Victoria Dye
· 3 years, 10 months ago
317956d
untracked-cache: write index when populating empty untracked cache
by Tao Klerks
· 3 years, 10 months ago
44439c1
object-file API: have hash_object_file() take "enum object_type"
by Ævar Arnfjörð Bjarmason
· 3 years, 10 months ago
26b8946
dir: force untracked cache with core.untrackedCache
by Derrick Stolee
· 3 years, 10 months ago
09481fe
Merge branch 'ds/sparse-checkout-malformed-pattern-fix'
by Junio C Hamano
· 4 years ago
da81d47
Merge branch 'en/keep-cwd'
by Junio C Hamano
· 4 years ago
a3eca58
sparse-checkout: refuse to add to bad patterns
by Derrick Stolee
· 4 years ago
a481d43
sparse-checkout: fix segfault on malformed patterns
by Derrick Stolee
· 4 years ago
580a5d7
dir: new flag to remove_dir_recurse() to spare the original_cwd
by Elijah Newren
· 4 years ago
63bbe8b
dir: avoid incidentally removing the original_cwd in remove_path()
by Elijah Newren
· 4 years ago
eef0a8e
Merge branch 'ds/add-rm-with-sparse-index' into maint
by Junio C Hamano
· 4 years, 1 month ago
1bf2673
Merge branch 'ds/add-rm-with-sparse-index'
by Junio C Hamano
· 4 years, 1 month ago
33c5d6c
dir: revert "dir: select directories correctly"
by Derrick Stolee
· 4 years, 1 month ago
36f0a2e
Merge branch 'ds/add-rm-with-sparse-index'
by Junio C Hamano
· 4 years, 1 month ago
5ceb663
dir: fix directory-matching bug
by Derrick Stolee
· 4 years, 1 month ago
68fb83b
Merge branch 'mt/fix-add-rm-with-sparse-index'
by Junio C Hamano
· 4 years, 2 months ago
20141e3
add, rm, mv: fix bug that prevents the update of non-sparse dirs
by Matheus Tavares
· 4 years, 2 months ago
2d498a7
Merge branch 'ds/add-rm-with-sparse-index'
by Junio C Hamano
· 4 years, 2 months ago
ed49584
dir: fix pattern matching on dirs
by Derrick Stolee
· 4 years, 3 months ago
f652672
dir: select directories correctly
by Derrick Stolee
· 4 years, 3 months ago
f7511fd
Merge branch 'jt/submodule-name-to-gitdir'
by Junio C Hamano
· 4 years, 3 months ago
dc89c34
Merge branch 'ds/sparse-index-ignored-files'
by Junio C Hamano
· 4 years, 3 months ago
ce125d4
submodule: extract path to submodule gitdir func
by Jonathan Tan
· 4 years, 3 months ago
02155c8
sparse-checkout: create helper methods
by Derrick Stolee
· 4 years, 3 months ago
ed86301
dir: libify and export helper functions from clone.c
by Atharva Raykar
· 4 years, 4 months ago
7431842
use fspathhash() everywhere
by René Scharfe
· 4 years, 5 months ago
b271a30
Merge branch 'ds/status-with-sparse-index'
by Junio C Hamano
· 4 years, 5 months ago
e5cc59c
Merge branch 'ew/many-alternate-optim'
by Junio C Hamano
· 4 years, 5 months ago
69bdbdb
dir.c: accept a directory as part of cone-mode patterns
by Derrick Stolee
· 4 years, 5 months ago
cf2dc1c
speed up alt_odb_usable() with many alternates
by Eric Wong
· 4 years, 5 months ago
ce93a4c
dir.[ch]: replace dir_init() with DIR_INIT
by Ævar Arnfjörð Bjarmason
· 4 years, 6 months ago
329d63e
Merge branch 'en/dir-traversal'
by Junio C Hamano
· 4 years, 7 months ago
906fc55
dir: introduce readdir_skip_dot_and_dotdot() helper
by Elijah Newren
· 4 years, 7 months ago
eef8148
dir: update stale description of treat_directory()
by Derrick Stolee
· 4 years, 7 months ago
2c9f1bf
Revert "dir: update stale description of treat_directory()"
by Junio C Hamano
· 4 years, 7 months ago
1df046b
Revert "dir: introduce readdir_skip_dot_and_dotdot() helper"
by Junio C Hamano
· 4 years, 7 months ago
33be431
Merge branch 'en/dir-traversal'
by Junio C Hamano
· 4 years, 7 months ago
b548f0f
dir: introduce readdir_skip_dot_and_dotdot() helper
by Elijah Newren
· 4 years, 7 months ago
4e689d8
dir: update stale description of treat_directory()
by Derrick Stolee
· 4 years, 7 months ago
dd55fc0
dir: traverse into untracked directories if they may have ignored subfiles
by Elijah Newren
· 4 years, 7 months ago
aa6e1b2
dir: avoid unnecessary traversal into ignored directory
by Elijah Newren
· 4 years, 7 months ago
7fe1ffdaf
dir: report number of visited directories and paths with trace2
by Elijah Newren
· 4 years, 7 months ago
7f9dd87
dir: convert trace calls to trace2 equivalents
by Elijah Newren
· 4 years, 7 months ago
aaa3c80
Merge branch 'bc/hash-transition-interop-part-1'
by Junio C Hamano
· 4 years, 7 months ago
8e97852
Merge branch 'ds/sparse-index-protections'
by Junio C Hamano
· 4 years, 8 months ago
1422844
hash: provide per-algorithm null OIDs
by brian m. carlson
· 4 years, 8 months ago
92e2cab
Always use oidread to read into struct object_id
by brian m. carlson
· 4 years, 8 months ago
d425f65
dir: ensure full index
by Derrick Stolee
· 4 years, 8 months ago
Next »