Age | Commit message (Expand) | Author | Files | Lines |
2013-04-15 | dir.c: git-status --ignored: don't scan the work tree twice | Karsten Blees | 1 | -1/+2 |
2013-04-15 | dir.c: replace is_path_excluded with now equivalent is_excluded API | Karsten Blees | 1 | -13/+3 |
2013-04-15 | dir.c: unify is_excluded and is_path_excluded APIs | Karsten Blees | 1 | -3/+3 |
2013-01-23 | Merge branch 'as/check-ignore' | Junio C Hamano | 1 | -11/+51 |
2013-01-10 | Merge branch 'as/dir-c-cleanup' | Junio C Hamano | 1 | -10/+35 |
2013-01-06 | dir.c: improve docs for match_pathspec() and match_pathspec_depth() | Adam Spiers | 1 | -0/+6 |
2013-01-06 | dir.c: provide clear_directory() for reclaiming dir_struct memory | Adam Spiers | 1 | -0/+1 |
2013-01-06 | dir.c: keep track of where patterns came from | Adam Spiers | 1 | -2/+19 |
2013-01-06 | dir.c: use a single struct exclude_list per source of excludes | Adam Spiers | 1 | -10/+26 |
2012-12-28 | dir.c: rename free_excludes() to clear_exclude_list() | Adam Spiers | 1 | -1/+1 |
2012-12-28 | dir.c: refactor is_path_excluded() | Adam Spiers | 1 | -0/+3 |
2012-12-28 | dir.c: rename excluded() to is_excluded() | Adam Spiers | 1 | -2/+2 |
2012-12-28 | dir.c: rename excluded_from_list() to is_excluded_from_list() | Adam Spiers | 1 | -2/+2 |
2012-12-28 | dir.c: rename path_excluded() to is_path_excluded() | Adam Spiers | 1 | -1/+1 |
2012-12-28 | dir.c: rename cryptic 'which' variable to more consistent name | Adam Spiers | 1 | -2/+2 |
2012-12-28 | Improve documentation and comments regarding directory traversal API | Adam Spiers | 1 | -2/+24 |
2012-11-26 | pathspec: apply "*.c" optimization from exclude | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2012-11-26 | pathspec: do exact comparison on the leading non-wildcard part | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
2012-10-15 | attr: more matching optimizations from .gitignore | Nguyễn Thái Ngọc Duy | 1 | -0/+11 |
2012-10-15 | gitignore: make pattern parsing code a separate function | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2012-10-05 | Merge commit 'f9f6e2c' into nd/attr-match-optim-more | Junio C Hamano | 1 | -1/+1 |
2012-07-11 | Merge branch 'jc/ls-files-i-dir' into maint | Junio C Hamano | 1 | -1/+17 |
2012-06-07 | exclude: do strcmp as much as possible before fnmatch | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2012-06-05 | dir.c: make excluded() file scope static | Junio C Hamano | 1 | -1/+0 |
2012-06-05 | path_excluded(): update API to less cache-entry centric | Junio C Hamano | 1 | -1/+2 |
2012-06-03 | ls-files -i: pay attention to exclusion of leading paths | Junio C Hamano | 1 | -0/+16 |
2012-03-15 | remove_dir_recursively(): Add flag for skipping removal of toplevel dir | Junio C Hamano | 1 | -0/+1 |
2011-09-12 | rename pathspec_prefix() to common_prefix() and move to dir.[ch] | Clemens Buchacher | 1 | -1/+1 |
2011-09-06 | consolidate pathspec_prefix and common_prefix | Junio C Hamano | 1 | -0/+1 |
2011-05-02 | Merge branch 'nd/maint-setup' | Junio C Hamano | 1 | -1/+1 |
2011-03-28 | Kill off get_relative_cwd() | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
2011-03-28 | setup: return correct prefix if worktree is '/' | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2011-02-03 | pathspec: add match_pathspec_depth() | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2011-02-03 | tree_entry_interesting(): support depth limit | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2010-12-22 | Merge branch 'nd/maint-fix-add-typo-detection' | Junio C Hamano | 1 | -0/+1 |
2010-11-29 | dir.c: add free_excludes() | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2010-10-06 | Add string comparison functions that respect the ignore_case variable. | Joshua Jensen | 1 | -0/+4 |
2010-07-12 | git add: Add the "--ignore-missing" option for the dry run | Jens Lehmann | 1 | -0/+1 |
2010-01-13 | Merge branch 'nd/sparse' | Junio C Hamano | 1 | -0/+4 |
2009-08-23 | dir.c: export excluded_1() and add_excludes_from_file_1() | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2009-07-29 | clean: require double -f options to nuke nested git repository and work tree | Junio C Hamano | 1 | -1/+4 |
2009-07-09 | Simplify read_directory[_recursive]() arguments | Linus Torvalds | 1 | -1/+1 |
2009-07-09 | Add 'fill_directory()' helper function for directory traversal | Linus Torvalds | 1 | -2/+1 |
2009-02-18 | Turn the flags in struct dir_struct into a single variable | Johannes Schindelin | 1 | -5/+7 |
2009-01-11 | Allow cloning to an existing empty directory | Alexander Potashev | 1 | -0/+2 |
2009-01-11 | add is_dot_or_dotdot inline function | Alexander Potashev | 1 | -0/+7 |
2008-10-02 | dir.c: make dir_add_name() and dir_add_ignored() static | Nanako Shiraishi | 1 | -1/+0 |
2008-09-29 | Add remove_path: a function to remove as much as possible of a path | Alex Riesen | 1 | -0/+3 |
2008-02-05 | gitignore: lazily find dtype | Junio C Hamano | 1 | -1/+1 |
2008-02-05 | gitignore(5): Allow "foo/" in ignore list to match directory "foo" | Junio C Hamano | 1 | -1/+2 |