Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-08-30ls-tree: mark unused parameter in callbackJeff King
2023-07-18ls-tree: fix --no-full-nameRené Scharfe
2023-07-07ls-tree: simplify prefix handlingRené Scharfe
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-18strbuf: simplify strbuf_expand_literal_cb()René Scharfe
2023-06-18replace strbuf_expand() with strbuf_expand_step()René Scharfe
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-01-24Merge branch 'rs/ls-tree-path-expansion-fix'Junio C Hamano
2023-01-15ls-tree: remove dead store and strbuf for quote_c_style()René Scharfe
2023-01-15ls-tree: fix expansion of repeated %(path)René Scharfe
2023-01-14ls-tree: cleanup the redundant SPACETeng Long
2023-01-14ls-tree: make "line_termination" less genericÆvar Arnfjörð Bjarmason
2023-01-14ls-tree: fold "show_tree_data" into "cb" structÆvar Arnfjörð Bjarmason
2023-01-14ls-tree: use a "struct options"Ævar Arnfjörð Bjarmason
2023-01-14ls-tree: don't use "show_tree_data" for "fast" callbacksÆvar Arnfjörð Bjarmason
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19mark unused read_tree_recursive() callback parametersJeff King
2022-04-07Merge branch 'tl/ls-tree-oid-only'Junio C Hamano
2022-04-06ls-tree: `-l` should not imply recursive listingJosh Steadmon
2022-04-04Merge branch 'tl/ls-tree-oid-only'Junio C Hamano
2022-03-23ls-tree: split up "fast path" callbacksÆvar Arnfjörð Bjarmason
2022-03-23ls-tree: detect and error on --name-only --name-statusÆvar Arnfjörð Bjarmason
2022-03-23ls-tree: introduce "--format" optionÆvar Arnfjörð Bjarmason
2022-03-23ls-tree: support --object-only option for "git-ls-tree"Teng Long
2022-03-23ls-tree: introduce struct "show_tree_data"Ævar Arnfjörð Bjarmason
2022-03-23ls-tree: slightly refactor `show_tree()`Teng Long
2022-03-23ls-tree: fix "--name-only" and "--long" combined use bugTeng Long
2022-03-23ls-tree: simplify nesting if/else logic in "show_tree()"Teng Long
2022-03-23ls-tree: rename "retval" to "recurse" in "show_tree()"Teng Long
2022-03-23ls-tree: use "size_t", not "int" for "struct strbuf"'s "len"Ævar Arnfjörð Bjarmason
2022-03-23ls-tree: use "enum object_type", not {blob,tree,commit}_typeÆvar Arnfjörð Bjarmason
2022-03-23ls-tree: add missing braces to "else" armsÆvar Arnfjörð Bjarmason
2022-03-23ls-tree: remove commented-out codeÆvar Arnfjörð Bjarmason
2022-02-16built-ins: trust the "prefix" from run_builtin()Ævar Arnfjörð Bjarmason
2021-03-21tree.h API: simplify read_tree_recursive() signatureÆvar Arnfjörð Bjarmason
2019-01-15Merge branch 'nd/attr-pathspec-in-tree-walk'Junio C Hamano
2018-11-19tree.c: make read_tree*() take 'struct repository *'Nguyễn Thái Ngọc Duy
2018-11-12Upcast size_t variables to uintmax_t when printingTorsten Bögershausen
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson