index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
ls-files.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-08
Merge branch 'ds/ls-files-lazy-unsparse'
Junio C Hamano
1
-3
/
+10
2025-08-28
ls-files: conditionally leave index sparse
Derrick Stolee
1
-3
/
+10
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
1
-1
/
+2
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+2
2025-03-07
builtin/ls-files: stop using `the_repository`
Usman Akinyemi
1
-16
/
+16
2025-01-17
builtins: send usage_with_options() help text to standard output
Junio C Hamano
1
-2
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+3
2024-09-24
builtin: fix typos
Andrew Kreimer
1
-1
/
+1
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-03-25
factor out strbuf_expand_bad_format()
René Scharfe
1
-9
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-4
/
+0
2023-07-06
Merge branch 'rs/strbuf-expand-step'
Junio C Hamano
1
-63
/
+46
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-06-21
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
1
-0
/
+1
2023-06-21
read-cache: move shared commit and ls-files code
Elijah Newren
1
-137
/
+0
2023-06-18
strbuf: simplify strbuf_expand_literal_cb()
René Scharfe
1
-1
/
+1
2023-06-18
replace strbuf_expand() with strbuf_expand_step()
René Scharfe
1
-63
/
+46
2023-05-23
ls-files: align format atoms with ls-tree
ZheNing Hu
1
-0
/
+27
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+2
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on convert.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+2
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-2
/
+2
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-2
/
+2
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2023-03-21
Merge branch 'aj/ls-files-format-fix'
Junio C Hamano
1
-1
/
+4
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-10
ls-files: fix "--format" output of relative paths
Adam Johnson
1
-1
/
+4
2022-11-21
ls-files: fix a --with-tree memory leak
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-09-12
ls-files: fix black space in error message
ZheNing Hu
1
-1
/
+1
2022-07-23
ls-files: introduce "--format" option
ZheNing Hu
1
-0
/
+95
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
[next]