Skip to content

Commit

Permalink
retrieve only user commits
Browse files Browse the repository at this point in the history
  • Loading branch information
igrigorik committed Jan 23, 2009
1 parent c0712cb commit 397388c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 130 deletions.
6 changes: 2 additions & 4 deletions gitter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def to_rfc2822
# }

commits.each do |commit|
next if commit["committer"]["email"] != userdata["email"]

puts "#{repo["name"]}: #{commit["id"]}"

history.write("\n\n------------------------------------------------------------------------\n")
Expand Down Expand Up @@ -91,8 +93,4 @@ def to_rfc2822
# convert git logs to code_swarm XML format (make sure codeswarm/bin is in your path)
`#{codeswarm_path}/bin/convert_logs.py -g user-history.log -o user-history.log.xml`

exit

end


2 changes: 1 addition & 1 deletion swarm.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Nice skin: http://jmdeldin.com/tmp/frames/

# input file
InputFile=igrigorik-history.log.xml
InputFile=user-history.log.xml

# Frame width and height
#Width=1280
Expand Down
123 changes: 0 additions & 123 deletions user-history.log

This file was deleted.

2 changes: 0 additions & 2 deletions user-history.log.xml

This file was deleted.

0 comments on commit 397388c

Please sign in to comment.