Gitnuro/src/main/kotlin/com/jetpackduba/gitnuro/exceptions
Abdelilah El Aissaoui d6e5e22aa0
Fixed fetch command not fetching every remote if one of them has failed.
Also removed a weird 4s delay that was left previously, probably due to some old dev code
2023-06-03 15:34:59 +02:00
..
FetchException.kt Fixed fetch command not fetching every remote if one of them has failed. 2023-06-03 15:34:59 +02:00
GitnuroException.kt Moved classes to match the package name 2022-09-28 01:56:21 +02:00
InvalidDirectoryException.kt Moved classes to match the package name 2022-09-28 01:56:21 +02:00
InvalidMessageException.kt Moved classes to match the package name 2022-09-28 01:56:21 +02:00
InvalidRemoteUrlException.kt Moved classes to match the package name 2022-09-28 01:56:21 +02:00
MissingDiffEntryException.kt Moved classes to match the package name 2022-09-28 01:56:21 +02:00
NotSupportedHelper.kt Added support for external git credentials helper [BETA] 2022-10-08 19:43:23 +02:00
RebaseCancelledException.kt Moved classes to match the package name 2022-09-28 01:56:21 +02:00
RevertCommitException.kt Added error message when revert commit or start rebase interactive have failed 2022-10-27 20:19:50 +02:00
UncommitedChangesDetectedException.kt Moved classes to match the package name 2022-09-28 01:56:21 +02:00