index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dir.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-23
dir: move starts_with_dot(_dot)_slash to dir.h
Jacob Keller
1
-0
/
+23
2025-03-29
Merge branch 'am/dir-dedup-decl-of-repository'
Junio C Hamano
1
-1
/
+0
2025-03-11
dir.h: remove duplicate forward declaration of struct repository
Abhijeetsingh Meena
1
-1
/
+0
2025-02-03
backfill: add --sparse option
Derrick Stolee
1
-0
/
+3
2024-07-13
win32: override `fspathcmp()` with a directory separator-aware version
Johannes Schindelin
1
-2
/
+2
2024-06-14
hash-ll: merge with "hash.h"
Patrick Steinhardt
1
-1
/
+1
2024-06-05
dir.c: always copy input to add_pattern()
Jeff King
1
-4
/
+2
2024-04-29
Sync with 2.44.1
Johannes Schindelin
1
-0
/
+7
2024-04-19
Sync with 2.42.2
Johannes Schindelin
1
-0
/
+7
2024-04-19
Sync with 2.41.1
Johannes Schindelin
1
-0
/
+7
2024-04-19
Sync with 2.40.2
Johannes Schindelin
1
-0
/
+7
2024-04-19
Sync with 2.39.4
Johannes Schindelin
1
-0
/
+7
2024-04-17
entry: report more colliding paths
Johannes Schindelin
1
-0
/
+7
2024-02-26
dir: create untracked_cache_invalidate_trimmed_path()
Jeff Hostetler
1
-0
/
+7
2023-10-09
dir.[ch]: add 'follow_symlink' arg to 'get_dtype'
Victoria Dye
1
-1
/
+6
2023-10-09
dir.[ch]: expose 'get_dtype'
Victoria Dye
1
-0
/
+11
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
1
-0
/
+4
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-0
/
+1
2023-06-21
hash-ll, hashmap: move oidhash() to hash-ll
Elijah Newren
1
-0
/
+1
2023-06-12
object-name: move related functions to object-name
Calvin Wan
1
-0
/
+2
2023-06-12
statinfo.h: move DTYPE defines from dir.h
Alejandro R. Sedeño
1
-14
/
+0
2023-04-24
dir.h: move DTYPE defines from cache.h
Elijah Newren
1
-0
/
+15
2023-03-17
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-14
/
+2
2023-02-27
dir: mark output only fields of dir_struct as such
Elijah Newren
1
-8
/
+8
2023-02-27
dir: add a usage note to exclude_per_dir
Elijah Newren
1
-2
/
+6
2023-02-27
dir: separate public from internal portion of dir_struct
Elijah Newren
1
-40
/
+46
2023-02-23
dir.h: refactor to no longer need to include cache.h
Elijah Newren
1
-14
/
+2
2022-11-21
dir.c: free "ident" and "exclude_per_dir" in "struct untracked_cache"
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-08-19
match_pathname(): drop unused "flags" parameter
Jeff King
1
-1
/
+1
2022-05-16
dir API: add a generalized path_match_flags() function
Ævar Arnfjörð Bjarmason
1
-0
/
+63
2021-12-09
dir: new flag to remove_dir_recurse() to spare the original_cwd
Elijah Newren
1
-0
/
+3
2021-12-09
dir: avoid incidentally removing the original_cwd in remove_path()
Elijah Newren
1
-1
/
+5
2021-09-20
Merge branch 'ds/sparse-index-ignored-files'
Junio C Hamano
1
-0
/
+8
2021-09-07
sparse-checkout: create helper methods
Derrick Stolee
1
-0
/
+8
2021-08-10
dir: libify and export helper functions from clone.c
Atharva Raykar
1
-0
/
+11
2021-07-28
Merge branch 'ew/many-alternate-optim'
Junio C Hamano
1
-0
/
+2
2021-07-07
speed up alt_odb_usable() with many alternates
Eric Wong
1
-0
/
+2
2021-07-01
dir.[ch]: replace dir_init() with DIR_INIT
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-05-20
Merge branch 'en/dir-traversal'
Junio C Hamano
1
-0
/
+6
2021-05-13
dir: introduce readdir_skip_dot_and_dotdot() helper
Elijah Newren
1
-0
/
+2
2021-05-13
dir: report number of visited directories and paths with trace2
Elijah Newren
1
-0
/
+4
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
1
-4
/
+4
2021-04-14
*: remove 'const' qualifier for struct index_state
Derrick Stolee
1
-4
/
+4
2021-02-16
exclude: add flags parameter to add_patterns()
Jeff King
1
-1
/
+2
2021-01-23
sparse-checkout: load sparse-checkout patterns
Derrick Stolee
1
-0
/
+2
2020-08-18
dir: fix problematic API to avoid memory leaks
Elijah Newren
1
-10
/
+11
2020-08-18
dir: make clear_directory() free all relevant memory
Elijah Newren
1
-1
/
+1
2019-12-25
Merge branch 'ds/sparse-cone'
Junio C Hamano
1
-0
/
+36
2019-11-22
unpack-trees: hash less in cone mode
Derrick Stolee
1
-0
/
+1
2019-11-22
sparse-checkout: init and set in cone mode
Derrick Stolee
1
-0
/
+4
[next]