Gitnuro/src/main/kotlin/com/jetpackduba/gitnuro/exceptions
2023-12-11 19:41:34 +01: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
UncommittedChangesDetectedException.kt Adapted code to latest kotlin features & fixed typos 2023-12-11 19:41:34 +01:00