Open main menu

Changes

Format commit logs

1,734 bytes added, 11:47, 27 October 2017
→‎Make a patch file: Transclusion of the {{historical svn}} template.
__TOC__
 
== Format of commits ==
See http://www.nmr-relax.com/manual/Format_commit_logs.html
# The first line should be a quick summary under 100 characters. If sufficient and not too trivial, I use this for the relax release announcement.# A blank line.# A description and link to the support request.# Another blank line.# All the details in multiple paragraphs if needed.# The final blank line. == Make a patch file =={{historical svn}}In base directory of the relax software, do svn diff > patchUpload this file a the bug/tracker. == relax_commit.txt ==This is a standard file for commit messages<source lang="text">Fix for "PROBLEM" Fix for bug #12345, (https://gna.org/bugs/?12345) - Title of bug My name provided this patch, and was discovered during work on a XYZ machine. Commit by: name _aaattt_ domain_dot_com This is a small fix for "PROBLEM" when issuing an external call to XYZ.LONGER MESSAGE </source> == Example 1 ==<source lang="text">Fix for bug #20915, (https://gna.org/bugs/?20915) - Failure of Grace openingin MS Windows My name provided this patch, and was discovered during work on aWindows 7 system: name _aaattt_ domain_dot_com This is a small fix for a wrong call to "raiseRelaxMissingBinaryError(binary)", when issuing an external call to xmgrace. The "path_sep" would be equal = [/], and the RE search would not find(True)the full path specified for the xmgrace file.This is now shifted to python: os.path.isfilehttp://docs.python.org/2/library/os.path.html Another fix, is that as a standard the command "xmgrace" is provided. Thiswill work fine through windows cmd, but the true name for program in windowsis "xmgrace.exe", and so an additional search for +".exe" is also performed.</source>  == See also ==[[Category:Development]][[Category:FAQ]][[Category:develGit]]
Trusted, Bureaucrats
4,223

edits