Ilya Zinoviev
Ilya Zinoviev
@klikh Here is a fix for problem with packed-refs. For now there is only a problem with drawing of Branch view (ctrl+V->7) It correctly says that master is a current...
I didn't manage to reopen old PR. Either I am github newbie, or github thinks that reopening merged PR is strange, or both of them. So I created a new...
Regarding usecases, as I understand there are quite few symlink usecases: - List of branches - Checkout symlink - Understand current branch - _Create, update, delete symlinks_ (out of scope...
Well... we have quite a long names of branches. I want to have alias `stable` for stable branch =) Actually IntelliJ's branch view solves this problem, but I perform `checkout`...
Yes, I'll probably try to do something about this > Just in reverse order: "stable (master)". IMHO it would be weird to see "Current branch: master" after checking out "stable",...
@klikh Here is a draft of fix. Please, have a look at this. Current branch is written as 'ilzi(master)', symbolic-refs in list of branches point at actual remote. Push is...
Seems to be caused by this PR: https://github.com/testcontainers/testcontainers-java/pull/7714