Right now it just recognizes a number at the very beginning of the commit message, but what I should do is make that configure. That is, I'm using a regex to find the integer, so I can just make that regex be something that's easy to configure. I'll get that done soon, maybe today. ----- Original Message ---- From: Michael Poole <mdpoole@xxxxxxxxxxx> To: Corey Trager <ctrager@xxxxxxxxx> Cc: git@xxxxxxxxxxxxxxx Sent: Sun, October 25, 2009 9:03:48 AM Subject: Re: [ANNOUNCE] BugTracker.NET (FOSS) now supports git integration Corey Trager writes: > BugTracker.NET is a free, open-source, GPL, ASP.NET bug tracking app. > More info at http://ifdefined.com/bugtrackernet.html > > With the integration, if you do a commit like... > git commit -a -m "123 fixed the bug" > ...then the hook script will link up the commit to bug 123. > > Here are screenshots of the Subversion integration, which looks pretty much like the git integration: > http://ifdefined.com/doc_bug_tracker_subversion.html > > Feedback very welcome, good or bad. Does it recognize bug IDs in the footer section of a commit message (where Signed-Off-By and similar lines typically go)? Michael Poole -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html