public
Description: Gitorious aims to provide a great way of doing distributed opensource code collaboration.
Homepage: http://gitorious.org/projects/gitorious
Clone URL: git://github.com/dysinger/gitorious.git
Always show the author in the commit infobox, just for consistencys sake

also updated the TODO
js (author)
Sat Apr 12 08:43:15 -0700 2008
commit  0adb63e9abf05a3fcd9092f7dead2cd8e5e4c470
tree    269eeb301e51a57a7cc3e7746514a182d3b12647
parent  33b2ea6e77d0986b35168be89a3d945992396b86
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 (in no particular order)
0
 
0
+** Repository#commit_graph_data_by_author should just use git-shortlog summary instead of jumping through hoops about it
0
+
0
 > If you do `git archive --format=tar --prefix=myproject/ HEAD | gzip >
0
 > myproject.tar.gz`, when .gitattributes specifies files that have
0
 > export-subst, it will expand keywords such as $Format:%cd$. Gitorious'
...
1
2
3
4
5
6
7
8
9
...
1
2
3
 
4
 
5
6
7
0
@@ -1,9 +1,7 @@
0
 <ul class="infobox">
0
   <li><strong>Date:</strong> <%=h @commit.committed_date -%></li>
0
   <li><strong>Committer:</strong> <%=h @commit.committer.name -%> (<%=h @commit.committer.email -%>)</li>
0
- <% unless @commit.author.email == @commit.committer.email -%>
0
   <li><strong>Author:</strong> <%=h @commit.author.name -%> (<%=h @commit.author.email -%>)</li>
0
- <% end -%>
0
   <li><strong>Commit SHA1:</strong> <%=h @commit.id -%></li>
0
   <li><strong>Tree SHA1:</strong> <%= link_to h(@commit.tree.id),
0
     project_repository_tree_path(@project, @repository, @commit.id) -%></li>

Comments

    No one has commented yet.