How did you do to turn 200 commit into 14 ? I mean with git what was the process ?
Also congratulation for this gsoc !
How did you do to turn 200 commit into 14 ? I mean with git what was the process ?
Also congratulation for this gsoc !
It was a slow and manual process actually. I made a diff of my branch against master. Then I applied the diff as a patch to master. Using meld I removed changes until the only changes reflected a single feature. Then I committed. (I actually did this on a temporary branch off of master). Some features were easy to merge down to one commit, but something like syncing (which touches 20+ files) was more difficult. It took a few hours to get it down to 14 files.
The coding portion of the summer of code ended last week, but I felt like I should give one final report on the project.
This week I submitted my final report. The submission deadline is the 26th of August, and after that I wait for final review from my mentors. In the last week I:
ctrl+shift+click
to extend range selectIt’s been a great summer, thanks for the ideas, feedback, and encouragement everyone!