2025.20
·
46 commits
to master
since this release
What's Changed
- Now
SourceGit
requires git >=2.25.1
- Allows to reset author when
--amend
is enabled for committing - Fix the issue that we can't see the diff contents for staged new file in stashes
- Fix the issue that fails to checkout branch with
Discard
option enabled for local changes due to arguments order. - Show conflict status reason in unstaged list and conflict details view.
- Use
git restore
instead ofgit reset
to unstage local changes. - Fix the issue that using
theirs/mine
did not work for deleted (by them/us) file. - When counting commits in
Statistics
, if the authors have the same e-mail address, the commits are considered to be from the same person. - Fix the issue that
SourceGit
will not open new repo in tab when using relative path such as.
in commandline. - Several other UI/UX changes.
Full Changelog: v2025.19...v2025.20