* [ANNOUNCE] BugTracker.NET (FOSS) now supports git integration
@ 2009-10-25 13:15 Corey Trager
2009-10-25 14:03 ` Michael Poole
0 siblings, 1 reply; 3+ messages in thread
From: Corey Trager @ 2009-10-25 13:15 UTC (permalink / raw)
To: git
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ANNOUNCE] BugTracker.NET (FOSS) now supports git integration
2009-10-25 13:15 [ANNOUNCE] BugTracker.NET (FOSS) now supports git integration Corey Trager
@ 2009-10-25 14:03 ` Michael Poole
2009-10-25 16:53 ` Fw: " Corey Trager
0 siblings, 1 reply; 3+ messages in thread
From: Michael Poole @ 2009-10-25 14:03 UTC (permalink / raw)
To: Corey Trager; +Cc: git
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Fw: [ANNOUNCE] BugTracker.NET (FOSS) now supports git integration
2009-10-25 14:03 ` Michael Poole
@ 2009-10-25 16:53 ` Corey Trager
0 siblings, 0 replies; 3+ messages in thread
From: Corey Trager @ 2009-10-25 16:53 UTC (permalink / raw)
To: git
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@troilus•org>
To: Corey Trager <ctrager@yahoo•com>
Cc: git@vger•kernel.org
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-10-25 16:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-25 13:15 [ANNOUNCE] BugTracker.NET (FOSS) now supports git integration Corey Trager
2009-10-25 14:03 ` Michael Poole
2009-10-25 16:53 ` Fw: " Corey Trager
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox