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
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
2021-04-14
*: remove 'const' qualifier for struct index_state
Derrick Stolee
1
-6
/
+6
2021-03-22
Merge branch 'jk/open-dotgitx-with-nofollow'
Junio C Hamano
1
-6
/
+15
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-3
/
+3
2021-03-01
Merge branch 'jh/untracked-cache-fix'
Junio C Hamano
1
-5
/
+2
2021-02-24
dir: fix malloc of root untracked_cache_dir
Jeff Hostetler
1
-5
/
+2
2021-02-16
exclude: do not respect symlinks for in-tree .gitignore
Jeff King
1
-2
/
+10
2021-02-16
exclude: add flags parameter to add_patterns()
Jeff King
1
-6
/
+7
2021-01-23
sparse-checkout: load sparse-checkout patterns
Derrick Stolee
1
-0
/
+17
2020-11-21
Merge branch 'en/strmap'
Junio C Hamano
1
-4
/
+4
2020-11-02
Merge branch 'nk/dir-c-comment-update'
Junio C Hamano
1
-3
/
+3
2020-11-02
hashmap: provide deallocation function names
Elijah Newren
1
-4
/
+4
2020-10-16
dir.c: fix comments to agree with argument name
Alex Vandiver
1
-3
/
+3
2020-09-30
dir.c: drop unused "untracked" from treat_path_fast()
Jeff King
1
-2
/
+1
2020-08-27
Merge branch 'jk/leakfix'
Junio C Hamano
1
-0
/
+2
2020-08-24
Merge branch 'en/dir-clear'
Junio C Hamano
1
-3
/
+17
2020-08-24
Merge branch 'en/dir-nonbare-embedded'
Junio C Hamano
1
-3
/
+6
2020-08-18
dir: fix problematic API to avoid memory leaks
Elijah Newren
1
-2
/
+7
2020-08-18
dir: make clear_directory() free all relevant memory
Elijah Newren
1
-2
/
+11
2020-08-14
clear_pattern_list(): clear embedded hashmaps
Jeff King
1
-0
/
+2
[next]