Does git have any official syntax that can be inserted into commit messages to reference previous changesets? E.g.:
Oops. Adding files accidentally missed out from #7557bd82e2d0c7335319392b4bcb178ce0b9620f
Or does Git not bother defining these, and leaves that up to the tool that is used to display the messages (e.g. Github or Assembla)?
In which case, does anyone know if Assembla has any such syntax, hopefully to convert the reference into a link to that changeset? If GitHub has syntax for this then Assembla probably copied them...