Gitnuro/src/main/kotlin/app/git
2022-04-16 04:52:53 +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 File watcher now also watched new added directories 2022-03-03 20:00:34 +01:00
LogManager.kt Fixed graph size not being recalculated after changing uncommited changes status 2022-04-07 22:44:34 +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 Implemented reword on rebase interactive 2022-04-16 04:52:53 +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 Implemented context menu for stash operations 2022-02-06 22:57:46 +01:00
StatusManager.kt Fixed hunk stage on files with a single line without lineDelimiter 2022-04-07 23:06:20 +02:00
SubmodulesManager.kt Filtered out uninitialized submodules from git diff 2022-03-31 22:09:59 +02:00
TabState.kt Added first version of interactive rebase 2022-04-09 23:10:08 +02:00
TagsManager.kt Fixed project's formatting 2022-02-02 00:26:46 +01:00