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-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
2020-08-12
dir: avoid prematurely marking nonbare repositories as matches
Elijah Newren
1
-3
/
+6
2020-07-30
Merge branch 'en/fill-directory-exponential' into master
Junio C Hamano
1
-2
/
+2
2020-07-20
dir: check pathspecs before returning `path_excluded`
Martin Ågren
1
-2
/
+2
2020-06-25
Merge branch 'en/clean-cleanups'
Junio C Hamano
1
-5
/
+10
2020-06-17
Merge branch 'en/do-match-pathspec-fix'
Junio C Hamano
1
-17
/
+33
2020-06-12
dir, clean: avoid disallowed behavior
Elijah Newren
1
-0
/
+4
2020-06-12
dir: fix a few confusing comments
Elijah Newren
1
-5
/
+6
2020-06-05
dir: fix treatment of negated pathspecs
Elijah Newren
1
-17
/
+33
2020-04-29
Merge branch 'en/fill-directory-exponential'
Junio C Hamano
1
-174
/
+248
2020-04-01
Fix error-prone fill_directory() API; make it only return matches
Elijah Newren
1
-1
/
+8
2020-04-01
dir: replace double pathspec matching with single in treat_directory()
Elijah Newren
1
-19
/
+19
2020-04-01
dir: include DIR_KEEP_UNTRACKED_CONTENTS handling in treat_directory()
Elijah Newren
1
-24
/
+19
2020-04-01
dir: replace exponential algorithm with a linear one
Elijah Newren
1
-63
/
+147
2020-04-01
dir: refactor treat_directory to clarify control flow
Derrick Stolee
1
-18
/
+17
[next]