On Dec 13, 2017, at 9:55 AM, Richard Hipp <[email protected]> wrote: > > Would Git or GitHub have told me about those prior tickets?
GitHub is pretty good about surfacing such information, as long as the ticket references the checkin ID. In fact, GitHub can be a bit overeager about cross-linking everything. Just write “#1” in some bit of Markdown somewhere, and you’ll get linked to issue #1, even if you didn’t mean to refer to it. Git wouldn’t, of course, since it doesn’t have a ticket tracker. :) Presumably there are Git + bug tracker lash-ups that will do this bidirectional linking. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

