index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
ls-tree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
object-name: free leaking object contexts
Patrick Steinhardt
2024-06-11
1
-1
/
+2
*
Merge branch 'rs/strbuf-expand-bad-format'
Junio C Hamano
2024-04-03
1
-9
/
+1
|
\
|
*
factor out strbuf_expand_bad_format()
René Scharfe
2024-03-25
1
-9
/
+1
*
|
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
builtin/ls-tree: let the oid determine the output algorithm
Eric W. Biederman
2023-10-02
1
-1
/
+4
*
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-2
/
+0
*
|
ls-tree: mark unused parameter in callback
Jeff King
2023-08-30
1
-1
/
+2
|
/
*
ls-tree: fix --no-full-name
René Scharfe
2023-07-18
1
-4
/
+3
*
ls-tree: simplify prefix handling
René Scharfe
2023-07-07
1
-14
/
+10
*
Merge branch 'rs/strbuf-expand-step'
Junio C Hamano
2023-07-06
1
-66
/
+41
|
\
|
*
strbuf: simplify strbuf_expand_literal_cb()
René Scharfe
2023-06-18
1
-1
/
+1
|
*
replace strbuf_expand() with strbuf_expand_step()
René Scharfe
2023-06-18
1
-66
/
+41
*
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-2
/
+1
|
/
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-4
/
+5
|
\
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-4
/
+5
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
Merge branch 'rs/ls-tree-path-expansion-fix'
Junio C Hamano
2023-01-23
1
-7
/
+4
|
\
|
*
ls-tree: remove dead store and strbuf for quote_c_style()
René Scharfe
2023-01-15
1
-5
/
+2
|
*
ls-tree: fix expansion of repeated %(path)
René Scharfe
2023-01-15
1
-3
/
+3
*
|
ls-tree: cleanup the redundant SPACE
Teng Long
2023-01-14
1
-1
/
+1
*
|
ls-tree: make "line_termination" less generic
Ævar Arnfjörð Bjarmason
2023-01-14
1
-14
/
+44
*
|
ls-tree: fold "show_tree_data" into "cb" struct
Ævar Arnfjörð Bjarmason
2023-01-14
1
-13
/
+5
*
|
ls-tree: use a "struct options"
Ævar Arnfjörð Bjarmason
2023-01-14
1
-87
/
+116
*
|
ls-tree: don't use "show_tree_data" for "fast" callbacks
Ævar Arnfjörð Bjarmason
2023-01-14
1
-26
/
+18
*
|
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-5
/
+5
*
|
mark unused read_tree_recursive() callback parameters
Jeff King
2022-08-19
1
-5
/
+8
*
|
Merge branch 'tl/ls-tree-oid-only'
Junio C Hamano
2022-04-07
1
-1
/
+1
|
\
\
|
*
|
ls-tree: `-l` should not imply recursive listing
Josh Steadmon
2022-04-06
1
-1
/
+1
*
|
|
Merge branch 'tl/ls-tree-oid-only'
Junio C Hamano
2022-04-04
1
-61
/
+305
|
\
|
|
|
*
|
ls-tree: split up "fast path" callbacks
Ævar Arnfjörð Bjarmason
2022-03-23
1
-74
/
+125
|
*
|
ls-tree: detect and error on --name-only --name-status
Ævar Arnfjörð Bjarmason
2022-03-23
1
-1
/
+10
|
*
|
ls-tree: support --object-only option for "git-ls-tree"
Teng Long
2022-03-23
1
-1
/
+12
|
|
/
|
*
ls-tree: introduce "--format" option
Ævar Arnfjörð Bjarmason
2022-03-23
1
-3
/
+150
|
*
ls-tree: introduce struct "show_tree_data"
Ævar Arnfjörð Bjarmason
2022-03-23
1
-15
/
+27
|
*
ls-tree: slightly refactor `show_tree()`
Teng Long
2022-03-23
1
-37
/
+61
|
*
ls-tree: fix "--name-only" and "--long" combined use bug
Teng Long
2022-03-23
1
-6
/
+6
|
*
ls-tree: simplify nesting if/else logic in "show_tree()"
Teng Long
2022-03-23
1
-12
/
+9
|
*
ls-tree: rename "retval" to "recurse" in "show_tree()"
Teng Long
2022-03-23
1
-4
/
+4
|
*
ls-tree: use "size_t", not "int" for "struct strbuf"'s "len"
Ævar Arnfjörð Bjarmason
2022-03-23
1
-3
/
+3
|
*
ls-tree: use "enum object_type", not {blob,tree,commit}_type
Ævar Arnfjörð Bjarmason
2022-03-23
1
-6
/
+6
|
*
ls-tree: add missing braces to "else" arms
Ævar Arnfjörð Bjarmason
2022-03-23
1
-2
/
+4
|
*
ls-tree: remove commented-out code
Ævar Arnfjörð Bjarmason
2022-03-23
1
-9
/
+0
*
|
built-ins: trust the "prefix" from run_builtin()
Ævar Arnfjörð Bjarmason
2022-02-16
1
-1
/
+1
|
/
*
tree.h API: simplify read_tree_recursive() signature
Ævar Arnfjörð Bjarmason
2021-03-21
1
-3
/
+3
*
Merge branch 'nd/attr-pathspec-in-tree-walk'
Junio C Hamano
2019-01-15
1
-1
/
+2
|
\
|
*
tree.c: make read_tree*() take 'struct repository *'
Nguyễn Thái Ngọc Duy
2018-11-19
1
-1
/
+2
[next]