duplys / git-issues

A distributed issue tracking system based on Git repositories, written in Python
http://www.newartisans.com
BSD 3-Clause "New" or "Revised" License
256 stars 35 forks source link

git-issues init fails when README isn't found #2

Closed osocurioso closed 12 years ago

osocurioso commented 14 years ago

git-issues init fails due to a failed attempt at copying "README" into .gitissues. I guess git-issues should be updated to rather copy the file "README.textile".

JasonWoof commented 14 years ago

This appears to have been fixed in this fork: http://github.com/manniche/git-issues

mcepl commented 13 years ago

Me too :) https://github.com/jwiegley/git-issues/pull/6