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
/
dir.c
Age
Commit message (
Expand
)
Author
Lines
2022-06-08
Merge branch 'js/ci-gcc-12-fixes' into maint
Junio C Hamano
-0
/
+9
2022-05-24
dir.c: avoid "exceeds maximum object size" error with GCC v12.x
Johannes Schindelin
-0
/
+9
2022-03-16
Merge branch 'vd/sparse-read-tree'
Junio C Hamano
-3
/
+4
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
-1
/
+1
2022-03-16
Merge branch 'tk/empty-untracked-cache'
Junio C Hamano
-3
/
+7
2022-03-01
sparse-index: prevent repo root from becoming sparse
Victoria Dye
-3
/
+4
2022-02-28
untracked-cache: write index when populating empty untracked cache
Tao Klerks
-3
/
+7
2022-02-25
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-02-17
dir: force untracked cache with core.untrackedCache
Derrick Stolee
-1
/
+3
2022-01-10
Merge branch 'ds/sparse-checkout-malformed-pattern-fix'
Junio C Hamano
-4
/
+2
2022-01-05
Merge branch 'en/keep-cwd'
Junio C Hamano
-3
/
+12
2021-12-30
sparse-checkout: refuse to add to bad patterns
Derrick Stolee
-1
/
+1
2021-12-30
sparse-checkout: fix segfault on malformed patterns
Derrick Stolee
-3
/
+1
2021-12-09
dir: new flag to remove_dir_recurse() to spare the original_cwd
Elijah Newren
-3
/
+9
2021-12-09
dir: avoid incidentally removing the original_cwd in remove_path()
Elijah Newren
-0
/
+3
2021-11-23
Merge branch 'ds/add-rm-with-sparse-index' into maint
Junio C Hamano
-49
/
+5
2021-11-22
Merge branch 'ds/add-rm-with-sparse-index'
Junio C Hamano
-49
/
+5
2021-11-22
dir: revert "dir: select directories correctly"
Derrick Stolee
-49
/
+5
2021-11-03
Merge branch 'ds/add-rm-with-sparse-index'
Junio C Hamano
-1
/
+1
2021-11-03
dir: fix directory-matching bug
Derrick Stolee
-1
/
+1
2021-10-29
Merge branch 'mt/fix-add-rm-with-sparse-index'
Junio C Hamano
-6
/
+23
2021-10-28
add, rm, mv: fix bug that prevents the update of non-sparse dirs
Matheus Tavares
-6
/
+23
2021-10-13
Merge branch 'ds/add-rm-with-sparse-index'
Junio C Hamano
-6
/
+50
2021-09-28
dir: fix pattern matching on dirs
Derrick Stolee
-1
/
+1
2021-09-28
dir: select directories correctly
Derrick Stolee
-5
/
+49
2021-09-23
Merge branch 'jt/submodule-name-to-gitdir'
Junio C Hamano
-1
/
+1
2021-09-20
Merge branch 'ds/sparse-index-ignored-files'
Junio C Hamano
-0
/
+52
2021-09-15
submodule: extract path to submodule gitdir func
Jonathan Tan
-1
/
+1
2021-09-07
sparse-checkout: create helper methods
Derrick Stolee
-0
/
+52
2021-08-10
dir: libify and export helper functions from clone.c
Atharva Raykar
-0
/
+114
2021-07-30
use fspathhash() everywhere
René Scharfe
-10
/
+3
2021-07-28
Merge branch 'ds/status-with-sparse-index'
Junio C Hamano
-5
/
+19
2021-07-28
Merge branch 'ew/many-alternate-optim'
Junio C Hamano
-0
/
+10
2021-07-14
dir.c: accept a directory as part of cone-mode patterns
Derrick Stolee
-5
/
+19
2021-07-07
speed up alt_odb_usable() with many alternates
Eric Wong
-0
/
+10
2021-07-01
dir.[ch]: replace dir_init() with DIR_INIT
Ævar Arnfjörð Bjarmason
-7
/
+2
2021-05-28
Merge branch 'en/dir-traversal'
Junio C Hamano
-2
/
+1
2021-05-27
dir: introduce readdir_skip_dot_and_dotdot() helper
Elijah Newren
-9
/
+16
2021-05-27
dir: update stale description of treat_directory()
Derrick Stolee
-7
/
+6
2021-05-27
Revert "dir: update stale description of treat_directory()"
Junio C Hamano
-6
/
+7
2021-05-27
Revert "dir: introduce readdir_skip_dot_and_dotdot() helper"
Junio C Hamano
-17
/
+9
2021-05-20
Merge branch 'en/dir-traversal'
Junio C Hamano
-45
/
+101
2021-05-13
dir: introduce readdir_skip_dot_and_dotdot() helper
Elijah Newren
-9
/
+17
2021-05-13
dir: update stale description of treat_directory()
Derrick Stolee
-7
/
+6
2021-05-13
dir: traverse into untracked directories if they may have ignored subfiles
Elijah Newren
-4
/
+6
2021-05-13
dir: avoid unnecessary traversal into ignored directory
Elijah Newren
-15
/
+29
2021-05-13
dir: report number of visited directories and paths with trace2
Elijah Newren
-0
/
+9
2021-05-13
dir: convert trace calls to trace2 equivalents
Elijah Newren
-13
/
+37
2021-05-10
Merge branch 'bc/hash-transition-interop-part-1'
Junio C Hamano
-3
/
+3
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
-6
/
+8
[next]