FogBugz Technical SupportA forum for technical support discussion related to FogBugz project management |
||
|
Posts by Fog Creek Employees are marked:
![]() FogBugz Wiki Documentation Troubleshooting Release Notes Network Status |
I just finished writing some scripts to have our git commits (via GitHub's web hooks) sent to our FogBugz server. Everything seems to work just fine, but FogBugz doesn't display the git sha1's very nicely. In fact, it's pretty hard to tell what's going on when you pull up the commit list.
See a screenshot here: http://skitch.com/johnreilly/kr6x/fogbugz-3083-test-bug I've got two suggestions... 1) If the 'R2' value is greater than X chars, truncate it and add an ellipsis. This is probably easiest, and would help, but still isn't exactly ideal. 2) Change the commit list to show each R2 on a new line, using indented <ul>'s or something. Example: <p>File1.ext</p> <ul> <li>rev1</li> <li>rev2</li> </ul> <p>File2.ext</p> <ul> <li>rev1</li> </ul> That would probably look fine for git, but is probably too tall for "normal" SCM systems :) I'd be curious to hear other's thoughts. -John |
|
Powered by FogBugz
