| Commit message (Expand) | Author | Age |
... | |
* | | pathspec: do exact comparison on the leading non-wildcard part | Nguyễn Thái Ngọc Duy | 2012-11-26 |
|/ |
|
* | attr: more matching optimizations from .gitignore | Nguyễn Thái Ngọc Duy | 2012-10-15 |
* | gitignore: make pattern parsing code a separate function | Nguyễn Thái Ngọc Duy | 2012-10-15 |
* | Merge commit 'f9f6e2c' into nd/attr-match-optim-more | Junio C Hamano | 2012-10-05 |
|\ |
|
| * | exclude: do strcmp as much as possible before fnmatch | Nguyễn Thái Ngọc Duy | 2012-06-07 |
* | | Merge branch 'jc/ls-files-i-dir' into maint | Junio C Hamano | 2012-07-11 |
|\ \
| |/
|/| |
|
| * | dir.c: make excluded() file scope static | Junio C Hamano | 2012-06-05 |
| * | path_excluded(): update API to less cache-entry centric | Junio C Hamano | 2012-06-05 |
| * | ls-files -i: pay attention to exclusion of leading paths | Junio C Hamano | 2012-06-03 |
* | | remove_dir_recursively(): Add flag for skipping removal of toplevel dir | Junio C Hamano | 2012-03-15 |
|/ |
|
* | rename pathspec_prefix() to common_prefix() and move to dir.[ch] | Clemens Buchacher | 2011-09-12 |
* | consolidate pathspec_prefix and common_prefix | Junio C Hamano | 2011-09-06 |
* | Merge branch 'nd/maint-setup' | Junio C Hamano | 2011-05-02 |
|\ |
|
| * | Kill off get_relative_cwd() | Nguyễn Thái Ngọc Duy | 2011-03-28 |
| * | setup: return correct prefix if worktree is '/' | Nguyễn Thái Ngọc Duy | 2011-03-28 |
* | | pathspec: add match_pathspec_depth() | Nguyễn Thái Ngọc Duy | 2011-02-03 |
* | | tree_entry_interesting(): support depth limit | Nguyễn Thái Ngọc Duy | 2011-02-03 |
|/ |
|
* | Merge branch 'nd/maint-fix-add-typo-detection' | Junio C Hamano | 2010-12-22 |
|\ |
|
| * | dir.c: add free_excludes() | Nguyễn Thái Ngọc Duy | 2010-11-29 |
* | | Add string comparison functions that respect the ignore_case variable. | Joshua Jensen | 2010-10-06 |
|/ |
|
* | git add: Add the "--ignore-missing" option for the dry run | Jens Lehmann | 2010-07-12 |
* | Merge branch 'nd/sparse' | Junio C Hamano | 2010-01-13 |
|\ |
|
| * | dir.c: export excluded_1() and add_excludes_from_file_1() | Nguyễn Thái Ngọc Duy | 2009-08-23 |
* | | clean: require double -f options to nuke nested git repository and work tree | Junio C Hamano | 2009-07-29 |
|/ |
|
* | Simplify read_directory[_recursive]() arguments | Linus Torvalds | 2009-07-09 |
* | Add 'fill_directory()' helper function for directory traversal | Linus Torvalds | 2009-07-09 |
* | Turn the flags in struct dir_struct into a single variable | Johannes Schindelin | 2009-02-18 |
* | Allow cloning to an existing empty directory | Alexander Potashev | 2009-01-11 |
* | add is_dot_or_dotdot inline function | Alexander Potashev | 2009-01-11 |
* | dir.c: make dir_add_name() and dir_add_ignored() static | Nanako Shiraishi | 2008-10-02 |
* | Add remove_path: a function to remove as much as possible of a path | Alex Riesen | 2008-09-29 |
* | gitignore: lazily find dtype | Junio C Hamano | 2008-02-05 |
* | gitignore(5): Allow "foo/" in ignore list to match directory "foo" | Junio C Hamano | 2008-02-05 |
* | per-directory-exclude: lazily read .gitignore files | Junio C Hamano | 2007-11-29 |
* | core.excludesfile clean-up | Junio C Hamano | 2007-11-14 |
* | Speedup scanning for excluded files. | Lars Knoll | 2007-10-29 |
* | Introduce remove_dir_recursively() | Johannes Schindelin | 2007-09-30 |
* | Add functions get_relative_cwd() and is_inside_dir() | Johannes Schindelin | 2007-08-01 |
* | builtin-add: simplify (and increase accuracy of) exclude handling | Jeff King | 2007-06-13 |
* | dir_struct: add collect_ignored option | Jeff King | 2007-06-13 |
* | rename dirlink to gitlink. | Martin Waitz | 2007-05-21 |
* | Teach directory traversal about subprojects | Linus Torvalds | 2007-04-11 |
* | Optimize directory listing with pathspec limiter. | Linus Torvalds | 2007-03-31 |
* | Fix 'git add' with .gitignore | Junio C Hamano | 2006-12-29 |
* | Revert "read_directory: show_both option." | Junio C Hamano | 2006-12-29 |
* | read_directory: show_both option. | Junio C Hamano | 2006-12-25 |
* | match_pathspec() -- return how well the spec matched | Junio C Hamano | 2006-12-25 |
* | read-tree: further loosen "working file will be lost" check. | Junio C Hamano | 2006-12-05 |
* | git-commit.sh: convert run_status to a C builtin | Jeff King | 2006-09-08 |
* | Move pathspec matching from builtin-add.c into dir.c | Linus Torvalds | 2006-05-19 |