Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nd/trace-index-ops' | Junio C Hamano | 2018-02-15 | 1 | -0/+2 |
|\ | |||||
| * | trace: measure where the time is spent in the index-heavy operationsnd/trace-index-ops | Nguyễn Thái Ngọc Duy | 2018-02-02 | 1 | -0/+2 |
* | | Merge branch 'po/object-id' | Junio C Hamano | 2018-02-15 | 1 | -54/+50 |
|\ \ | |||||
| * | | sha1_file: convert hash_sha1_file to object_id | Patryk Obara | 2018-01-30 | 1 | -2/+2 |
| * | | dir: convert struct sha1_stat to use object_id | Patryk Obara | 2018-01-30 | 1 | -54/+50 |
| |/ | |||||
* | | Use MOVE_ARRAYsg/cocci-move-array | SZEDER Gábor | 2018-01-22 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'jh/object-filtering' | Junio C Hamano | 2017-12-27 | 1 | -31/+101 |
|\ | |||||
| * | dir: allow exclusions from blob in addition to file | Jeff Hostetler | 2017-11-22 | 1 | -31/+101 |
* | | Merge branch 'bp/fsmonitor' | Junio C Hamano | 2017-11-21 | 1 | -10/+17 |
|\ \ | |||||
| * | | fsmonitor: teach git to optionally utilize a file system monitor to speed up ... | Ben Peart | 2017-10-01 | 1 | -10/+17 |
| * | | Merge branch 'rs/stat-data-unaligned-reads-fix' | Junio C Hamano | 2017-08-11 | 1 | -23/+27 |
| |\ \ | |||||
* | \ \ | Merge branch 'jm/status-ignored-files-list' | Junio C Hamano | 2017-11-13 | 1 | -2/+42 |
|\ \ \ \ | |||||
| * | | | | status: report matching ignored and normal untracked | Jameson Miller | 2017-10-31 | 1 | -2/+18 |
| * | | | | status: add option to show ignored files differently | Jameson Miller | 2017-10-31 | 1 | -0/+24 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-11-06 | 1 | -4/+4 |
|\ \ \ \ | |||||
| * | | | | refs: convert resolve_gitlink_ref to struct object_id | brian m. carlson | 2017-10-16 | 1 | -2/+2 |
| * | | | | Convert remaining callers of resolve_gitlink_ref to object_id | brian m. carlson | 2017-10-16 | 1 | -4/+4 |
| |/ / / | |||||
* | | | | Merge branch 'js/submodule-in-excluded' | Junio C Hamano | 2017-11-06 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | status: do not get confused by submodules in excluded directoriesjs/submodule-in-excluded | Johannes Schindelin | 2017-10-26 | 1 | -1/+1 |
| * | | | Merge branch 'sl/clean-d-ignored-fix' into maint | Junio C Hamano | 2017-06-13 | 1 | -4/+39 |
| |\ \ \ | |||||
* | | | | | Improve performance of git status --ignoredjm/status-ignored-directory-optim | Jameson Miller | 2017-09-19 | 1 | -6/+41 |
* | | | | | Merge branch 'rs/stat-data-unaligned-reads-fix' into maint | Junio C Hamano | 2017-08-23 | 1 | -23/+27 |
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | |||||
| * | | | dir: support platforms that require aligned readsrs/stat-data-unaligned-reads-fix | René Scharfe | 2017-07-17 | 1 | -23/+27 |
* | | | | Merge branch 'ab/wildmatch' | Junio C Hamano | 2017-07-10 | 1 | -5/+3 |
|\ \ \ \ | |||||
| * | | | | wildmatch: remove unused wildopts parameterab/wildmatch | Ævar Arnfjörð Bjarmason | 2017-06-23 | 1 | -5/+3 |
* | | | | | Merge branch 'ab/free-and-null' | Junio C Hamano | 2017-06-24 | 1 | -6/+3 |
|\ \ \ \ \ | |||||
| * | | | | | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 2017-06-16 | 1 | -6/+3 |
* | | | | | | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'bw/ls-files-sans-the-index' | Junio C Hamano | 2017-06-24 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | convert: convert convert_to_git to take an index | Brandon Williams | 2017-06-13 | 1 | -1/+1 |
* | | | | | | Merge branch 'pc/dir-count-slashes' | Junio C Hamano | 2017-06-22 | 1 | -0/+9 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | dir: create function count_slashes()pc/dir-count-slashes | Prathamesh Chavan | 2017-06-12 | 1 | -0/+9 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'nd/fopen-errors' | Junio C Hamano | 2017-06-13 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | wrapper.c: add and use warn_on_fopen_errors() | Nguyễn Thái Ngọc Duy | 2017-05-26 | 1 | -3/+3 |
| |/ / / / | |||||
* | | | | | Merge branch 'jc/noent-notdir' | Junio C Hamano | 2017-06-13 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedjc/noent-notdir | Junio C Hamano | 2017-05-30 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'sl/clean-d-ignored-fix' | Junio C Hamano | 2017-06-02 | 1 | -4/+39 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | dir: expose cmp_name() and check_contains() | Samuel Lijin | 2017-05-22 | 1 | -5/+6 |
| * | | | dir: hide untracked contents of untracked dirs | Samuel Lijin | 2017-05-22 | 1 | -0/+31 |
| * | | | dir: recurse into untracked dirs for ignored files | Samuel Lijin | 2017-05-22 | 1 | -1/+4 |
| |/ / | |||||
* | | | dir: convert fill_directory to take an indexbw/dir-c-stops-relying-on-the-index | Brandon Williams | 2017-05-06 | 1 | -2/+4 |
* | | | dir: convert read_directory to take an index | Brandon Williams | 2017-05-06 | 1 | -8/+8 |
* | | | dir: convert read_directory_recursive to take an index | Brandon Williams | 2017-05-06 | 1 | -23/+29 |
* | | | dir: convert open_cached_dir to take an index | Brandon Williams | 2017-05-06 | 1 | -5/+7 |
* | | | dir: convert is_excluded to take an index | Brandon Williams | 2017-05-06 | 1 | -7/+9 |
* | | | dir: convert prep_exclude to take an index | Brandon Williams | 2017-05-06 | 1 | -6/+8 |
* | | | dir: convert add_excludes to take an index | Brandon Williams | 2017-05-06 | 1 | -14/+15 |
* | | | dir: convert is_excluded_from_list to take an index | Brandon Williams | 2017-05-06 | 1 | -2/+3 |
* | | | dir: convert last_exclude_matching_from_list to take an index | Brandon Williams | 2017-05-06 | 1 | -5/+8 |