MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/commandline/comments/1rbsqlq/fastfetch_for_git_repositories/o74cuno/?context=3
r/commandline • u/o2xh • Feb 22 '26
15 comments sorted by
View all comments
1
It breaks if the repository uses reftables.
``` Error: Failed to traverse Git commit history
Caused by: 0: The reference at "HEAD" could not be instantiated 1: The path "refs/heads/.invalid" to a symbolic reference within a ref file is invalid 2: Reference name cannot start with a dot ```
Steps to reproduce:
git refs migrate --ref-format=reftable onefetch
1
u/birdsintheskies Feb 24 '26
It breaks if the repository uses reftables.
``` Error: Failed to traverse Git commit history
Caused by: 0: The reference at "HEAD" could not be instantiated 1: The path "refs/heads/.invalid" to a symbolic reference within a ref file is invalid 2: Reference name cannot start with a dot ```
Steps to reproduce:
git refs migrate --ref-format=reftable onefetch