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: v2026.16
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: v2026.17
Choose a head ref
  • 13 commits
  • 13 files changed
  • 4 contributors

Commits on Jul 27, 2026

  1. Configuration menu
    Copy the full SHA
    02598ff View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2026

  1. fix: crash due to name of pipeline too long (#2576)

    Signed-off-by: leo <longshuang@msn.cn>
    love-linger committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    a036d65 View commit details
    Browse the repository at this point in the history
  2. fix(add-worktree): exclude current branch and branches with existing …

    …worktree (#2581)
    
    Signed-off-by: weiningwei <weiningwei09@gmail.com>
    weiningwei authored Jul 30, 2026
    Configuration menu
    Copy the full SHA
    edcf914 View commit details
    Browse the repository at this point in the history
  3. docs: Update README.md with new linux instructions (#2577)

    Signed-off-by: LiarOnce <liaronce@hotmail.com>
    Mark Shi authored Jul 30, 2026
    Configuration menu
    Copy the full SHA
    467d550 View commit details
    Browse the repository at this point in the history
  4. refactor: use --rebase=false when pulling with `Use rebase instead …

    …of merge` unchecked (#2582)
    
    Signed-off-by: leo <longshuang@msn.cn>
    love-linger committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    d907a7a View commit details
    Browse the repository at this point in the history
  5. feature: change the FontFamily of commit message editor to monospac…

    …e font and show column guide length indicator (80 chars) (#2586) (#2587)
    
    Signed-off-by: leo <longshuang@msn.cn>
    love-linger committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    3a2a4e0 View commit details
    Browse the repository at this point in the history
  6. ux: keep the FontFamily of placeholder in commit message editor to …

    …default
    
    Signed-off-by: leo <longshuang@msn.cn>
    love-linger committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    d3ff51b View commit details
    Browse the repository at this point in the history
  7. feature: allow adding remotes without fetching tags (#2580)

    Signed-off-by: leo <longshuang@msn.cn>
    love-linger committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    750c5fd View commit details
    Browse the repository at this point in the history
  8. enhance: disable textconv when trying to test conflict file state (#…

    …2566)
    
    Signed-off-by: leo <longshuang@msn.cn>
    love-linger committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    4b4c22f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2026

  1. fix: build folder path from Backend.Path and silence null-revision bi…

    …ndings in revision file tree (#2595)
    
    - RevisionFileTreeView.SetSearchResultAsync: concatenate Backend.Path
      instead of stringifying the Backend Object, whose default ToString()
      leaked "SourceGit.Models.Object/" into child node paths and corrupted
      the DirHistories window title.
    
    - RevisionFiles / Blame: add FallbackValue={x:Null} to Commit.SHA /
      Revision.SHA. These commits are loaded asynchronously and are null
      when the view first binds, which logged "Value is null" binding errors.
    gadfly3173 authored Jul 31, 2026
    Configuration menu
    Copy the full SHA
    24fa13f View commit details
    Browse the repository at this point in the history
  2. code_review: PR #2595

    Use `ContentControl.DataTemplates` instead of `FallbackValue` when the child
    control does not need to access the parent's DataContext
    
    Signed-off-by: leo <longshuang@msn.cn>
    love-linger committed Jul 31, 2026
    Configuration menu
    Copy the full SHA
    975be03 View commit details
    Browse the repository at this point in the history
  3. version: Release 2026.17

    Signed-off-by: leo <longshuang@msn.cn>
    love-linger committed Jul 31, 2026
    Configuration menu
    Copy the full SHA
    342ccbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f68b9c View commit details
    Browse the repository at this point in the history
Loading