ZIm/crates/git/src
Cole Miller 8c780ba287
Fix branches with slashes in their names not being listed (#24809)
`refs/heads/*` doesn't match e.g. `refs/heads/cole/branch-with-slash`
(thanks fnmatch), but `refs/heads/**/*` does. This also works for
several levels of slash.

Release Notes:

- N/A
2025-02-13 15:32:23 +00:00
..
blame.rs Add an undo button to the git panel (#24593) 2025-02-12 15:57:08 -07:00
commit.rs windows: Set CREATE_NO_WINDOW for commands (#18447) 2024-11-20 16:52:38 -08:00
git.rs Add an undo button to the git panel (#24593) 2025-02-12 15:57:08 -07:00
hosting_provider.rs Add an undo button to the git panel (#24593) 2025-02-12 15:57:08 -07:00
remote.rs Detect wider variety of usernames for SSH-based remotes (#21508) 2024-12-05 15:23:37 -08:00
repository.rs Fix branches with slashes in their names not being listed (#24809) 2025-02-13 15:32:23 +00:00
status.rs Split conflicts into their own section (#24324) 2025-02-05 18:34:14 -07:00