I have been using gitk for years. Today I noticed that there are a bunch of new refs in my repo. See screenshot below.
The ref is prefetch/remotes/origin/<branch>
, and there is one like this for every branch.
- What are these?
- Why are they only showing up now?
- How do I get rid of them?
I have been using gitk for years. Today I noticed that there are a bunch of new refs in my repo. See screenshot below.
The ref is prefetch/remotes/origin/<branch>
, and there is one like this for every branch.
- What are these?
- Why are they only showing up now?
- How do I get rid of them?
1 Answer
Reset to default 0They are refs used internally by Git since version 2.42 that exist to optimize performance.
Git was updated on the remote.
Unsatisfying answer, but you can't.
grep -E "installed.*gitk" /var/log/dpkg.log
, the last time gitk was touched was over 2 years ago, so it's not a recent gitk update that caused this. – nullromo Commented Mar 12 at 23:30