Changes between Version 13 and Version 14 of CommitMessages


Ignore:
Timestamp:
Nov 6, 2016, 4:43:39 PM (8 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

use nouns for all headings

Legend:

Unmodified
Added
Removed
Modified
  • CommitMessages

    v13 v14  
    4949This functionality is provided by Clemens Lang's [https://github.com/neverpanic/trac-configurable-ctu trac-configurable-ctu], an extension of Trac's [https://trac.edgewall.org/wiki/CommitTicketUpdater Commit Ticket Updater].
    5050
    51 == Correcting mistakes == #corrections
     51== Corrections == #corrections
    5252
    5353Unlike Subversion, which stores changeset logs as mutable [http://svnbook.red-bean.com/en/1.7/svn.advanced.props.html properties], Git commit messages are integral parts of [https://git-scm.com/book/en/v2/Git-Internals-Git-Objects#Commit-Objects commit objects], which are immutable. Correcting a commit's message replaces the commit and all its descendants with new commits (because every commit contains the [[span(SHA-1, style=white-space: nowrap)]] hashes of its parents). This may or may not be a problem.
     
    6363}}}
    6464
    65 == Configuring text editors == #editors
     65== Text editors == #editors
    6666
    6767When Git requires a text editor, it chooses one from [https://git-scm.com/docs/git-var#_variables the following sources], in order: