Derrick Stolee
Derrick Stolee
I was trying this on my system with multiple worktrees and got this error: ``` Mar 09 10:06:43.240 CRIT absorb failed, err: unsupported extension name extensions.worktreeconfig; class=Repository (6) ``` I...
The words "whitelist" and "blacklist" have cultural implications that are not inclusive. The words "allowlist" and "denylist" are self-descriptive without requiring cultural implications to understand the words in context. A...
### Version 2.4.1 ### Operating system macOS ### OS version or distribution (unknown at this time) ### Git hosting provider(s) Azure DevOps ### Other hosting provider (Plus GVFS Protocol) ###...
The `git-bundle-web-server` might be reading from a bundle list as it is being written by the `git-bundle-server` CLI. Avoid concurrency issues by using an equivalent to Git's `.lock` file mechanism:...
I was recently investigating Git repository size bloat and came across Beachball’s CHANGELOG.md files as contributing significantly to repository growth in some internal Javascript repositories. Inefficiencies in Git and Azure...
**Is your feature request related to a problem? Please describe.** There is a new feature in Azure Repos where a repository can [configure custom target branches](https://learn.microsoft.com/en-us/azure/devops/repos/git/pull-request-targets?view=azure-devops). When these branches are...