Hi!
And week has passed so quickly! So here's what I have been up to:
1. Infobar feature for Gitg
- It was accepted and pushed to master. [1]
- Next iteration of this patch will be to use GtkRevealer.
2. Redirecting all currently silent errors (and those that get pushed to stdout) to the new Infobar.
-
Currently there is discussion going on how best to implement the
infobar in Gitg so we can use it not just to display errors in Dash View
but also probably for showing info in History View too.
[2]
3. Other tasks:
3.1 I am porting jquery in Gitg to version 2.x
3.2 I will write a function that prints to stdout by how many commits is the currently viewed branch ahead of master?
4. Format-patch
There
are two functions available in libgit2 API [3][4] that are of interest
to this feature but they are not binded in libgit2-glib. Since I haven't
done bindings before, this week I will be binding those functions in
libgit2-glib's ggit-diff.c file.