sourcegit/src/Git
2020-12-31 16:34:52 +08:00
..
Blame.cs feature<*>: use DataGrid instead of RichTextBox to improve performance 2020-11-24 17:14:44 +08:00
Branch.cs feature<Dashboard>: add context menu "Tracking" to change upstream of selected local branch 2020-11-04 11:54:09 +08:00
Change.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Commit.cs optimize<Commit>: use binary search to find first ancestor of current HEAD when HEAD is filtered out 2020-12-17 13:12:52 +08:00
Decorator.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Diff.cs optimize<DiffViewer>: ignore "No new line at end of file" in diff outputs; add IsContent and IsDifference methods for ChangeBlock 2020-11-27 12:45:30 +08:00
LFS.cs feature(LFS): LFS diff and preview support 2020-09-25 16:30:28 +08:00
MergeTool.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Remote.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Repository.cs update<project>: downgrade .NET to 4.6; using Newtonsoft.JSON instead of System.Text.Json; using ILRepack to publish single executable file 2020-12-31 16:34:52 +08:00
Stash.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Tag.cs fix<Dashboard>: update filters for commits when branch changed or tag deleted 2020-09-29 10:53:49 +08:00
User.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Version.cs update<project>: downgrade .NET to 4.6; using Newtonsoft.JSON instead of System.Text.Json; using ILRepack to publish single executable file 2020-12-31 16:34:52 +08:00