[CHANGE] stop passing the --no-merges flag to git. Ohloh is going to import merges...
authorRobin Luckey <robin@ohloh.net>
Wed, 4 Feb 2009 02:28:36 +0000 (18:28 -0800)
committerRobin Luckey <robin@ohloh.net>
Wed, 4 Feb 2009 02:28:36 +0000 (18:28 -0800)
commitc8e4b93671c45ccc8ca606f7171c77c196597bea
tree33cbe8d776a4259b989721efafde39604e6ebccc
parent3ff4d6b9a388da905d421308e2a6339079e3d570
[CHANGE] stop passing the --no-merges flag to git. Ohloh is going to import merges now.
[NEW] is_merge_commit? method helps Ohloh decide what to do with commits
lib/scm/adapters/abstract/misc.rb [new file with mode: 0644]
lib/scm/adapters/abstract_adapter.rb
lib/scm/adapters/git/commits.rb
lib/scm/adapters/git/misc.rb
test/unit/git_misc_test.rb