You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixed error in LibGit2.merge! when a branch does not have a remote (#15937)
* fixed merge error when branch does not have remote
fixed error in an exception message creation when exception isn't GitError
(Found it while looked at #14616)
testing LibGit2.merge! exceptions
removed changes in original message
fixed #13991, rethrowing uknown errors
defer exceptions until update end
moved statement to avoid contamination of backtrace
* fixed similar error in `rebase!`, fixed typos
* Separate internal API and Pkg UI commands by using `PkgError`
`PkgError` becomes an information error that would keep underlying exceptions
`CapturedException` should have supertype `Exception`
* Put off `Cache.prefetch` exceptions in `Pkg.update`
* enable `fetch` exceptions, nice `PkgError` output
* fix possible undefined behavior (ref pull/14146)
* fixed indentations
0 commit comments