summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jh/object-filtering'Junio C Hamano2017-12-271-31/+101
|\
| * dir: allow exclusions from blob in addition to fileJeff Hostetler2017-11-221-31/+101
* | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-10/+17
|\ \
| * | fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-011-10/+17
| * | Merge branch 'rs/stat-data-unaligned-reads-fix'Junio C Hamano2017-08-111-23/+27
| |\ \
* | \ \ Merge branch 'jm/status-ignored-files-list'Junio C Hamano2017-11-131-2/+42
|\ \ \ \
| * | | | status: report matching ignored and normal untrackedJameson Miller2017-10-311-2/+18
| * | | | status: add option to show ignored files differentlyJameson Miller2017-10-311-0/+24
| | |_|/ | |/| |
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-061-4/+4
|\ \ \ \
| * | | | refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson2017-10-161-2/+2
| * | | | Convert remaining callers of resolve_gitlink_ref to object_idbrian m. carlson2017-10-161-4/+4
| |/ / /
* | | | Merge branch 'js/submodule-in-excluded'Junio C Hamano2017-11-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | status: do not get confused by submodules in excluded directoriesjs/submodule-in-excludedJohannes Schindelin2017-10-261-1/+1
| * | | Merge branch 'sl/clean-d-ignored-fix' into maintJunio C Hamano2017-06-131-4/+39
| |\ \ \
* | | | | Improve performance of git status --ignoredjm/status-ignored-directory-optimJameson Miller2017-09-191-6/+41
* | | | | Merge branch 'rs/stat-data-unaligned-reads-fix' into maintJunio C Hamano2017-08-231-23/+27
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | dir: support platforms that require aligned readsrs/stat-data-unaligned-reads-fixRené Scharfe2017-07-171-23/+27
* | | | Merge branch 'ab/wildmatch'Junio C Hamano2017-07-101-5/+3
|\ \ \ \
| * | | | wildmatch: remove unused wildopts parameterab/wildmatchÆvar Arnfjörð Bjarmason2017-06-231-5/+3
* | | | | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-6/+3
|\ \ \ \ \
| * | | | | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-6/+3
* | | | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \ \ \ \
| * | | | | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano2017-06-241-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | convert: convert convert_to_git to take an indexBrandon Williams2017-06-131-1/+1
* | | | | | Merge branch 'pc/dir-count-slashes'Junio C Hamano2017-06-221-0/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | dir: create function count_slashes()pc/dir-count-slashesPrathamesh Chavan2017-06-121-0/+9
| | |/ / / | |/| | |
* | | | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-131-3/+3
|\ \ \ \ \
| * | | | | wrapper.c: add and use warn_on_fopen_errors()Nguyễn Thái Ngọc Duy2017-05-261-3/+3
| |/ / / /
* | | | | Merge branch 'jc/noent-notdir'Junio C Hamano2017-06-131-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedjc/noent-notdirJunio C Hamano2017-05-301-1/+1
| | |/ / | |/| |
* | | | Merge branch 'sl/clean-d-ignored-fix'Junio C Hamano2017-06-021-4/+39
|\ \ \ \ | | |_|/ | |/| |
| * | | dir: expose cmp_name() and check_contains()Samuel Lijin2017-05-221-5/+6
| * | | dir: hide untracked contents of untracked dirsSamuel Lijin2017-05-221-0/+31
| * | | dir: recurse into untracked dirs for ignored filesSamuel Lijin2017-05-221-1/+4
| |/ /
* | | dir: convert fill_directory to take an indexbw/dir-c-stops-relying-on-the-indexBrandon Williams2017-05-061-2/+4
* | | dir: convert read_directory to take an indexBrandon Williams2017-05-061-8/+8
* | | dir: convert read_directory_recursive to take an indexBrandon Williams2017-05-061-23/+29
* | | dir: convert open_cached_dir to take an indexBrandon Williams2017-05-061-5/+7
* | | dir: convert is_excluded to take an indexBrandon Williams2017-05-061-7/+9
* | | dir: convert prep_exclude to take an indexBrandon Williams2017-05-061-6/+8
* | | dir: convert add_excludes to take an indexBrandon Williams2017-05-061-14/+15
* | | dir: convert is_excluded_from_list to take an indexBrandon Williams2017-05-061-2/+3
* | | dir: convert last_exclude_matching_from_list to take an indexBrandon Williams2017-05-061-5/+8
* | | dir: convert dir_add* to take an indexBrandon Williams2017-05-061-7/+11
* | | dir: convert get_dtype to take indexBrandon Williams2017-05-061-10/+13
* | | dir: convert directory_exists_in_index to take indexBrandon Williams2017-05-061-10/+12
* | | dir: convert read_skip_worktree_file_from_index to take an indexBrandon Williams2017-05-061-6/+7
* | | dir: stop using the index compatibility macrosBrandon Williams2017-05-061-20/+21
| |/ |/|
* | Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano2017-03-281-11/+21
|\ \