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
2022-02-23
ls-files: support --recurse-submodules --stage
Jonathan Tan
1
-2
/
+2
2022-01-10
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
1
-1
/
+1
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
1
-1
/
+1
2021-12-22
ls-files: add --sparse option
Derrick Stolee
1
-2
/
+10
2021-10-07
ls-files: add missing string_list_clear()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-10-07
ls-files: fix a trivial dir_clear() leak
Ævar Arnfjörð Bjarmason
1
-8
/
+5
2021-10-06
Merge branch 'jt/add-submodule-odb-clean-up'
Junio C Hamano
1
-3
/
+1
2021-09-22
ls-files: use imperative mood for -X and -z option description
Bagas Sanjaya
1
-2
/
+2
2021-09-09
repository: support unabsorbed in repo_submodule_init
Jonathan Tan
1
-3
/
+1
2021-07-01
dir.[ch]: replace dir_init() with DIR_INIT
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2021-05-20
Merge branch 'en/dir-traversal'
Junio C Hamano
1
-0
/
+3
2021-05-13
ls-files: error out on -i unless -o or -c are specified
Elijah Newren
1
-0
/
+3
2021-05-10
Merge branch 'bc/hash-transition-interop-part-1'
Junio C Hamano
1
-1
/
+1
2021-05-07
Merge branch 'ah/plugleaks'
Junio C Hamano
1
-1
/
+2
2021-04-28
ls-files: free max_prefix when done
Andrzej Hunt
1
-1
/
+2
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-1
/
+1
2021-04-14
ls-files: ensure full index
Derrick Stolee
1
-0
/
+4
2021-04-14
*: remove 'const' qualifier for struct index_state
Derrick Stolee
1
-5
/
+5
2021-03-20
tree.h API: simplify read_tree_recursive() signature
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-03-20
ls-files: refactor away read_tree()
Ævar Arnfjörð Bjarmason
1
-43
/
+34
2021-03-20
ls-files: don't needlessly pass around stage variable
Ævar Arnfjörð Bjarmason
1
-17
/
+8
2021-03-20
tree.c API: move read_tree() into builtin/ls-files.c
Ævar Arnfjörð Bjarmason
1
-0
/
+91
2021-01-23
ls-files.c: add --deduplicate option
ZheNing Hu
1
-3
/
+28
2021-01-23
ls_files.c: consolidate two for loops into one
ZheNing Hu
1
-36
/
+27
2021-01-23
ls_files.c: bugfix for --deleted and --modified
ZheNing Hu
1
-4
/
+7
2020-08-18
dir: fix problematic API to avoid memory leaks
Elijah Newren
1
-2
/
+2
2020-05-05
Merge branch 'dl/opt-callback-cleanup'
Junio C Hamano
1
-6
/
+6
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
1
-6
/
+6
2020-04-01
Fix error-prone fill_directory() API; make it only return matches
Elijah Newren
1
-2
/
+3
2019-09-30
Merge branch 'ds/include-exclude'
Junio C Hamano
1
-4
/
+4
2019-09-05
treewide: rename 'exclude' methods to 'pattern'
Derrick Stolee
1
-3
/
+3
2019-09-05
treewide: rename 'struct exclude_list' to 'struct pattern_list'
Derrick Stolee
1
-3
/
+3
2019-06-13
cleanup: fix possible overflow errors in binary search, part 2
René Scharfe
1
-1
/
+1
2019-04-25
Merge branch 'tg/ls-files-debug-format-fix'
Junio C Hamano
1
-5
/
+5
2019-04-08
ls-files: use correct format string
Thomas Gummerer
1
-5
/
+5
2019-03-20
report_path_error(): drop unused prefix parameter
Jeff King
1
-1
/
+1
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
1
-1
/
+0
2019-01-29
Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'
Junio C Hamano
1
-5
/
+7
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
1
-1
/
+0
2018-12-05
repository: repo_submodule_init to take a submodule struct
Stefan Beller
1
-5
/
+7
2018-11-19
tree.c: make read_tree*() take 'struct repository *'
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
1
-0
/
+7
2018-11-06
ls-files: mark exclude options as NONEG
Jeff King
1
-3
/
+4
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
[next]