Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sourcegit-scm/sourcegit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sourcegit-scm/sourcegit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/avalonia-12
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 90 files changed
  • 2 contributors

Commits on Apr 20, 2026

  1. Configuration menu
    Copy the full SHA
    bf4c05b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3176bcc View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. fix: crashes when trying to close a repository with a action that is …

    …still running (#2289)
    
    - It's not necessary to implement `IDisposable` interface for class that only contains managed resources
    - Do not clear fields of `Repository` and let system GC handle it
    
    Signed-off-by: leo <[email protected]>
    love-linger committed Apr 21, 2026
    Configuration menu
    Copy the full SHA
    c1d08e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cace869 View commit details
    Browse the repository at this point in the history
  3. feature: supports to disable specific remote from auto-fetch (#2285)

    Add `Enable Auto-Fetch` context menu entry to select remote. This menu item only visible
    when you have enable `Fetch remotes automatically` feature in `Preferences` dialog.
    
    Signed-off-by: leo <[email protected]>
    love-linger committed Apr 21, 2026
    Configuration menu
    Copy the full SHA
    0ae49c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7744a82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48c2c50 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2026

  1. ux: make About dialog size to content (#2292)

    Signed-off-by: leo <[email protected]>
    love-linger committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    0b10709 View commit details
    Browse the repository at this point in the history
  2. project: upgrade AvaloniaUI to 12.0.0

    Signed-off-by: leo <[email protected]>
    love-linger committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    ec70f49 View commit details
    Browse the repository at this point in the history
Loading