I am looking for specs or recommendations on how the Git client should integrate with bug tracking systems. For SVN there is bugtraq: -properties. Is there something similar for git?
bugtraq:
It seems like there is currently no such specification, I started:
https://github.com/mstrap/bugtraq
You can put this in your /.git/config file to work with TortoiseGit:
[bugtraq] url = http://jira.com:8080/browse/ number = false warnifnoissue = true message = http://jira.com:8080/browse/%BUGID% label = Issue number append = false
One way would be to use git notes (which I describe in detail here ) to store a ' bugtrag ' note on top of any regular commit (for example, in the notes/bugtraq ).
git notes
bugtrag
notes/bugtraq
This would allow integrating without overwriting the repo history after the git that are already present.
Integration of error trackers with git usually works by analyzing git commit messages in the error tracker.
i.e. you indicate โfixes # 1234โ or โbinds # 1332โ in your message, and the error tracker establishes a connection.
eg. redmine: http://www.redmine.org/projects/redmine/wiki/RedmineSettings#Referencing-issues-in-commit-messages
eg. github: https://help.github.com/articles/closing-issues-via-commit-messages
Rarely does a question arise that were not asked before. There is already a popular standard for project information, such as a link to bugtracker and much more: https://en.wikipedia.org/wiki/DOAP (Project Description)
Source: https://habr.com/ru/post/949008/More articles:.AsSubclass class with several limited types and uncontrolled execution - javaGit: click on another remote branch - gitRemoving single quotes for Java MessageFormat - javaakquinet (Android with a test archetype) - unit tests are not performed - androidSimple non-API Android JUnit test in Eclipse with Android maven plugin? - androidIIS request is rejected by the HTTP filter when the URL has a European char - httpAuthentication Failure Handler Overrides - Symfony2 - phpSCSS variables as @extend class - csshttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/949012/adding-elements-to-list-java&usg=ALkJrhhDD0ErqcLCp2P6E2E7Wh8swgAnFwWhy in this example do threads increase time (decrease performance)? - performanceAll Articles