Sign in
googlers
/
jrn
/
git
/
bad542f0b1bca3b57e300a21fc7268c1800e6752
/
dir.c
de2e3b0
Merge branch 'mv/parseopt-ls-files'
by Junio C Hamano
· 16 years ago
a9bfe81
Merge branch 'kb/checkout-optim'
by Junio C Hamano
· 16 years ago
1456d96
Merge branch 'fg/exclude-bq'
by Junio C Hamano
· 16 years ago
7c4c97c
Turn the flags in struct dir_struct into a single variable
by Johannes Schindelin
· 16 years ago
dd482ee
Support "\" in non-wildcard exclusion entries
by Finn Arne Gangstad
· 16 years ago
5719989
lstat_cache(): swap func(length, string) into func(string, length)
by Kjetil Barvik
· 16 years ago
d64d483
Merge branch 'cb/add-pathspec'
by Junio C Hamano
· 16 years ago
d9fde06
Merge branch 'rs/ctype'
by Junio C Hamano
· 16 years ago
8cc3299
Change NUL char handling of isspecial()
by René Scharfe
· 16 years ago
0b50922
remove pathspec_match, use match_pathspec instead
by Clemens Buchacher
· 16 years ago
1c7c1d1
clean up pathspec matching
by Clemens Buchacher
· 16 years ago
55892d2
Allow cloning to an existing empty directory
by Alexander Potashev
· 16 years ago
8ca12c0
add is_dot_or_dotdot inline function
by Alexander Potashev
· 16 years ago
159b321
dir.c: make dir_add_name() and dir_add_ignored() static
by Nanako Shiraishi
· 16 years ago
5a139ba
Merge branch 'maint' into bc/master-diff-hunk-header-fix
by Shawn O. Pearce
· 16 years ago
4a92d1b
Add remove_path: a function to remove as much as possible of a path
by Alex Riesen
· 16 years ago
63e8aea
dir.c: Avoid c99 array initialization
by Brandon Casey
· 17 years ago
4a871de
Merge branch 'jc/add-stop-at-symlink'
by Junio C Hamano
· 17 years ago
ea335b5
Fix escaping of glob special characters in pathspecs
by Kevin Ballard
· 17 years ago
725b060
add: refuse to add working tree items beyond symlinks
by Junio C Hamano
· 17 years ago
380a742
Merge branch 'lt/case-insensitive'
by Junio C Hamano
· 17 years ago
88ea811
Optimize match_pathspec() to avoid fnmatch()
by Linus Torvalds
· 17 years ago
f2d0df7
git clean: Don't automatically remove directories when run within subdirectory
by Shawn Bohrer
· 17 years ago
0a9b88b
Add 'core.ignorecase' option
by Linus Torvalds
· 17 years ago
cd2fef5
Make hash_name_lookup able to do case-independent lookups
by Linus Torvalds
· 17 years ago
8e0f700
Avoid unnecessary "if-before-free" tests.
by Jim Meyering
· 17 years ago
987e315
Merge branch 'jc/gitignore-ends-with-slash'
by Junio C Hamano
· 17 years ago
6831a88
gitignore: lazily find dtype
by Junio C Hamano
· 17 years ago
d6b8fc3
gitignore(5): Allow "foo/" in ignore list to match directory "foo"
by Junio C Hamano
· 17 years ago
cf55870
Create pathname-based hash-table lookup into index
by Linus Torvalds
· 17 years ago
7a51ed6
Make on-disk index representation separate from in-core one
by Linus Torvalds
· 17 years ago
6ba7823
Fix a memory leak
by 李鸿
· 17 years ago
31cbb5d
Merge branch 'kh/commit'
by Junio C Hamano
· 17 years ago
63d285c
per-directory-exclude: lazily read .gitignore files
by Junio C Hamano
· 17 years ago
686a4a0
dir.c: minor clean-up
by Junio C Hamano
· 17 years ago
a50f9fc5
file_exists(): dangling symlinks do exist
by Junio C Hamano
· 17 years ago
41a7aa5
Fix per-directory exclude handing for "git add"
by Junio C Hamano
· 17 years ago
039bc64
core.excludesfile clean-up
by Junio C Hamano
· 17 years ago
f3fa183
Style: place opening brace of a function definition at column 1
by Junio C Hamano
· 17 years ago
68492fc
Speedup scanning for excluded files.
by Lars Knoll
· 17 years ago
d90a7fd
Merge branch 'db/fetch-pack'
by Junio C Hamano
· 17 years ago
0713442
Fix directory scanner to correctly ignore files without d_type
by Linus Torvalds
· 17 years ago
7155b72
Introduce remove_dir_recursively()
by Johannes Schindelin
· 17 years ago
420acb3
get_relative_cwd(): clarify why it handles dir == NULL
by Johannes Schindelin
· 18 years ago
e663674
Add functions get_relative_cwd() and is_inside_dir()
by Johannes Schindelin
· 18 years ago
25fd2f7
Fix ALLOC_GROW calls with obsolete semantics
by Jeff King
· 18 years ago
e96980e
builtin-add: simplify (and increase accuracy of) exclude handling
by Jeff King
· 18 years ago
2abd31b
dir_struct: add collect_ignored option
by Jeff King
· 18 years ago
6815e56
refactor dir_add_name
by Jeff King
· 18 years ago
302b928
rename dirlink to gitlink.
by Martin Waitz
· 18 years ago
b991625
dir.c: Omit non-excluded directories with dir->show_ignored
by Michael Spang
· 18 years ago
520d7e2
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
c7f34c1
dir.c(common_prefix): Fix two bugs
by Johannes Schindelin
· 18 years ago
ab22aed
Don't show gitlink directories when we want "other" files
by Linus Torvalds
· 18 years ago
0959525
Teach directory traversal about subprojects
by Linus Torvalds
· 18 years ago
5d5cea6
Avoid overflowing name buffer in deep directory structures
by Linus Torvalds
· 18 years ago
9fc42d6
Optimize directory listing with pathspec limiter.
by Linus Torvalds
· 18 years ago
dc49cd7
Cast 64 bit off_t to 32 bit size_t
by Shawn O. Pearce
· 18 years ago
93d26e4
short i/o: fix calls to read to use xread or read_in_full
by Andy Whitcroft
· 18 years ago
4d06f8a
Fix 'git add' with .gitignore
by Junio C Hamano
· 18 years ago
c889763
Revert "read_directory: show_both option."
by Junio C Hamano
· 18 years ago
4888c53
read_directory: show_both option.
by Junio C Hamano
· 18 years ago
e813d50
match_pathspec() -- return how well the spec matched
by Junio C Hamano
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
f8a9d42
read-tree: further loosen "working file will be lost" check.
by Junio C Hamano
· 18 years ago
07ccbff
runstatus: do not recurse into subdirectories if not needed
by Johannes Schindelin
· 18 years ago
c91f0d9
git-commit.sh: convert run_status to a C builtin
by Jeff King
· 19 years ago
c470701
Use fstat instead of fseek
by Jonas Fonseca
· 19 years ago
83572c1
Use xrealloc instead of realloc
by Jonas Fonseca
· 19 years ago
095c424
Use PATH_MAX instead of MAXPATHLEN
by Jonas Fonseca
· 19 years ago
a9486b0
Avoid C99 comments, use old-style C comments instead.
by Pavel Roskin
· 19 years ago
3c6a370
Move pathspec matching from builtin-add.c into dir.c
by Linus Torvalds
· 19 years ago
b4189aa
Clean up git-ls-file directory walking library interface
by Linus Torvalds
· 19 years ago
453ec4b
libify git-ls-files directory traversal
by Linus Torvalds
· 19 years ago