I'm writing here some things I think needs fixing:
see http://gitorious.org/users/patcito for example on Wednesday April 30
on creating and deleting branches, it see this as a commit, shouldn't
we use a BRANCH for that? and maybe with a red background when deleted
and a green background when created?
Other thing:
about the new feeds, I don't think really like the way it appears on
my feed reader, I get for example:
Title:
krawek committed 09fa0937 to gitorious/mainline
item:
FIXED: order events desc Signed-off-by: David A. Cuadrado
so when I start my feed reader I get a list of userxyz committed
<obscure_commit_hash> in <branch_name> which is not very helpful, I
need to click on every event to see what they're about. I'd rather see
something like this:
<userxyz> added <cool feature> to <branch_name>
or
<userxyz> added <boring fix> to <branch_name>
what do you think?
I was checking the krawek comments branch and I was thinking about
automatically adding commit messages containing "@userxyz" to @userxyz
comments in his/her comments tab.
so if I do:
git commit -a -m "added specs for sessions controller, @johan please
check the spec for you custom action in sessions controller cause I
don't get it"
or
git commit -a -m "added specs for sessions controller, @johan openid
now have working specs so please merge my branch :)"
that could even automatically create a merge request.
that's just an idea, what do you think?