Few days ago (exactly 2010-03-16) was a first anniversary of my first contribution into EGit project. Here is my very simple first patch sent into EGit’s Gerrit. It only replaces some old type loops with for-each loop, this is how it starts … Then I implement a tagging dialog, after that Google Summer of Code… Continue reading
Posts Tagged → egit
Eclipse Community Awards 2011
This was a very successful day for EGit team and me at EclipseCon. Its starts from very successful tutorial on EGit by Chris Aniszczyk, Matthias Sohn, Shawn Pearce and Stefan Lay. I think that this was largest simultaneous EGit testing that we ever had ;). Some bugs ware found during this tutorial and we (as… Continue reading
Show non-workspace resources in Git Change Set
Synchronize view in EGit doesn’t show non-workspace files from its very beginning. This issue seams to be very complicated and also it seams to require lots of hacking on team framework and eclipse API. Few days ago Ilya Ivanov from Intland pushed into our gerrit a patch that should fix this issue. I was very surprised… Continue reading
EGit hackfest @ SAP Walldorf
Last week I spent in Walldorf (Germany) at EGit hackfest. I want to attend on all sessions therefore I’ve decided to go there day before and leave Walldorf day after event. Therefore I had some time that I can spent on short tours in Walldorf and Frankfurt. Here is a short summarization things that we… Continue reading
Rebase support in EGit
Thanks to Mathias Kinzler EGit have initial support for rebasing. Currently only the simple scenario is supported, when there are no conflicts between actual and given branch. Currently the only place from with rebase action can be launched is in Git Repositories view, the ‘Rebase’ option is available on each branch node for given repository…. Continue reading