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
Describe the bug
I have a Zim notebook with years of commits that I edit and commit to on Android from MGit. When I add a short line or anything else, staging it takes secondes but committing this diff takes more than 3 minutes (pushing to my remote git repository afterwards is a matters of seconds).
To Reproduce
Steps to reproduce the behavior:
Edit a text file in an MGit managed repository (I believe with a lot of commits and/or big in size a few GigaBytes). My local Git clone is 2.24GB on the phone (I believe it includes the .git folder). But a lot of small commits. All ops are very fast on computer with git cli command.
Stage the file I edited in MGit
Commit the staged data with MGit menu item
It takes more than 3 minutes to shows up in the MGit commits list and as far as I know MGit refuses to do any other operation until this commit completes.
Expected behavior
Commit complète in ten seconds or less like with git console on Debian.
Smartphone (please complete the following information):
Device: Oppo Reno 4 Pro 5G
OS: Android 12
App Version 1.7.0 from F-Droid
Additional context
I have adb. Please tell me how to proceed if you need data I can acquire this way.
The text was updated successfully, but these errors were encountered:
Unfortunately I dont think anything can be done here due to the way JGit, the underlying library used in MGit works. Actually I'm surprised you were even able to clone such as a large repo to the restriction of JGit not using streaming to uncompress deltas during a clone/fetch.
Describe the bug
I have a Zim notebook with years of commits that I edit and commit to on Android from MGit. When I add a short line or anything else, staging it takes secondes but committing this diff takes more than 3 minutes (pushing to my remote git repository afterwards is a matters of seconds).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Commit complète in ten seconds or less like with git console on Debian.
Smartphone (please complete the following information):
Additional context
I have adb. Please tell me how to proceed if you need data I can acquire this way.
The text was updated successfully, but these errors were encountered: