Age | Commit message (Expand) | Author | Files | Lines |
2017-10-16 | Convert remaining callers of resolve_gitlink_ref to object_id | brian m. carlson | 1 | -4/+4 |
2017-10-01 | fsmonitor: teach git to optionally utilize a file system monitor to speed up ... | Ben Peart | 1 | -10/+17 |
2017-09-19 | Improve performance of git status --ignored | Jameson Miller | 1 | -6/+41 |
2017-08-23 | Merge branch 'rs/stat-data-unaligned-reads-fix' into maint | Junio C Hamano | 1 | -23/+27 |
2017-08-11 | Merge branch 'rs/stat-data-unaligned-reads-fix' | Junio C Hamano | 1 | -23/+27 |
2017-07-17 | dir: support platforms that require aligned reads | René Scharfe | 1 | -23/+27 |
2017-07-10 | Merge branch 'ab/wildmatch' | Junio C Hamano | 1 | -5/+3 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -6/+3 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-24 | Merge branch 'bw/ls-files-sans-the-index' | Junio C Hamano | 1 | -1/+1 |
2017-06-23 | wildmatch: remove unused wildopts parameter | Ævar Arnfjörð Bjarmason | 1 | -5/+3 |
2017-06-22 | Merge branch 'pc/dir-count-slashes' | Junio C Hamano | 1 | -0/+9 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -6/+3 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-13 | Merge branch 'nd/fopen-errors' | Junio C Hamano | 1 | -3/+3 |
2017-06-13 | Merge branch 'jc/noent-notdir' | Junio C Hamano | 1 | -1/+1 |
2017-06-13 | Merge branch 'sl/clean-d-ignored-fix' into maint | Junio C Hamano | 1 | -4/+39 |
2017-06-13 | convert: convert convert_to_git to take an index | Brandon Williams | 1 | -1/+1 |
2017-06-12 | dir: create function count_slashes() | Prathamesh Chavan | 1 | -0/+9 |
2017-06-02 | Merge branch 'sl/clean-d-ignored-fix' | Junio C Hamano | 1 | -4/+39 |
2017-05-30 | treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked | Junio C Hamano | 1 | -1/+1 |
2017-05-26 | wrapper.c: add and use warn_on_fopen_errors() | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2017-05-22 | dir: expose cmp_name() and check_contains() | Samuel Lijin | 1 | -5/+6 |
2017-05-22 | dir: hide untracked contents of untracked dirs | Samuel Lijin | 1 | -0/+31 |
2017-05-22 | dir: recurse into untracked dirs for ignored files | Samuel Lijin | 1 | -1/+4 |
2017-05-06 | dir: convert fill_directory to take an index | Brandon Williams | 1 | -2/+4 |
2017-05-06 | dir: convert read_directory to take an index | Brandon Williams | 1 | -8/+8 |
2017-05-06 | dir: convert read_directory_recursive to take an index | Brandon Williams | 1 | -23/+29 |
2017-05-06 | dir: convert open_cached_dir to take an index | Brandon Williams | 1 | -5/+7 |
2017-05-06 | dir: convert is_excluded to take an index | Brandon Williams | 1 | -7/+9 |
2017-05-06 | dir: convert prep_exclude to take an index | Brandon Williams | 1 | -6/+8 |
2017-05-06 | dir: convert add_excludes to take an index | Brandon Williams | 1 | -14/+15 |
2017-05-06 | dir: convert is_excluded_from_list to take an index | Brandon Williams | 1 | -2/+3 |
2017-05-06 | dir: convert last_exclude_matching_from_list to take an index | Brandon Williams | 1 | -5/+8 |
2017-05-06 | dir: convert dir_add* to take an index | Brandon Williams | 1 | -7/+11 |
2017-05-06 | dir: convert get_dtype to take index | Brandon Williams | 1 | -10/+13 |
2017-05-06 | dir: convert directory_exists_in_index to take index | Brandon Williams | 1 | -10/+12 |
2017-05-06 | dir: convert read_skip_worktree_file_from_index to take an index | Brandon Williams | 1 | -6/+7 |
2017-05-06 | dir: stop using the index compatibility macros | Brandon Williams | 1 | -20/+21 |
2017-03-28 | Merge branch 'sb/checkout-recurse-submodules' | Junio C Hamano | 1 | -11/+21 |
2017-03-17 | Merge branch 'bw/attr-pathspec' | Junio C Hamano | 1 | -3/+40 |
2017-03-15 | connect_work_tree_and_git_dir: safely create leading directories | Stefan Beller | 1 | -11/+21 |
2017-03-13 | pathspec: allow querying for attributes | Brandon Williams | 1 | -3/+40 |
2017-03-08 | real_pathdup(): fix callsites that wanted it to die on error | Johannes Schindelin | 1 | -2/+2 |
2017-02-08 | dir: avoid allocation in fill_directory() | René Scharfe | 1 | -4/+3 |
2017-01-18 | Merge branch 'bw/realpath-wo-chdir' | Junio C Hamano | 1 | -2/+2 |
2017-01-18 | Merge branch 'bw/pathspec-cleanup' | Junio C Hamano | 1 | -107/+84 |
2017-01-08 | dir: convert fill_directory to use the pathspec struct interface | Brandon Williams | 1 | -4/+8 |
2017-01-08 | dir: remove struct path_simplify | Brandon Williams | 1 | -103/+76 |
2016-12-12 | submodule: add absorb-git-dir function | Stefan Beller | 1 | -0/+12 |