-
-
-
## The problem...
For us git worktree users, it would be nice if we could disable specfic git modules (ie. `git_status` and `git_branch`) when:
1. We're at the top level of a bare repo.
2. And …
-
At the moment it seems to me we are only able to get the Git status output like we'd be calling `git status --porcelain`.
I was looking for a way to get porcelain v2 instead (for parsing reason), …
-
The existing Readme.md file contains commands for cloning the projects to the users' local system. I would like to contribute by adding commands for branching, committing changes as well as push the c…
-
A common thing for me to do is clean up git state after a git status. Here's an example:
![Image](https://github.com/user-attachments/assets/ba671f1e-c2bc-48dd-a59d-e56d61fb0e82)
I'll often run `rm …
-
-
-
In the presence of a `.gitignore` rule like `*` or `/*`, the `git_status` functions (with default options), will list top-level ignored *directories* (e.g. `foo/` shows as `IGNORED`), but will not lis…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I disabled all git related features, following
- https://github.com/zed-industries/zed/iss…