Changes

Jump to: navigation, search

Committing policies

231 bytes removed, 02:55, 12 March 2015
Log messages
* It is not necessary to describe minute details about the change nor the files that are affected because that information is already stored by Git and can be viewed with "git diff".
* When committing contributed code, the author should be credited using the --author option.
* If you want to refer to another commit, use the full commit short hash (6 hexa digits) in square brackets. It will automatically be expanded to converted into a hyperlink by the SourceForge GitHub web interface to the repository, e.g.: [http://sourceforge.net/p/gramps/source/ci/d8acf8e875a06cf89b2cc4d59ed63730539244af/ [d8acf8]]. Note: the default short a 6 hexa digit hash enclosed in git is 7 hexa digits (as produced by `git log --oneline' command), and that brackets WILL NOT WORK with GitGub auto-hyperlinking of sourceforge :-(
You can see the last changes with the git log command, an example usage of this command:

Navigation menu