Home | History | Annotate | Download | only in glib

Lines Matching full:commit

29    to produce a meaningful commit message. Changes without a sufficient
30 commit message will be reverted. See below for the expected format
31 of commit messages.
40 * The expected format for git commit messages is as follows:
42 === begin example commit ===
43 Short explanation of the commit
48 === end example commit ===
50 - Always add a brief description of the commit to the _first_ line of
51 the commit and terminate by two newlines (it will work without the
64 git commit -a --author "Joe Coder <joe@coder.org>" and --signoff.