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: gitx/gitx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.21
Choose a base ref
...
head repository: gitx/gitx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.22
Choose a head ref
  • 16 commits
  • 10 files changed
  • 5 contributors

Commits on Aug 9, 2022

  1. Add ability for a pre-release

    We just to name tag with 'beta' or 'alpha'
    hannesa2 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    659eb69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #325 from gitx/AbilityPreRelease

    Add ability for a pre-release
    hannesa2 authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    f7d354e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. enable gpg signing

    This is based on nanotech's patch here -- however using the '--gpg-sign' arg now seems to work.
    #32 (comment)
    
    This is not a complete pull request because adding the arg for gpg signing
    should only happen if one or maybe ALL of the following are true:
    
    - A "GPG Sign" GitX preference is set to true
    - A git [commit] setting in either a local or global .gitconfig includes: gpgsign = true
    - The directory ~/gnupg exists
    stepheneb committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    f2b2b4e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Merge pull request #326 from stepheneb/gpg-signing

    enable gpg signing
    hannesa2 authored Aug 14, 2022
    Configuration menu
    Copy the full SHA
    cf4280b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    945ea97 View commit details
    Browse the repository at this point in the history
  2. Consult the configuration whether to sign commits or not

    This adds a config check for commit.gpgSign and changes the returned
    error to at least point the user at the underlying issue.
    tiennou committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    fa3a1f2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #327 from tiennou/fix/improve-gpg-signing

    Consult the configuration whether to sign commits or not
    tiennou authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    31a04a9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #328 from tiennou/feature/double-click-checkout

    Wire double-clicks on refnames in commit list to checkout
    tiennou authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    21fbc49 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Remove an outdated discussion

    The discussion was closed 5 years ago. !
    hannesa2 committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    bfa0dd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Merge pull request #329 from gitx/RemoveOutdatedDiscussion

    Remove an outdated discussion in README
    hannesa2 authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    3b3961a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

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

Commits on Sep 1, 2022

  1. Merge pull request #331 from gitx/BumpSparkle

    Bump Sparkle 2.2.2 focus improvements
    hannesa2 authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    c1a8608 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Adding notarization steps to the CI pipeline

    Changes include:
    - Hardened Runtime entitlement has been added to all targets
    - BuildPR workflow has been updated to include step to keychain prep with certificate and provisioning profile, archive, export, and notarize the resulting binary.
    insha committed Sep 16, 2022
    1 Configuration menu
    Copy the full SHA
    726339f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Check notarization

    hannesa2 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    ef79590 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #334 from gitx/feature/Apple-Notary-Submission

    Notarizate the GitX app
    hannesa2 authored Sep 18, 2022
    Configuration menu
    Copy the full SHA
    7cc0658 View commit details
    Browse the repository at this point in the history
  3. Notarize release

    hannesa2 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    e27659d View commit details
    Browse the repository at this point in the history
Loading