-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: git-up/GitUp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: git-up/GitUp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 222 files changed
- 2 contributors
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b25022 - Browse repository at this point
Copy the full SHA 2b25022View commit details
Commits on Apr 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8977eab - Browse repository at this point
Copy the full SHA 8977eabView commit details
Commits on Apr 22, 2024
-
Move the contents of
_didBecomeActive
into a main queue async dispa……tch (#993) So `NSApplicationDidBecomeActiveNotification` isn't blocked so command-tabbing into GitUp isn't delayed because we're refreshing all the repositories synchronously. The work will still be done on the main thread, but it will now be less likely to be noticed (especially with Stage Manager activated, the reload will probably be done by the time the Stage Manager animation is done)
Configuration menu - View commit details
-
Copy full SHA for db2e97f - Browse repository at this point
Copy the full SHA db2e97fView commit details
Commits on Apr 23, 2024
-
Specify
initial_head
when initializing a repository for tests so th……e global git config doesn't make it fail (#988)
Configuration menu - View commit details
-
Copy full SHA for aabbc8a - Browse repository at this point
Copy the full SHA aabbc8aView commit details
Commits on Jun 29, 2024
-
Create a test for
rebaseBranch
(with a basic conflict) (#989)* Create `rebaseBranch` tests and move `resolveConflictsWithResolver` method into GCLiveRepository category * Reorganize rebase tests to include a simple rebase, one with conflict and one with multiple commits and conflicts (the last one fails with the current version) * Add GCLiveRepository+Conflicts.m to the iOS GitUpKit target * Fix release compilation by making GCLiveRepository+Conflicts.h public
Configuration menu - View commit details
-
Copy full SHA for 498bf96 - Browse repository at this point
Copy the full SHA 498bf96View commit details -
Add and implement
kGCCheckoutOption_RemoveUntrackedFiles
(#990)...to fix issue where untracked files are left behind after forceCheckoutHEAD is called during a rebase
Configuration menu - View commit details
-
Copy full SHA for 795843e - Browse repository at this point
Copy the full SHA 795843eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a1da7 - Browse repository at this point
Copy the full SHA b7a1da7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cae310 - Browse repository at this point
Copy the full SHA 9cae310View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0945e1 - Browse repository at this point
Copy the full SHA a0945e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08bab3e - Browse repository at this point
Copy the full SHA 08bab3eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.4.0...v1.4.1