Sign in
googlers
/
jrn
/
git
/
1376e50723228fc21b7183fe86d71ee484a70dd7
/
dir.c
61cf282
pathspec: add match_pathspec_depth()
by Nguyễn Thái Ngọc Duy
· 14 years ago
d38f280
tree_entry_interesting(): support wildcard matching
by Nguyễn Thái Ngọc Duy
· 14 years ago
86e4ca6
tree_entry_interesting(): fix depth limit with overlapping pathspecs
by Nguyễn Thái Ngọc Duy
· 14 years ago
bc96cc8
tree_entry_interesting(): support depth limit
by Nguyễn Thái Ngọc Duy
· 14 years ago
0602f3e
Add struct pathspec
by Nguyễn Thái Ngọc Duy
· 14 years ago
e39212a
Merge branch 'nd/maint-fix-add-typo-detection'
by Junio C Hamano
· 14 years ago
20cb8e2
Merge branch 'nd/maint-relative'
by Junio C Hamano
· 14 years ago
5e738ae
Merge branch 'jj/icase-directory'
by Junio C Hamano
· 14 years ago
9e08273
Revert "excluded_1(): support exclude files in index"
by Nguyễn Thái Ngọc Duy
· 14 years ago
0fd0e24
dir.c: add free_excludes()
by Nguyễn Thái Ngọc Duy
· 14 years ago
fbbb4e1
get_cwd_relative(): do not misinterpret root path
by Nguyễn Thái Ngọc Duy
· 14 years ago
ae3cdfe
dir.c: fix EXC_FLAG_MUSTBEDIR match in sparse checkout
by Nguyễn Thái Ngọc Duy
· 14 years ago
21444f1
Add case insensitivity support when using git ls-files
by Joshua Jensen
· 14 years ago
5102c61
Add case insensitivity support for directories when using git status
by Joshua Jensen
· 14 years ago
10d4b02
Case insensitivity support for .gitignore via core.ignorecase
by Joshua Jensen
· 14 years ago
8cf2a84
Add string comparison functions that respect the ignore_case variable.
by Joshua Jensen
· 14 years ago
9d14017
dir.c: squelch false uninitialized memory warning
by Pat Notz
· 14 years ago
108da0d
git add: Add the "--ignore-missing" option for the dry run
by Jens Lehmann
· 15 years ago
2c177a1
Merge branch 'jc/maint-simpler-common-prefix'
by Junio C Hamano
· 15 years ago
8d676d8
Merge branch 'gv/portable'
by Junio C Hamano
· 15 years ago
42f9852
common_prefix: simplify and fix scanning for prefixes
by Junio C Hamano
· 15 years ago
4b05548
enums: omit trailing comma for portability
by Gary V. Vaughan
· 15 years ago
490544b
get_cwd_relative(): do not misinterpret suffix as subdirectory
by Clemens Buchacher
· 15 years ago
4e7d08a
Merge branch 'jk/maint-add-ignored-dir'
by Junio C Hamano
· 15 years ago
29209cb
dir: fix COLLECT_IGNORED on excluded prefixes
by Jeff King
· 15 years ago
7c0be4d
Merge branch 'jk/maint-rmdir-fix' into maint
by Junio C Hamano
· 15 years ago
3fc0d13
rm: fix bug in recursive subdirectory removal
by Jeff King
· 15 years ago
45d76f1
Fix memory corruption when .gitignore does not end by \n
by Nguyễn Thái Ngọc Duy
· 15 years ago
3af59e6
Merge branch 'jc/ls-files-ignored-pathspec'
by Junio C Hamano
· 15 years ago
73d6632
Merge branch 'nd/sparse'
by Junio C Hamano
· 15 years ago
48ffef9
ls-files: fix overeager pathspec optimization
by Junio C Hamano
· 15 years ago
16e2cfa
read_directory(): further split treat_path()
by Junio C Hamano
· 15 years ago
53cc535
read_directory_recursive(): refactor handling of a single path into a separate function
by Junio C Hamano
· 15 years ago
cb09753
dir.c: export excluded_1() and add_excludes_from_file_1()
by Nguyễn Thái Ngọc Duy
· 16 years ago
c84de70
excluded_1(): support exclude files in index
by Nguyễn Thái Ngọc Duy
· 16 years ago
c28b3d6
Read .gitignore from index if it is skip-worktree
by Nguyễn Thái Ngọc Duy
· 16 years ago
b5041c5
Avoid writing to buffer in add_excludes_from_file_1()
by Nguyễn Thái Ngọc Duy
· 16 years ago
a0f4afb
clean: require double -f options to nuke nested git repository and work tree
by Junio C Hamano
· 16 years ago
443e061
Avoid using 'lstat()' to figure out directories
by Linus Torvalds
· 16 years ago
caa6b78
Avoid doing extra 'lstat()'s for d_type if we have an up-to-date cache entry
by Linus Torvalds
· 16 years ago
dba2e20
Simplify read_directory[_recursive]() arguments
by Linus Torvalds
· 16 years ago
1d8842d
Add 'fill_directory()' helper function for directory traversal
by Linus Torvalds
· 16 years ago
d824cbb
Convert existing die(..., strerror(errno)) to die_errno()
by Thomas Rast
· 16 years ago
6e4f981
git-add: no need for -f when resolving a conflict in already tracked path
by Jeff King
· 16 years ago
da4b3e8
dir.c: clean up handling of 'path' parameter in read_directory_recursive()
by Linus Torvalds
· 16 years ago
8146f19
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
41f64ad
Merge branch 'maint-1.6.0' into maint
by Junio C Hamano
· 16 years ago
2c5b011
dir.c: Fix two minor grammatical errors in comments
by Allan Caffee
· 16 years ago
4b25d09
Fix a bunch of pointer declarations (codestyle)
by Felipe Contreras
· 16 years ago
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
5f7b338
Merge branch 'fg/maint-exclude-bq' into maint
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
Next »