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