index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
ls-files.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-13
ls-files: correct index argument to get_convert_attr_ascii()
Nguyễn Thái Ngọc Duy
1
-8
/
+9
2018-08-13
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2018-08-13
convert.c: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-06-01
Merge branch 'nd/use-opt-int-set-f'
Junio C Hamano
1
-3
/
+3
2018-05-24
Use OPT_SET_INT_F() for cmdline option specification
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-1
/
+1
2018-03-14
Convert find_unique_abbrev* to struct object_id
brian m. carlson
1
-2
/
+2
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
[next]