Closed GoogleCodeExporter closed 9 years ago
If you want to fork it on github and provide a fix I'll gladly merge it in and
cut a
release.
Original comment by raykrue...@gmail.com
on 25 Feb 2010 at 5:52
Alright, first time with git and github, tried to do it here:
git://github.com/ddlatham/hibernate-memcached.git
Original comment by ddlat...@gmail.com
on 26 Feb 2010 at 9:37
Nice! Glad you stepped up to give it a shot. I'll have a look at it this
weekend.
Original comment by raykrue...@gmail.com
on 26 Feb 2010 at 10:54
I've merged in your changes and cut a release. I've released 1.2.2 with your
changes.
Thanks for the commits!
BTW, I tweaked your commit to get your correct username in place. When you
clone a
project git will use whatever your system username is and your machine name as
the
email. You can correct that using the following...
git config --global user.name "Tekkub"
git config --global user.email "tekkub@gmail.com"
Helpful info at http://help.github.com/git-email-settings/
Original comment by raykrue...@gmail.com
on 27 Feb 2010 at 5:53
Great, thanks for the info and update.
Original comment by ddlat...@gmail.com
on 27 Feb 2010 at 5:21
Original issue reported on code.google.com by
ddlat...@gmail.com
on 25 Feb 2010 at 5:43