You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"git ls-tree" learns "--oid-only" option, similar to "--name-only",
and more generalized "--format" option.
source: <[email protected]>
* tl/ls-tree-oid-only:
cocci: allow padding with `strbuf_addf()`
ls-tree.c: introduce "--format" option
ls-tree.c: introduce struct "show_tree_data"
ls-tree.c: support --object-only option for "git-ls-tree"
ls-tree: optimize naming and handling of "return" in show_tree()
ls-tree: use "size_t", not "int" for "struct strbuf"'s "len"
ls-tree: use "enum object_type", not {blob,tree,commit}_type
ls-tree: add missing braces to "else" arms
ls-tree: remove commented-out code
0 commit comments