Age | Commit message (Expand) | Author | Files | Lines |
2018-03-14 | resolve-undo: convert struct resolve_undo_info to object_id | brian m. carlson | 1 | -1/+1 |
2017-11-21 | Merge branch 'bp/fsmonitor' | Junio C Hamano | 1 | -2/+6 |
2017-10-01 | ls-files: Add support in ls-files to display the fsmonitor valid bit | Ben Peart | 1 | -2/+6 |
2017-09-08 | add UNLEAK annotation for reducing leak false positives | Jeff King | 1 | -0/+1 |
2017-08-26 | Merge branch 'bw/submodule-config-cleanup' | Junio C Hamano | 1 | -5/+1 |
2017-08-03 | submodule-config: lazy-load a repository's .gitmodules file | Brandon Williams | 1 | -5/+0 |
2017-08-03 | submodule-config: move submodule-config functions to submodule-config.c | Brandon Williams | 1 | -0/+1 |
2017-07-17 | ls-files: don't try to prune an empty index | René Scharfe | 1 | -1/+1 |
2017-07-17 | use MOVE_ARRAY | René Scharfe | 1 | -2/+1 |
2017-06-23 | ls-files: use repository object | Brandon Williams | 1 | -114/+78 |
2017-06-23 | Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob... | Junio C Hamano | 1 | -79/+100 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-13 | ls-files: factor out tag calculation | Brandon Williams | 1 | -16/+25 |
2017-06-13 | ls-files: factor out debug info into a function | Brandon Williams | 1 | -9/+14 |
2017-06-13 | ls-files: convert show_files to take an index | Brandon Williams | 1 | -15/+15 |
2017-06-13 | ls-files: convert show_ce_entry to take an index | Brandon Williams | 1 | -5/+6 |
2017-06-13 | ls-files: convert prune_cache to take an index | Brandon Williams | 1 | -7/+8 |
2017-06-13 | ls-files: convert ce_excluded to take an index | Brandon Williams | 1 | -4/+5 |
2017-06-13 | ls-files: convert show_ru_info to take an index | Brandon Williams | 1 | -4/+4 |
2017-06-13 | ls-files: convert show_other_files to take an index | Brandon Williams | 1 | -3/+4 |
2017-06-13 | ls-files: convert show_killed_files to take an index | Brandon Williams | 1 | -10/+11 |
2017-06-13 | ls-files: convert write_eolinfo to take an index | Brandon Williams | 1 | -7/+6 |
2017-06-13 | ls-files: convert overlay_tree_on_cache to take an index | Brandon Williams | 1 | -7/+8 |
2017-06-13 | tree: convert read_tree to take an index parameter | Brandon Williams | 1 | -1/+1 |
2017-06-13 | convert: convert get_cached_convert_stats_ascii to take an index | Brandon Williams | 1 | -1/+2 |
2017-05-30 | Merge branch 'bw/pathspec-sans-the-index' | Junio C Hamano | 1 | -6/+25 |
2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -3/+3 |
2017-05-12 | ls-files: prevent prune_cache from overeagerly pruning submodules | Brandon Williams | 1 | -6/+25 |
2017-05-08 | tree: convert parse_tree_indirect to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | builtin/ls-files: convert overlay_tree_on_cache to object_id | brian m. carlson | 1 | -3/+3 |
2017-05-06 | dir: convert fill_directory to take an index | Brandon Williams | 1 | -1/+1 |
2017-05-06 | dir: convert is_excluded to take an index | Brandon Williams | 1 | -1/+1 |
2017-04-18 | ls-files: fix path used when recursing into submodules | Jacob Keller | 1 | -1/+4 |
2017-04-17 | ls-files: fix recurse-submodules with nested submodules | Jacob Keller | 1 | -0/+4 |
2017-03-17 | ls-files: fix bug when recursing with relative pathspec | Brandon Williams | 1 | -12/+13 |
2017-03-17 | ls-files: fix typo in variable name | Brandon Williams | 1 | -8/+8 |
2017-02-13 | ls-files: move only kept cache entries in prune_cache() | René Scharfe | 1 | -5/+4 |
2017-02-13 | ls-files: pass prefix length explicitly to prune_cache() | René Scharfe | 1 | -5/+7 |
2016-10-26 | Merge branch 'bw/ls-files-recurse-submodules' | Junio C Hamano | 1 | -40/+141 |
2016-10-10 | ls-files: add pathspec matching for submodules | Brandon Williams | 1 | -6/+21 |
2016-10-10 | ls-files: pass through safe options for --recurse-submodules | Brandon Williams | 1 | -3/+27 |
2016-10-10 | ls-files: optionally recurse into submodules | Brandon Williams | 1 | -38/+100 |
2016-09-07 | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 1 | -1/+1 |
2016-07-26 | die("bug"): report bugs consistently | Johannes Schindelin | 1 | -1/+2 |
2016-02-10 | Merge branch 'jk/options-cleanup' | Junio C Hamano | 1 | -11/+3 |
2016-02-01 | apply, ls-files: simplify "-z" parsing | Jeff King | 1 | -11/+3 |
2016-01-18 | ls-files: add eol diagnostics | Torsten Bögershausen | 1 | -0/+21 |
2015-08-20 | ps_matched: xcalloc() takes nmemb and then element size | Junio C Hamano | 1 | -1/+1 |
2015-03-26 | Merge branch 'jc/report-path-error-to-dir' | Junio C Hamano | 1 | -43/+0 |
2015-03-24 | report_path_error(): move to dir.c | Junio C Hamano | 1 | -43/+0 |