sourcegit/src
leo 29ce95e81e
enhance: new regex for tag name (#290)
* `(?!\.)` should not starts with `.`
* `(?!/)` should not starts with `/`
* `(?!.*\.$)` should not end with `.`
* `(?!.*/$)` should not end with '/`
* `(?!.*\.\.)` should not contains `..`
2024-07-29 14:38:09 +08:00
..
Commands refactor: update submodule (#287) 2024-07-26 18:49:07 +08:00
Converters code_style: remove unused converters 2024-07-25 15:33:41 +08:00
Models fix: when base is current worktree, the diff content of selected change is wrong 2024-07-27 21:35:57 +08:00
Native code_style: remove all IDE warnings 2024-07-15 00:30:31 +08:00
Resources code_review: PR (#288) 2024-07-27 20:35:19 +08:00
ViewModels enhance: new regex for tag name (#290) 2024-07-29 14:38:09 +08:00
Views ux: DataGrid header style in histories page 2024-07-28 11:10:43 +08:00
App.axaml refactor: remove dependency on Avalonia.Controls.TreeDataGrid 2024-07-12 17:14:52 +08:00
App.axaml.cs refactor: remove unnecessary memebers 2024-07-24 14:32:27 +08:00
App.ico project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
App.JsonCodeGen.cs code_style: move SourceGit.ViewModels.RepositorySettings to SourceGit.Models.RepositorySettings 2024-07-23 14:52:25 +08:00
App.manifest project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
SourceGit.csproj fix: when base is current worktree, the diff content of selected change is wrong 2024-07-27 21:35:57 +08:00