index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dir.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'gg/worktree-from-the-above'
Junio C Hamano
2022-07-15
1
-7
/
+28
|
\
|
*
dir: minor refactoring / clean-up
Goss Geppert
2022-06-22
1
-7
/
+9
|
*
dir: traverse into repository
Goss Geppert
2022-06-22
1
-0
/
+19
*
|
Merge branch 'ds/bundle-uri'
Junio C Hamano
2022-06-03
1
-0
/
+29
|
\
\
|
*
|
dir API: add a generalized path_match_flags() function
Ævar Arnfjörð Bjarmason
2022-05-17
1
-0
/
+29
|
|
/
*
|
Merge branch 'js/ci-gcc-12-fixes'
Junio C Hamano
2022-06-01
1
-0
/
+9
|
\
\
|
*
|
dir.c: avoid "exceeds maximum object size" error with GCC v12.x
Johannes Schindelin
2022-05-25
1
-0
/
+9
*
|
|
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-21
1
-1
/
+1
|
\
\
\
|
*
\
\
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
|
|
|
/
/
|
|
*
|
Merge branch 'ds/add-rm-with-sparse-index' into maint
Junio C Hamano
2021-11-23
1
-49
/
+5
|
|
|
\
\
*
|
|
|
|
untracked-cache: support '--untracked-files=all' if configured
Tao Klerks
2022-04-01
1
-16
/
+72
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge branch 'vd/sparse-read-tree'
Junio C Hamano
2022-03-17
1
-3
/
+4
|
\
\
\
\
|
*
|
|
|
sparse-index: prevent repo root from becoming sparse
Victoria Dye
2022-03-01
1
-3
/
+4
|
|
/
/
/
*
|
|
|
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
2022-03-17
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-26
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 'tk/empty-untracked-cache'
Junio C Hamano
2022-03-17
1
-3
/
+7
|
\
\
\
\
|
*
|
|
|
untracked-cache: write index when populating empty untracked cache
Tao Klerks
2022-02-28
1
-3
/
+7
|
|
/
/
/
*
/
/
/
dir: force untracked cache with core.untrackedCache
Derrick Stolee
2022-02-17
1
-1
/
+3
|
/
/
/
*
|
|
Merge branch 'ds/sparse-checkout-malformed-pattern-fix'
Junio C Hamano
2022-01-10
1
-4
/
+2
|
\
\
\
|
*
|
|
sparse-checkout: refuse to add to bad patterns
Derrick Stolee
2021-12-30
1
-1
/
+1
|
*
|
|
sparse-checkout: fix segfault on malformed patterns
Derrick Stolee
2021-12-30
1
-3
/
+1
*
|
|
|
Merge branch 'en/keep-cwd'
Junio C Hamano
2022-01-05
1
-3
/
+12
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
dir: new flag to remove_dir_recurse() to spare the original_cwd
Elijah Newren
2021-12-09
1
-3
/
+9
|
*
|
|
dir: avoid incidentally removing the original_cwd in remove_path()
Elijah Newren
2021-12-09
1
-0
/
+3
|
|
/
/
*
|
|
Merge branch 'ds/add-rm-with-sparse-index'
Junio C Hamano
2021-11-23
1
-49
/
+5
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
dir: revert "dir: select directories correctly"
Derrick Stolee
2021-11-22
1
-49
/
+5
*
|
Merge branch 'ds/add-rm-with-sparse-index'
Junio C Hamano
2021-11-03
1
-1
/
+1
|
\
|
|
*
dir: fix directory-matching bug
Derrick Stolee
2021-11-03
1
-1
/
+1
*
|
Merge branch 'mt/fix-add-rm-with-sparse-index'
Junio C Hamano
2021-10-30
1
-6
/
+23
|
\
\
|
*
|
add, rm, mv: fix bug that prevents the update of non-sparse dirs
Matheus Tavares
2021-10-28
1
-6
/
+23
|
|
/
*
|
Merge branch 'ds/add-rm-with-sparse-index'
Junio C Hamano
2021-10-14
1
-6
/
+50
|
\
|
|
*
dir: fix pattern matching on dirs
Derrick Stolee
2021-09-28
1
-1
/
+1
|
*
dir: select directories correctly
Derrick Stolee
2021-09-28
1
-5
/
+49
*
|
Merge branch 'jt/submodule-name-to-gitdir'
Junio C Hamano
2021-09-23
1
-1
/
+1
|
\
\
|
*
|
submodule: extract path to submodule gitdir func
Jonathan Tan
2021-09-15
1
-1
/
+1
*
|
|
Merge branch 'ds/sparse-index-ignored-files'
Junio C Hamano
2021-09-21
1
-0
/
+52
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
sparse-checkout: create helper methods
Derrick Stolee
2021-09-08
1
-0
/
+52
|
|
/
*
/
dir: libify and export helper functions from clone.c
Atharva Raykar
2021-08-10
1
-0
/
+114
|
/
*
use fspathhash() everywhere
René Scharfe
2021-07-30
1
-10
/
+3
*
Merge branch 'ds/status-with-sparse-index'
Junio C Hamano
2021-07-28
1
-5
/
+19
|
\
|
*
dir.c: accept a directory as part of cone-mode patterns
Derrick Stolee
2021-07-14
1
-5
/
+19
*
|
Merge branch 'ew/many-alternate-optim'
Junio C Hamano
2021-07-28
1
-0
/
+10
|
\
\
|
*
|
speed up alt_odb_usable() with many alternates
Eric Wong
2021-07-08
1
-0
/
+10
|
|
/
*
/
dir.[ch]: replace dir_init() with DIR_INIT
Ævar Arnfjörð Bjarmason
2021-07-01
1
-7
/
+2
|
/
*
Merge branch 'en/dir-traversal'
Junio C Hamano
2021-05-28
1
-2
/
+1
|
\
|
*
dir: introduce readdir_skip_dot_and_dotdot() helper
Elijah Newren
2021-05-27
1
-9
/
+16
|
*
dir: update stale description of treat_directory()
Derrick Stolee
2021-05-27
1
-7
/
+6
|
*
Revert "dir: update stale description of treat_directory()"
Junio C Hamano
2021-05-27
1
-6
/
+7
|
*
Revert "dir: introduce readdir_skip_dot_and_dotdot() helper"
Junio C Hamano
2021-05-27
1
-17
/
+9
[next]