Roberto Tyley
Roberto Tyley
Just had a 2nd user report this, will get it fixed ASAP.
Are you able to give me the url of the repository? A half gigabyte repo is pretty large... Agit does use various streaming strategies to deal with large objects, but...
This behaviour should be improved with Agit v1.34 and e42190e0 - the notification is now correctly updated to display the error, and can be cleared. I've started a few notes...
Thanks for the poke :-) I'm in the middle of a difficult refactoring at the moment but yeah, I'll try to get a fix for this issue out with the...
A great feature, unfortunately this is blocked because the JGit library does not currently support shallow-clones (specifically on the client-side, as it _does_ support shallow-clones when running as a server)....
Hi @boryn - I'm assuming you mean the 'pop-up' password prompt that occurs when you're accessing a Git repo via SSH using password-authentication. I'm doing a bit of work on...
Hi @cshorler - you're right, the dev experience for Agit on Eclipse isn't great (which is why I use Intellij IDEA for Agit - works with the free edition: https://github.com/rtyley/agit/wiki/Building-Agit...
## Proguard seems to get run regardless of the profile in-use This isn't exactly intentional, but it does have one benefit: on my laptop, the following command: ``` agit-parent/agit$ mvn...
Hi @cshorier - memory issues are obviously a big problem on constrained systems like Android devices - as you can see from my later comment on that JGit bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=312868#c4...
Hi Markus, I've added some build instructions here: https://github.com/rtyley/agit/wiki/Building-Agit You'll need to use Maven, either from the command-line or with your IDE, to get all of Agit's dependencies. Let me...