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