Sign in
googlers
/
jrn
/
git
/
6cbc7cfdfed54c060db663374ccad45758c7e718
/
dir.c
61061ab
Merge branch 'jh/object-filtering'
by Junio C Hamano
· 7 years ago
578d81d
dir: allow exclusions from blob in addition to file
by Jeff Hostetler
· 7 years ago
e05336b
Merge branch 'bp/fsmonitor'
by Junio C Hamano
· 7 years ago
d8df70f
Merge branch 'jm/status-ignored-files-list'
by Junio C Hamano
· 7 years ago
e7e456f
Merge branch 'bc/object-id'
by Junio C Hamano
· 7 years ago
da7996a
Merge branch 'js/submodule-in-excluded'
by Junio C Hamano
· 7 years ago
07966ed
status: report matching ignored and normal untracked
by Jameson Miller
· 7 years ago
eec0f7f
status: add option to show ignored files differently
by Jameson Miller
· 7 years ago
fadb482
status: do not get confused by submodules in excluded directories
by Johannes Schindelin
· 7 years ago
a98e610
refs: convert resolve_gitlink_ref to struct object_id
by brian m. carlson
· 7 years ago
1053fe8
Convert remaining callers of resolve_gitlink_ref to object_id
by brian m. carlson
· 7 years ago
883e248
fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files.
by Ben Peart
· 8 years ago
5aaa7fd
Improve performance of git status --ignored
by Jameson Miller
· 8 years ago
0d824bc
Merge branch 'rs/stat-data-unaligned-reads-fix' into maint
by Junio C Hamano
· 8 years ago
12deaf6
Merge branch 'rs/stat-data-unaligned-reads-fix'
by Junio C Hamano
· 8 years ago
268ba20
dir: support platforms that require aligned reads
by René Scharfe
· 8 years ago
0c6435a
Merge branch 'ab/wildmatch'
by Junio C Hamano
· 8 years ago
50f03c6
Merge branch 'ab/free-and-null'
by Junio C Hamano
· 8 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
5812b3f
Merge branch 'bw/ls-files-sans-the-index'
by Junio C Hamano
· 8 years ago
55d3426
wildmatch: remove unused wildopts parameter
by Ævar Arnfjörð Bjarmason
· 8 years ago
52ab95c
Merge branch 'pc/dir-count-slashes'
by Junio C Hamano
· 8 years ago
6a83d90
coccinelle: make use of the "type" FREE_AND_NULL() rule
by Ævar Arnfjörð Bjarmason
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
b9a7d55
Merge branch 'nd/fopen-errors'
by Junio C Hamano
· 8 years ago
93dd544
Merge branch 'jc/noent-notdir'
by Junio C Hamano
· 8 years ago
f4683b4
Merge branch 'sl/clean-d-ignored-fix' into maint
by Junio C Hamano
· 8 years ago
82b474e
convert: convert convert_to_git to take an index
by Brandon Williams
· 8 years ago
e0556a9
dir: create function count_slashes()
by Prathamesh Chavan
· 8 years ago
f4fd99b
Merge branch 'sl/clean-d-ignored-fix'
by Junio C Hamano
· 8 years ago
c705420
treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked
by Junio C Hamano
· 8 years ago
11dc1fc
wrapper.c: add and use warn_on_fopen_errors()
by Nguyễn Thái Ngọc Duy
· 8 years ago
bbf504a
dir: expose cmp_name() and check_contains()
by Samuel Lijin
· 8 years ago
fb89888
dir: hide untracked contents of untracked dirs
by Samuel Lijin
· 8 years ago
df5bcdf
dir: recurse into untracked dirs for ignored files
by Samuel Lijin
· 8 years ago
0d32c18
dir: convert fill_directory to take an index
by Brandon Williams
· 8 years ago
2c1eb10
dir: convert read_directory to take an index
by Brandon Williams
· 8 years ago
0ef8e16
dir: convert read_directory_recursive to take an index
by Brandon Williams
· 8 years ago
207a06c
dir: convert open_cached_dir to take an index
by Brandon Williams
· 8 years ago
a0bba65
dir: convert is_excluded to take an index
by Brandon Williams
· 8 years ago
e799ed4
dir: convert prep_exclude to take an index
by Brandon Williams
· 8 years ago
473e393
dir: convert add_excludes to take an index
by Brandon Williams
· 8 years ago
fba92be
dir: convert is_excluded_from_list to take an index
by Brandon Williams
· 8 years ago
2b70e88
dir: convert last_exclude_matching_from_list to take an index
by Brandon Williams
· 8 years ago
9e58bec
dir: convert dir_add* to take an index
by Brandon Williams
· 8 years ago
98f2a68
dir: convert get_dtype to take index
by Brandon Williams
· 8 years ago
ae520e3
dir: convert directory_exists_in_index to take index
by Brandon Williams
· 8 years ago
6f52b74
dir: convert read_skip_worktree_file_from_index to take an index
by Brandon Williams
· 8 years ago
12cd0bf
dir: stop using the index compatibility macros
by Brandon Williams
· 8 years ago
e394fa0
Merge branch 'sb/checkout-recurse-submodules'
by Junio C Hamano
· 8 years ago
f6c64c6
Merge branch 'bw/attr-pathspec'
by Junio C Hamano
· 8 years ago
365444a
connect_work_tree_and_git_dir: safely create leading directories
by Stefan Beller
· 8 years ago
b0db704
pathspec: allow querying for attributes
by Brandon Williams
· 8 years ago
ce83ead
real_pathdup(): fix callsites that wanted it to die on error
by Johannes Schindelin
· 8 years ago
bec5ab8
dir: avoid allocation in fill_directory()
by René Scharfe
· 8 years ago
1c16df2
Merge branch 'bw/realpath-wo-chdir'
by Junio C Hamano
· 8 years ago
fe9ec8b
Merge branch 'bw/pathspec-cleanup'
by Junio C Hamano
· 8 years ago
966de30
dir: convert fill_directory to use the pathspec struct interface
by Brandon Williams
· 8 years ago
e1b8c7b
dir: remove struct path_simplify
by Brandon Williams
· 8 years ago
f6f8586
submodule: add absorb-git-dir function
by Stefan Beller
· 8 years ago
47e83eb
move connect_work_tree_and_git_dir to dir.h
by Stefan Beller
· 8 years ago
f0056f6
read info/{attributes,exclude} only when in repository
by Jeff King
· 8 years ago
1c2b1f7
Merge branch 'bw/ls-files-recurse-submodules'
by Junio C Hamano
· 8 years ago
75a6315
ls-files: add pathspec matching for submodules
by Brandon Williams
· 8 years ago
9ed0d8d
use QSORT
by René Scharfe
· 9 years ago
99d1a98
cache: convert struct cache_entry to use struct object_id
by brian m. carlson
· 9 years ago
b4e8a84
Merge branch 'rs/use-strbuf-addbuf'
by Junio C Hamano
· 9 years ago
8109984
use strbuf_addbuf() for appending a strbuf to another
by René Scharfe
· 9 years ago
352d72a
Merge branch 'nd/worktree-various-heads'
by Junio C Hamano
· 9 years ago
ba0897e
dir.c: rename str(n)cmp_icase to fspath(n)cmp
by Nguyễn Thái Ngọc Duy
· 9 years ago
423b592
dir.c: remove dead function fnmatch_icase()
by Nguyễn Thái Ngọc Duy
· 9 years ago
9fabc70
Merge branch 'ss/exc-flag-is-a-collection-of-bits' into maint
by Junio C Hamano
· 9 years ago
12508a8
Merge branch 'ss/exc-flag-is-a-collection-of-bits'
by Junio C Hamano
· 9 years ago
5cee349
Revert "Merge branch 'nd/exclusion-regression-fix'"
by Junio C Hamano
· 9 years ago
f870899
dir: store EXC_FLAG_* values in unsigned integers
by Saurav Sachidanand
· 9 years ago
11529ec
Merge branch 'jk/tighten-alloc'
by Junio C Hamano
· 9 years ago
e0b8373
write_untracked_extension: use FLEX_ALLOC helper
by Jeff King
· 9 years ago
50a6c8e
use st_add and st_mult for allocation size computation
by Jeff King
· 9 years ago
96ffc06
convert trivial cases to FLEX_ARRAY macros
by Jeff King
· 9 years ago
3733e69
use xmallocz to avoid size arithmetic
by Jeff King
· 9 years ago
b32fa95
convert trivial cases to ALLOC_ARRAY
by Jeff King
· 9 years ago
d589a67
dir.c: don't exclude whole dir prematurely
by Nguyễn Thái Ngọc Duy
· 9 years ago
c62a917
dir.c: support marking some patterns already matched
by Nguyễn Thái Ngọc Duy
· 9 years ago
bac65a2
dir.c: support tracing exclude
by Nguyễn Thái Ngọc Duy
· 9 years ago
a60ea8f
dir.c: fix match_pathname()
by Nguyễn Thái Ngọc Duy
· 9 years ago
0e35fcb
Merge branch 'cc/untracked'
by Junio C Hamano
· 9 years ago
9496acc
Merge branch 'nd/exclusion-regression-fix' into maint
by Junio C Hamano
· 9 years ago
af3e464
Merge branch 'nd/dir-exclude-cleanup' into maint
by Junio C Hamano
· 9 years ago
0e0f761
dir: simplify untracked cache "ident" field
by Christian Couder
· 9 years ago
07b29bf
dir: add remove_untracked_cache()
by Christian Couder
· 9 years ago
4a4ca47
dir: add {new,add}_untracked_cache()
by Christian Couder
· 9 years ago
76b620d
Merge branch 'nd/exclusion-regression-fix'
by Junio C Hamano
· 9 years ago
7a450b4
Merge branch 'nd/dir-exclude-cleanup'
by Junio C Hamano
· 9 years ago
8c72236
Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"
by Nguyễn Thái Ngọc Duy
· 9 years ago
2653a8c
dir.c: clean the entire struct in clear_exclude_list()
by Nguyễn Thái Ngọc Duy
· 9 years ago
3a27eec
Merge branch 'dt/name-hash-dir-entry-fix' into maint
by Junio C Hamano
· 9 years ago
69fe318
Merge branch 'dt/name-hash-dir-entry-fix'
by Junio C Hamano
· 9 years ago
41284eb
name-hash: don't reuse cache_entry in dir_entry
by David Turner
· 9 years ago
7889179
Merge branch 'jk/war-on-sprintf'
by Junio C Hamano
· 9 years ago
15cef7c
Merge branch 'js/icase-wt-detection' into maint
by Junio C Hamano
· 9 years ago
Next »