Postings by Mathias in February 2009
Reviewing Patches
One of the new Giggle features I am most proud of is the new patch view, which only shows one chunk at a time and let's you navigate between chunks using the file list, toolbar buttons or hotkeys (Alt+Up, Alt+Down). At the same time it also is the most criticised feature of the new Giggle. So I wonder how to improve that view.
<img alt="Giggle Diff View" src="http://taschenorakel.de/media/movies/giggle-diff-view.jpg" ...
Bin schon groß, kann das alleine
Marc-André just figured out how to use a spoon for eating noodle mash. Everytime his spoon successfully reaches his mouth, he looks at me proudly with a bold smile. Too bad that he is a tech geek already and would completely lose focus when seeing a camera.
And caution! Don't even think about helping him with guiding the spoon ...
Publishing a single git branch
Scott, your blog seems to be down. Therefore this way:
# create target repository
GIT_DIR=/tmp/stuff git init --bare
# tell git about that new repository
git remote add stuff /tmp/stuff
# publish your branch
...
Giggle 0.4.90
Lennart just poked me if it isn't about time to make a Giggle release. There are more than 248 commits since the last release, seems he is right.
Code, wiki and bug tracker have been moved from Immendio to github, live.gnome.org and bugzilla.gnome.org.
What has changed since 0.4? Quite alot. Most important changes are those:
- The user interface has been cleaned up dramatically.
- ...