aboutsummaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAge
* Merge branch 'jh/object-filtering'Junio C Hamano2017-12-27
|\
| * dir: allow exclusions from blob in addition to fileJeff Hostetler2017-11-22
* | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-21
|\ \
| * | fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-01
| * | Merge branch 'rs/stat-data-unaligned-reads-fix'Junio C Hamano2017-08-11
| |\ \
* | \ \ Merge branch 'jm/status-ignored-files-list'Junio C Hamano2017-11-13
|\ \ \ \
| * | | | status: report matching ignored and normal untrackedJameson Miller2017-10-31
| * | | | status: add option to show ignored files differentlyJameson Miller2017-10-31
| | |_|/ | |/| |
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-06
|\ \ \ \
| * | | | refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson2017-10-16
| * | | | Convert remaining callers of resolve_gitlink_ref to object_idbrian m. carlson2017-10-16
| |/ / /
* | | | Merge branch 'js/submodule-in-excluded'Junio C Hamano2017-11-06
|\ \ \ \ | |/ / / |/| | |
| * | | status: do not get confused by submodules in excluded directoriesJohannes Schindelin2017-10-26
| * | | Merge branch 'sl/clean-d-ignored-fix' into maintJunio C Hamano2017-06-13
| |\ \ \
* | | | | Improve performance of git status --ignoredJameson Miller2017-09-19
* | | | | Merge branch 'rs/stat-data-unaligned-reads-fix' into maintJunio C Hamano2017-08-23
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | dir: support platforms that require aligned readsRené Scharfe2017-07-17
* | | | Merge branch 'ab/wildmatch'Junio C Hamano2017-07-10
|\ \ \ \
| * | | | wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason2017-06-23
* | | | | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24
|\ \ \ \ \
| * | | | | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
* | | | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \ \ \ \ \
| * | | | | | config: don't include config.h by defaultBrandon Williams2017-06-15
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano2017-06-24
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | convert: convert convert_to_git to take an indexBrandon Williams2017-06-13
* | | | | | Merge branch 'pc/dir-count-slashes'Junio C Hamano2017-06-22
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | dir: create function count_slashes()Prathamesh Chavan2017-06-12
| | |/ / / | |/| | |
* | | | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-13
|\ \ \ \ \
| * | | | | wrapper.c: add and use warn_on_fopen_errors()Nguyễn Thái Ngọc Duy2017-05-26
| |/ / / /
* | | | | Merge branch 'jc/noent-notdir'Junio C Hamano2017-06-13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedJunio C Hamano2017-05-30
| | |/ / | |/| |
* | | | Merge branch 'sl/clean-d-ignored-fix'Junio C Hamano2017-06-02
|\ \ \ \ | | |_|/ | |/| |
| * | | dir: expose cmp_name() and check_contains()Samuel Lijin2017-05-22
| * | | dir: hide untracked contents of untracked dirsSamuel Lijin2017-05-22
| * | | dir: recurse into untracked dirs for ignored filesSamuel Lijin2017-05-22
| |/ /
* | | dir: convert fill_directory to take an indexBrandon Williams2017-05-06
* | | dir: convert read_directory to take an indexBrandon Williams2017-05-06
* | | dir: convert read_directory_recursive to take an indexBrandon Williams2017-05-06
* | | dir: convert open_cached_dir to take an indexBrandon Williams2017-05-06
* | | dir: convert is_excluded to take an indexBrandon Williams2017-05-06
* | | dir: convert prep_exclude to take an indexBrandon Williams2017-05-06
* | | dir: convert add_excludes to take an indexBrandon Williams2017-05-06
* | | dir: convert is_excluded_from_list to take an indexBrandon Williams2017-05-06
* | | dir: convert last_exclude_matching_from_list to take an indexBrandon Williams2017-05-06
* | | dir: convert dir_add* to take an indexBrandon Williams2017-05-06
* | | dir: convert get_dtype to take indexBrandon Williams2017-05-06
* | | dir: convert directory_exists_in_index to take indexBrandon Williams2017-05-06
* | | dir: convert read_skip_worktree_file_from_index to take an indexBrandon Williams2017-05-06
* | | dir: stop using the index compatibility macrosBrandon Williams2017-05-06
| |/ |/|
* | Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano2017-03-28
|\ \