Michael Seibt
Michael Seibt
Fixes #6236 ## Proposed changes - try to get more info if merge commit lacks "into" - use Environment.NewLine instead of `\n' ## Screenshots ### Before  ### After ...
Fixes #11413 Revives #11417, which we forgot to merge while waiting for a second approval ## Proposed changes @pmgiant needs to see git notes in a separate column of RevisionGridControl....
Fixes #10810 (Blindly) rebased variant of #10906 ## Proposed changes - FormBrowse: Allow to filter the recent repositories dropdown ## Known issue The dropdown closes when attempting to input some...
### Environment - GitExtensions version: HEAD - GIT version: 2.49.0 ### Issue description Without studying the git docs, I could not - search for a backslash - search for a...
## Proposed changes - `LaneInfoProvider`: Display the child commit (if the branch line ends in a single commit, i.e. not for merged graph lane) - `LaneNodeLocator`: Also return the `RevisionGraphRevision`...
### Feature description `GetAllChangedFilesOutputParser` modifies `GitItemStatus.Name` which requires an update of `.Path`, too (refer to #12687). We should consider setting the final `Name` (and `Path`) in the `GitItemStatus` ctor. ###...