sourcegit/src
Dmitrij D. Czarkoff cc5bb5f6d4
Show the list of children in the commit details (#710)
* feature: add children list to the commit base info view

Useful for navigation between the commits.

* feature: use repository filters to limit children search
* feature: execute children search asynchronously
* feature: respect global commit limit for a good measure
* fix: input lines may contain several commits

The first commit is always the immediate child, so take only 40 initial characters of the line

* fix: hide children behind the preference
* feature: make parents and children scrollable
2024-11-20 09:17:36 +08:00
..
Commands Show the list of children in the commit details (#710) 2024-11-20 09:17:36 +08:00
Converters code_style: run dotnet format 2024-11-14 21:15:40 +08:00
Models enhance: introduce template engine for commit templates (#704) (#719) 2024-11-19 19:46:44 +08:00
Native feature: add context menu for issue link in commit details panel (#651) 2024-11-04 15:31:55 +08:00
Resources Show the list of children in the commit details (#710) 2024-11-20 09:17:36 +08:00
ViewModels Show the list of children in the commit details (#710) 2024-11-20 09:17:36 +08:00
Views Show the list of children in the commit details (#710) 2024-11-20 09:17:36 +08:00
App.axaml localization: added es_ES.axaml (#623) 2024-10-30 09:43:10 +08:00
App.axaml.cs fix: git rebase --continue fail (#693) 2024-11-14 19:19:58 +08:00
App.Commands.cs code_style: simplify static commands used by styles and main menu; run dotnet format 2024-09-02 20:27:12 +08:00
App.ico project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
App.JsonCodeGen.cs feature: simple implementation for generating commit message by OpenAI (#456) 2024-09-12 09:42:47 +08:00
App.manifest project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
SourceGit.csproj project: upgrade to .NET 9 (#694) 2024-11-16 16:06:30 +08:00