Sign in
googlers
/
jrn
/
git
/
c00ba2233ef7dcfa478068c75bc4b25a7ac2a0a8
/
dir.h
6d2df28
dir.c: remove an implicit dependency on the_index in pathspec code
by Nguyễn Thái Ngọc Duy
· 7 years ago
42c8ce1
Merge branch 'bc/object-id'
by Junio C Hamano
· 7 years ago
0c7ecb7
Merge branch 'sb/submodule-move-nested'
by Junio C Hamano
· 7 years ago
70c369c
dir: convert struct untracked_cache_dir to object_id
by brian m. carlson
· 7 years ago
da62f78
submodule: fixup nested submodules after moving the submodule
by Stefan Beller
· 7 years ago
cf44c1e
Merge branch 'nd/fix-untracked-cache-invalidation'
by Junio C Hamano
· 7 years ago
0cacebf
dir.c: ignore paths containing .git when invalidating untracked cache
by Nguyễn Thái Ngọc Duy
· 7 years ago
4b33e60
dir: convert struct sha1_stat to use object_id
by Patryk Obara
· 7 years ago
61061ab
Merge branch 'jh/object-filtering'
by Junio C Hamano
· 7 years ago
578d81d
dir: allow exclusions from blob in addition to file
by Jeff Hostetler
· 7 years ago
e05336b
Merge branch 'bp/fsmonitor'
by Junio C Hamano
· 7 years ago
eec0f7f
status: add option to show ignored files differently
by Jameson Miller
· 7 years ago
883e248
fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files.
by Ben Peart
· 8 years ago
52ab95c
Merge branch 'pc/dir-count-slashes'
by Junio C Hamano
· 8 years ago
e0556a9
dir: create function count_slashes()
by Prathamesh Chavan
· 8 years ago
f4fd99b
Merge branch 'sl/clean-d-ignored-fix'
by Junio C Hamano
· 8 years ago
bbf504a
dir: expose cmp_name() and check_contains()
by Samuel Lijin
· 8 years ago
fb89888
dir: hide untracked contents of untracked dirs
by Samuel Lijin
· 8 years ago
0d32c18
dir: convert fill_directory to take an index
by Brandon Williams
· 8 years ago
2c1eb10
dir: convert read_directory to take an index
by Brandon Williams
· 8 years ago
a0bba65
dir: convert is_excluded to take an index
by Brandon Williams
· 8 years ago
473e393
dir: convert add_excludes to take an index
by Brandon Williams
· 8 years ago
fba92be
dir: convert is_excluded_from_list to take an index
by Brandon Williams
· 8 years ago
9e58bec
dir: convert dir_add* to take an index
by Brandon Williams
· 8 years ago
f6f8586
submodule: add absorb-git-dir function
by Stefan Beller
· 8 years ago
47e83eb
move connect_work_tree_and_git_dir to dir.h
by Stefan Beller
· 8 years ago
75a6315
ls-files: add pathspec matching for submodules
by Brandon Williams
· 8 years ago
6b34ce9
Merge branch 'mh/split-under-lock'
by Junio C Hamano
· 9 years ago
352d72a
Merge branch 'nd/worktree-various-heads'
by Junio C Hamano
· 9 years ago
728af28
remove_dir_recursively(): add docstring
by Michael Haggerty
· 9 years ago
ba0897e
dir.c: rename str(n)cmp_icase to fspath(n)cmp
by Nguyễn Thái Ngọc Duy
· 9 years ago
423b592
dir.c: remove dead function fnmatch_icase()
by Nguyễn Thái Ngọc Duy
· 9 years ago
9fabc70
Merge branch 'ss/exc-flag-is-a-collection-of-bits' into maint
by Junio C Hamano
· 9 years ago
12508a8
Merge branch 'ss/exc-flag-is-a-collection-of-bits'
by Junio C Hamano
· 9 years ago
5cee349
Revert "Merge branch 'nd/exclusion-regression-fix'"
by Junio C Hamano
· 9 years ago
f870899
dir: store EXC_FLAG_* values in unsigned integers
by Saurav Sachidanand
· 9 years ago
c62a917
dir.c: support marking some patterns already matched
by Nguyễn Thái Ngọc Duy
· 9 years ago
0e0f761
dir: simplify untracked cache "ident" field
by Christian Couder
· 9 years ago
07b29bf
dir: add remove_untracked_cache()
by Christian Couder
· 9 years ago
4a4ca47
dir: add {new,add}_untracked_cache()
by Christian Couder
· 9 years ago
38ccaf9
Merge branch 'nd/untracked-cache'
by Junio C Hamano
· 10 years ago
574ee8a
Merge branch 'jc/report-path-error-to-dir'
by Junio C Hamano
· 10 years ago
777c55a
report_path_error(): move to dir.c
by Junio C Hamano
· 10 years ago
1e8fef6
untracked cache: guard and disable on system changes
by Nguyễn Thái Ngọc Duy
· 10 years ago
e931371
untracked cache: invalidate at index addition or removal
by Nguyễn Thái Ngọc Duy
· 10 years ago
f9e6c64
untracked cache: load from UNTR index extension
by Nguyễn Thái Ngọc Duy
· 10 years ago
83c094a
untracked cache: save to an index extension
by Nguyễn Thái Ngọc Duy
· 10 years ago
26cb018
untracked cache: mark what dirs should be recursed/saved
by Nguyễn Thái Ngọc Duy
· 10 years ago
91a2288
untracked cache: record/validate dir mtime and reuse cached output
by Nguyễn Thái Ngọc Duy
· 10 years ago
ccad261
untracked cache: initial untracked cache validation
by Nguyễn Thái Ngọc Duy
· 10 years ago
0dcb8d7
untracked cache: record .gitignore information and dir hierarchy
by Nguyễn Thái Ngọc Duy
· 10 years ago
55fe6f5
dir.c: optionally compute sha-1 of a .gitignore file
by Nguyễn Thái Ngọc Duy
· 10 years ago
aceb942
prep_exclude: remove the artificial PATH_MAX limit
by Nguyễn Thái Ngọc Duy
· 11 years ago
709359c
dir.h: move struct exclude declaration to top level
by Nguyễn Thái Ngọc Duy
· 11 years ago
ae8d082
pathspec: pass directory indicator to match_pathspec_item()
by Nguyễn Thái Ngọc Duy
· 11 years ago
854b095
pathspec: rename match_pathspec_depth() to match_pathspec()
by Nguyễn Thái Ngọc Duy
· 11 years ago
ebb3289
pathspec: convert some match_pathspec_depth() to dir_path_match()
by Nguyễn Thái Ngọc Duy
· 11 years ago
429bb40
pathspec: convert some match_pathspec_depth() to ce_path_match()
by Nguyễn Thái Ngọc Duy
· 11 years ago
4c4d9d9
Merge branch 'jc/ls-files-killed-optim'
by Junio C Hamano
· 12 years ago
2eac2a4
ls-files -k: a directory only can be killed if the index has a non-directory
by Junio C Hamano
· 12 years ago
bd30c2e
pathspec: support :(glob) syntax
by Nguyễn Thái Ngọc Duy
· 12 years ago
84b8b5d
remove match_pathspec() in favor of match_pathspec_depth()
by Nguyễn Thái Ngọc Duy
· 12 years ago
827f4d6
convert common_prefix() to use struct pathspec
by Nguyễn Thái Ngọc Duy
· 12 years ago
7327d3d
convert {read,fill}_directory to take struct pathspec
by Nguyễn Thái Ngọc Duy
· 12 years ago
87323bd
add parse_pathspec() that converts cmdline args to struct pathspec
by Nguyễn Thái Ngọc Duy
· 12 years ago
0aaf62b
dir.c: git-status --ignored: don't scan the work tree twice
by Karsten Blees
· 12 years ago
b07bc8c
dir.c: replace is_path_excluded with now equivalent is_excluded API
by Karsten Blees
· 12 years ago
95c6f27
dir.c: unify is_excluded and is_path_excluded APIs
by Karsten Blees
· 12 years ago
a39b15b
Merge branch 'as/check-ignore'
by Junio C Hamano
· 12 years ago
d912b0e
Merge branch 'as/dir-c-cleanup'
by Junio C Hamano
· 12 years ago
52ed189
dir.c: improve docs for match_pathspec() and match_pathspec_depth()
by Adam Spiers
· 12 years ago
270be81
dir.c: provide clear_directory() for reclaiming dir_struct memory
by Adam Spiers
· 12 years ago
c04318e
dir.c: keep track of where patterns came from
by Adam Spiers
· 12 years ago
c082df2
dir.c: use a single struct exclude_list per source of excludes
by Adam Spiers
· 12 years ago
f619881
dir.c: rename free_excludes() to clear_exclude_list()
by Adam Spiers
· 12 years ago
a35341a
dir.c: refactor is_path_excluded()
by Adam Spiers
· 12 years ago
6d24e7a
dir.c: rename excluded() to is_excluded()
by Adam Spiers
· 12 years ago
0795805
dir.c: rename excluded_from_list() to is_excluded_from_list()
by Adam Spiers
· 12 years ago
9013089
dir.c: rename path_excluded() to is_path_excluded()
by Adam Spiers
· 12 years ago
840fc33
dir.c: rename cryptic 'which' variable to more consistent name
by Adam Spiers
· 12 years ago
95a6834
Improve documentation and comments regarding directory traversal API
by Adam Spiers
· 12 years ago
8c6abbc
pathspec: apply "*.c" optimization from exclude
by Nguyễn Thái Ngọc Duy
· 12 years ago
5d74762
pathspec: do exact comparison on the leading non-wildcard part
by Nguyễn Thái Ngọc Duy
· 12 years ago
82dce99
attr: more matching optimizations from .gitignore
by Nguyễn Thái Ngọc Duy
· 12 years ago
84460ee
gitignore: make pattern parsing code a separate function
by Nguyễn Thái Ngọc Duy
· 12 years ago
68bdfd7
Merge commit 'f9f6e2c' into nd/attr-match-optim-more
by Junio C Hamano
· 12 years ago
cd733f4
Merge branch 'jc/ls-files-i-dir' into maint
by Junio C Hamano
· 13 years ago
f9f6e2c
exclude: do strcmp as much as possible before fnmatch
by Nguyễn Thái Ngọc Duy
· 13 years ago
0d316f0
dir.c: make excluded() file scope static
by Junio C Hamano
· 13 years ago
782cd4c
path_excluded(): update API to less cache-entry centric
by Junio C Hamano
· 13 years ago
eb41775
ls-files -i: pay attention to exclusion of leading paths
by Junio C Hamano
· 13 years ago
c844a80
remove_dir_recursively(): Add flag for skipping removal of toplevel dir
by Junio C Hamano
· 13 years ago
f950eb9
rename pathspec_prefix() to common_prefix() and move to dir.[ch]
by Clemens Buchacher
· 14 years ago
4a085b1
consolidate pathspec_prefix and common_prefix
by Junio C Hamano
· 14 years ago
c67e367
Merge branch 'nd/maint-setup'
by Junio C Hamano
· 14 years ago
b892913
Kill off get_relative_cwd()
by Nguyễn Thái Ngọc Duy
· 14 years ago
9b125da
setup: return correct prefix if worktree is '/'
by Nguyễn Thái Ngọc Duy
· 14 years ago
61cf282
pathspec: add match_pathspec_depth()
by Nguyễn Thái Ngọc Duy
· 14 years ago
bc96cc8
tree_entry_interesting(): support depth limit
by Nguyễn Thái Ngọc Duy
· 14 years ago
e39212a
Merge branch 'nd/maint-fix-add-typo-detection'
by Junio C Hamano
· 14 years ago
Next »