index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dir.c
Commit message (
Expand
)
Author
Age
*
Support pathspec magic :(exclude) and its short form :!
Nguyễn Thái Ngọc Duy
2013-12-06
*
dir: revert work-around for retired dangerous behavior
Eric Sunshine
2013-09-17
*
name-hash: stop storing trailing '/' on paths in index_state.dir_hash
Eric Sunshine
2013-09-17
*
employ new explicit "exists in index?" API
Eric Sunshine
2013-09-17
*
Merge branch 'jc/ls-files-killed-optim'
Junio C Hamano
2013-09-11
|
\
|
*
dir.c::test_one_path(): work around directory_exists_in_index_icase() breakage
Eric Sunshine
2013-08-23
|
*
ls-files -k: a directory only can be killed if the index has a non-directory
Junio C Hamano
2013-08-15
|
*
dir.c: use the cache_* macro to access the current index
Junio C Hamano
2013-08-15
*
|
Merge branch 'jl/submodule-mv'
Junio C Hamano
2013-09-09
|
\
\
|
*
|
parse_pathspec: accept :(icase)path syntax
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
pathspec: support :(glob) syntax
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
pathspec: support :(literal) syntax for noglob pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
kill limit_pathspec_to_literal() as it's only used by parse_pathspec()
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
rename field "raw" to "_raw" in struct pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
remove match_pathspec() in favor of match_pathspec_depth()
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
remove init_pathspec() in favor of parse_pathspec()
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
convert common_prefix() to use struct pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
convert {read,fill}_directory to take struct pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
guard against new pathspec magic in pathspec matching code
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
parse_pathspec: add special flag for max_depth feature
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
parse_pathspec: save original pathspec for reporting
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
add parse_pathspec() that converts cmdline args to struct pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
move struct pathspec and related functions to pathspec.[ch]
Nguyễn Thái Ngọc Duy
2013-07-15
*
|
|
Merge branch 'nd/const-struct-cache-entry'
Junio C Hamano
2013-07-22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Convert "struct cache_entry *" to "const ..." wherever possible
Nguyễn Thái Ngọc Duy
2013-07-09
*
|
|
treat_directory(): do not declare submodules to be untracked
Junio C Hamano
2013-07-01
|
/
/
*
|
Merge branch 'kb/status-ignored-optim-2'
Junio C Hamano
2013-06-03
|
\
\
|
*
|
dir.c: fix ignore processing within not-ignored directories
Karsten Blees
2013-06-02
|
|
/
*
|
Merge branch 'jn/config-ignore-inaccessible'
Junio C Hamano
2013-05-29
|
\
\
|
|
/
|
/
|
|
*
config: allow inaccessible configuration under $HOME
Jonathan Nieder
2013-04-15
|
*
Sync with 1.8.1.6
Junio C Hamano
2013-04-07
|
|
\
|
|
*
Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1
Junio C Hamano
2013-04-07
|
|
|
\
|
|
*
\
Merge branch 'ap/status-ignored-in-ignored-directory' into maint
Junio C Hamano
2013-01-28
|
|
|
\
\
*
|
|
|
|
dir.c: git-status --ignored: don't scan the work tree twice
Karsten Blees
2013-04-15
*
|
|
|
|
dir.c: git-status --ignored: don't scan the work tree three times
Karsten Blees
2013-04-15
*
|
|
|
|
dir.c: git-status: avoid is_excluded checks for tracked files
Karsten Blees
2013-04-15
*
|
|
|
|
dir.c: replace is_path_excluded with now equivalent is_excluded API
Karsten Blees
2013-04-15
*
|
|
|
|
dir.c: unify is_excluded and is_path_excluded APIs
Karsten Blees
2013-04-15
*
|
|
|
|
dir.c: move prep_exclude
Karsten Blees
2013-04-15
*
|
|
|
|
dir.c: factor out parts of last_exclude_matching for later reuse
Karsten Blees
2013-04-15
*
|
|
|
|
dir.c: git-clean -d -X: don't delete tracked directories
Karsten Blees
2013-04-15
*
|
|
|
|
dir.c: make 'git-status --ignored' work within leading directories
Karsten Blees
2013-04-15
*
|
|
|
|
dir.c: git-status --ignored: don't list empty directories as ignored
Karsten Blees
2013-04-15
*
|
|
|
|
dir.c: git-ls-files --directories: don't hide empty directories
Karsten Blees
2013-04-15
*
|
|
|
|
dir.c: git-status --ignored: don't list empty ignored directories
Karsten Blees
2013-04-15
*
|
|
|
|
dir.c: git-status --ignored: don't list files in ignored directories
Karsten Blees
2013-04-15
*
|
|
|
|
dir.c: git-status --ignored: don't drop ignored directories
Karsten Blees
2013-04-15
*
|
|
|
|
Merge branch 'jk/rm-removed-paths'
Junio C Hamano
2013-04-07
|
\
\
\
\
\
|
*
|
|
|
|
rm: do not complain about d/f conflicts during deletion
Jeff King
2013-04-04
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'jc/directory-attrs-regression-fix'
Junio C Hamano
2013-04-03
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
[next]