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
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
2017-06-12
dir: create function count_slashes()
Prathamesh Chavan
1
-0
/
+3
2017-06-02
Merge branch 'sl/clean-d-ignored-fix'
Junio C Hamano
1
-1
/
+5
2017-05-22
dir: expose cmp_name() and check_contains()
Samuel Lijin
1
-0
/
+3
2017-05-22
dir: hide untracked contents of untracked dirs
Samuel Lijin
1
-1
/
+2
2017-05-06
dir: convert fill_directory to take an index
Brandon Williams
1
-1
/
+3
2017-05-06
dir: convert read_directory to take an index
Brandon Williams
1
-1
/
+3
2017-05-06
dir: convert is_excluded to take an index
Brandon Williams
1
-1
/
+4
2017-05-06
dir: convert add_excludes to take an index
Brandon Williams
1
-1
/
+1
2017-05-06
dir: convert is_excluded_from_list to take an index
Brandon Williams
1
-2
/
+4
2017-05-06
dir: convert dir_add* to take an index
Brandon Williams
1
-1
/
+3
2016-12-12
submodule: add absorb-git-dir function
Stefan Beller
1
-0
/
+3
2016-12-12
move connect_work_tree_and_git_dir to dir.h
Stefan Beller
1
-0
/
+1
2016-10-10
ls-files: add pathspec matching for submodules
Brandon Williams
1
-0
/
+4
2016-07-25
Merge branch 'mh/split-under-lock'
Junio C Hamano
1
-0
/
+23
2016-05-23
Merge branch 'nd/worktree-various-heads'
Junio C Hamano
1
-2
/
+2
2016-05-05
remove_dir_recursively(): add docstring
Michael Haggerty
1
-0
/
+23
2016-04-22
dir.c: rename str(n)cmp_icase to fspath(n)cmp
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2016-04-22
dir.c: remove dead function fnmatch_icase()
Nguyễn Thái Ngọc Duy
1
-1
/
+0
2016-04-14
Merge branch 'ss/exc-flag-is-a-collection-of-bits' into maint
Junio C Hamano
1
-4
/
+4
2016-04-06
Merge branch 'ss/exc-flag-is-a-collection-of-bits'
Junio C Hamano
1
-4
/
+4
2016-03-18
Revert "Merge branch 'nd/exclusion-regression-fix'"
Junio C Hamano
1
-3
/
+0
2016-03-01
dir: store EXC_FLAG_* values in unsigned integers
Saurav Sachidanand
1
-4
/
+4
2016-02-15
dir.c: support marking some patterns already matched
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2016-01-25
dir: simplify untracked cache "ident" field
Christian Couder
1
-1
/
+0
2016-01-25
dir: add remove_untracked_cache()
Christian Couder
1
-0
/
+1
2016-01-25
dir: add {new,add}_untracked_cache()
Christian Couder
1
-0
/
+1
2015-05-26
Merge branch 'nd/untracked-cache'
Junio C Hamano
1
-0
/
+82
2015-03-26
Merge branch 'jc/report-path-error-to-dir'
Junio C Hamano
1
-0
/
+1
2015-03-24
report_path_error(): move to dir.c
Junio C Hamano
1
-0
/
+1
2015-03-12
untracked cache: guard and disable on system changes
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2015-03-12
untracked cache: invalidate at index addition or removal
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2015-03-12
untracked cache: load from UNTR index extension
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2015-03-12
untracked cache: save to an index extension
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2015-03-12
untracked cache: mark what dirs should be recursed/saved
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2015-03-12
untracked cache: record/validate dir mtime and reuse cached output
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2015-03-12
untracked cache: initial untracked cache validation
Nguyễn Thái Ngọc Duy
1
-0
/
+4
[next]