summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mv/parseopt-ls-files'Junio C Hamano2009-03-201-8/+9
|\
| * Turn the flags in struct dir_struct into a single variableJohannes Schindelin2009-02-181-8/+9
* | Merge branch 'kb/checkout-optim'Junio C Hamano2009-03-171-1/+1
|\ \
| * | lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-091-1/+1
| |/
* | Merge branch 'fg/exclude-bq'Junio C Hamano2009-03-051-1/+1
|\ \ | |/ |/|
| * Support "\" in non-wildcard exclusion entriesFinn Arne Gangstad2009-02-121-1/+1
* | Merge branch 'cb/add-pathspec'Junio C Hamano2009-01-251-8/+11
|\ \
| * | remove pathspec_match, use match_pathspec insteadClemens Buchacher2009-01-141-8/+11
| * | clean up pathspec matchingClemens Buchacher2009-01-141-1/+1
* | | Merge branch 'rs/ctype'Junio C Hamano2009-01-211-2/+2
|\ \ \
| * | | Change NUL char handling of isspecial()René Scharfe2009-01-171-2/+2
| |/ /
* | | Allow cloning to an existing empty directoryAlexander Potashev2009-01-111-0/+19
* | | add is_dot_or_dotdot inline functionAlexander Potashev2009-01-111-8/+4
|/ /
* | dir.c: make dir_add_name() and dir_add_ignored() staticNanako Shiraishi2008-10-021-2/+2
* | Merge branch 'maint' into bc/master-diff-hunk-header-fixShawn O. Pearce2008-09-291-0/+20
|\ \ | |/
| * Add remove_path: a function to remove as much as possible of a pathAlex Riesen2008-09-291-0/+20
* | dir.c: Avoid c99 array initializationBrandon Casey2008-08-281-12/+2
* | Merge branch 'jc/add-stop-at-symlink'Junio C Hamano2008-08-201-1/+5
|\ \ | |/ |/|
| * add: refuse to add working tree items beyond symlinksJunio C Hamano2008-08-041-1/+5
* | Fix escaping of glob special characters in pathspecsKevin Ballard2008-08-131-1/+1
|/
* Merge branch 'lt/case-insensitive'Junio C Hamano2008-05-101-1/+1
|\
| * Add 'core.ignorecase' optionLinus Torvalds2008-04-091-1/+1
| * Make hash_name_lookup able to do case-independent lookupsLinus Torvalds2008-04-091-1/+1
* | Optimize match_pathspec() to avoid fnmatch()Linus Torvalds2008-04-261-2/+20
* | git clean: Don't automatically remove directories when run within subdirectoryShawn Bohrer2008-04-141-1/+1
|/
* Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-221-2/+1
* Merge branch 'jc/gitignore-ends-with-slash'Junio C Hamano2008-02-161-11/+38
|\
| * gitignore: lazily find dtypeJunio C Hamano2008-02-051-9/+16
| * gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano2008-02-051-11/+31
* | Create pathname-based hash-table lookup into indexLinus Torvalds2008-01-221-1/+1
* | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-211-1/+1
|/
* Fix a memory leak李鸿2007-12-161-0/+3
* Merge branch 'kh/commit'Junio C Hamano2007-12-041-1/+1
|\
| * file_exists(): dangling symlinks do existJunio C Hamano2007-11-221-4/+3
* | per-directory-exclude: lazily read .gitignore filesJunio C Hamano2007-11-291-50/+53
* | dir.c: minor clean-upJunio C Hamano2007-11-291-9/+4
|/
* Fix per-directory exclude handing for "git add"Junio C Hamano2007-11-161-2/+4
* core.excludesfile clean-upJunio C Hamano2007-11-141-0/+12
* Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-081-1/+2
* Speedup scanning for excluded files.Lars Knoll2007-10-291-16/+43
* Merge branch 'db/fetch-pack'Junio C Hamano2007-10-241-0/+41
|\
| * Introduce remove_dir_recursively()Johannes Schindelin2007-09-301-0/+41
* | Fix directory scanner to correctly ignore files without d_typeLinus Torvalds2007-10-211-14/+38
|/
* get_relative_cwd(): clarify why it handles dir == NULLJohannes Schindelin2007-08-011-5/+10
* Add functions get_relative_cwd() and is_inside_dir()Johannes Schindelin2007-08-011-0/+38
* Fix ALLOC_GROW calls with obsolete semanticsJeff King2007-06-161-2/+2
* builtin-add: simplify (and increase accuracy of) exclude handlingJeff King2007-06-131-2/+14
* dir_struct: add collect_ignored optionJeff King2007-06-131-0/+12
* refactor dir_add_nameJeff King2007-06-121-11/+10
* rename dirlink to gitlink.Martin Waitz2007-05-211-3/+3