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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-09
dir: new flag to remove_dir_recurse() to spare the original_cwd
Elijah Newren
1
-0
/
+3
2021-12-09
dir: avoid incidentally removing the original_cwd in remove_path()
Elijah Newren
1
-1
/
+5
2021-09-20
Merge branch 'ds/sparse-index-ignored-files'
Junio C Hamano
1
-0
/
+8
2021-09-07
sparse-checkout: create helper methods
Derrick Stolee
1
-0
/
+8
2021-08-10
dir: libify and export helper functions from clone.c
Atharva Raykar
1
-0
/
+11
2021-07-28
Merge branch 'ew/many-alternate-optim'
Junio C Hamano
1
-0
/
+2
2021-07-07
speed up alt_odb_usable() with many alternates
Eric Wong
1
-0
/
+2
2021-07-01
dir.[ch]: replace dir_init() with DIR_INIT
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-05-20
Merge branch 'en/dir-traversal'
Junio C Hamano
1
-0
/
+6
2021-05-13
dir: introduce readdir_skip_dot_and_dotdot() helper
Elijah Newren
1
-0
/
+2
2021-05-13
dir: report number of visited directories and paths with trace2
Elijah Newren
1
-0
/
+4
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
1
-4
/
+4
2021-04-14
*: remove 'const' qualifier for struct index_state
Derrick Stolee
1
-4
/
+4
2021-02-16
exclude: add flags parameter to add_patterns()
Jeff King
1
-1
/
+2
2021-01-23
sparse-checkout: load sparse-checkout patterns
Derrick Stolee
1
-0
/
+2
2020-08-18
dir: fix problematic API to avoid memory leaks
Elijah Newren
1
-10
/
+11
2020-08-18
dir: make clear_directory() free all relevant memory
Elijah Newren
1
-1
/
+1
2019-12-25
Merge branch 'ds/sparse-cone'
Junio C Hamano
1
-0
/
+36
2019-11-22
unpack-trees: hash less in cone mode
Derrick Stolee
1
-0
/
+1
2019-11-22
sparse-checkout: init and set in cone mode
Derrick Stolee
1
-0
/
+4
2019-11-22
sparse-checkout: use hashmaps for cone patterns
Derrick Stolee
1
-0
/
+31
2019-11-18
dir: move doc to dir.h
Heba Waly
1
-5
/
+114
2019-10-11
Merge branch 'en/clean-nested-with-ignored'
Junio C Hamano
1
-3
/
+5
2019-09-17
clean: avoid removing untracked files in a nested git repository
Elijah Newren
1
-1
/
+2
2019-09-17
dir: if our pathspec might match files under a dir, recurse into it
Elijah Newren
1
-2
/
+3
2019-09-05
unpack-trees: rename 'is_excluded_from_list()'
Derrick Stolee
1
-4
/
+17
2019-09-05
treewide: rename 'exclude' methods to 'pattern'
Derrick Stolee
1
-11
/
+11
2019-09-05
treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'
Derrick Stolee
1
-5
/
+5
2019-09-05
treewide: rename 'struct exclude_list' to 'struct pattern_list'
Derrick Stolee
1
-9
/
+9
2019-09-05
treewide: rename 'struct exclude' to 'struct path_pattern'
Derrick Stolee
1
-4
/
+4
2019-05-13
Merge branch 'dl/no-extern-in-func-decl'
Junio C Hamano
1
-70
/
+70
2019-05-09
Merge branch 'nd/sha1-name-c-wo-the-repository'
Junio C Hamano
1
-1
/
+3
2019-05-05
*.[ch]: manually align parameter lists
Denton Liu
1
-31
/
+31
2019-05-05
*.[ch]: remove extern from function declarations using spatch
Denton Liu
1
-35
/
+35
2019-04-16
sha1-name.c: remove the_repo from diagnose_invalid_index_path()
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2019-03-20
report_path_error(): drop unused prefix parameter
Jeff King
1
-1
/
+1
2018-08-13
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
1
-6
/
+10
2018-05-30
Merge branch 'bc/object-id'
Junio C Hamano
1
-2
/
+3
2018-05-08
Merge branch 'sb/submodule-move-nested'
Junio C Hamano
1
-1
/
+11
2018-05-02
dir: convert struct untracked_cache_dir to object_id
brian m. carlson
1
-2
/
+3
2018-03-29
submodule: fixup nested submodules after moving the submodule
Stefan Beller
1
-1
/
+11
2018-02-27
Merge branch 'nd/fix-untracked-cache-invalidation'
Junio C Hamano
1
-1
/
+1
2018-02-07
dir.c: ignore paths containing .git when invalidating untracked cache
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-01-30
dir: convert struct sha1_stat to use object_id
Patryk Obara
1
-6
/
+6
2017-12-27
Merge branch 'jh/object-filtering'
Junio C Hamano
1
-0
/
+3
2017-11-22
dir: allow exclusions from blob in addition to file
Jeff Hostetler
1
-0
/
+3
2017-11-21
Merge branch 'bp/fsmonitor'
Junio C Hamano
1
-0
/
+2
2017-10-31
status: add option to show ignored files differently
Jameson Miller
1
-1
/
+2
2017-10-01
fsmonitor: teach git to optionally utilize a file system monitor to speed up ...
Ben Peart
1
-0
/
+2
2017-06-22
Merge branch 'pc/dir-count-slashes'
Junio C Hamano
1
-0
/
+3
[next]