You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When people try to add config options such as .ignored files bloom doesn't find them, if they have a more recent repository with main as the default. Legacy repositories work fine because they still default to master as the default branch.
It would be good to change this to detect and use the default branch in the repository and allow an override if there's a specific branch desired by the maintainer. The simpler solution would be to allow overriding it on the command line only.