Download raw body.
got ref -l tags?
I can briefly list the tags in a repository with $ got ref -l refs/tags Can I drop the "refs/"? What is supposed to happen for $ got ref -l tags ? "If name is a reference namespace, list all references in this namespace." *scratches head* So the two command above are equivalent? Because in the FreeBSD src.git, they are not: $ got ref -l refs/tags | wc -l 3446 $ got ref -l tags | wc -l 27 Is that a bug or do I misunderstand the intended behavior? -- Christian "naddy" Weisgerber naddy@mips.inka.de
got ref -l tags?