Gitnuro/src/main/kotlin/app/git
2022-06-11 13:37:09 +02:00
..
diff Fixed hunk stage on files with a single line without lineDelimiter 2022-04-07 23:06:20 +02:00
graph Fixed crash when creating the graph if the repo contains tags that point to blobs 2022-04-11 04:27:25 +02:00
BranchesManager.kt Reformated project's code 2022-02-21 01:49:14 +01:00
DiffEntryType.kt Refactored status to improve its performance and removed diff update handling 2022-04-06 19:39:06 +02:00
DiffManager.kt Fixed diff on index files when a repository is empty 2022-04-07 19:19:21 +02:00
FileChangesWatcher.kt Improved logging 2022-06-11 12:58:55 +02:00
LogManager.kt Improved logging 2022-06-11 12:58:55 +02:00
MergeManager.kt Added exception throwing when rebase/merge failed due to uncommited changes 2022-04-08 21:43:47 +02:00
RawFileManager.kt Reformated project's code 2022-02-21 01:49:14 +01:00
RebaseManager.kt Rebase interactive is aborted when something fails during the process 2022-05-27 15:52:16 +02:00
RemoteOperationsManager.kt Added clone progress and changed clone button to PrimaryButton 2022-04-03 19:43:54 +02:00
RemotesManager.kt Added basic remotes management 2022-02-17 19:24:36 +01:00
RepositoryManager.kt Implemented basic local git init 2022-04-01 05:42:44 +02:00
StashManager.kt Added option to stash with a custom message 2022-06-07 20:08:21 +02:00
StatusManager.kt Fixed stage all when there are removed files 2022-06-06 01:41:41 +02:00
SubmodulesManager.kt Filtered out uninitialized submodules from git diff 2022-03-31 22:09:59 +02:00
TabState.kt Added delayed state change to processing state 2022-06-11 13:37:09 +02:00
TagsManager.kt Fixed project's formatting 2022-02-02 00:26:46 +01:00
TaskEvent.kt Reimplemented rebase interactive as a part of the tab instead of a dialog 2022-05-22 00:47:36 +02:00