Guest User

Untitled

a guest
Oct 28th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. A good commit message looks like this:
  2.  
  3. Header line: explaining the commit in one line
  4.  
  5. Body of commit message is a few lines of text, explaining things
  6. in more detail, possibly giving some background about the issue
  7. being fixed, etc etc.
  8.  
  9. The body of the commit message can be several paragraphs, and
  10. please do proper word-wrap and keep columns shorter than about
  11. 74 characters or so. That way "git log" will show things
  12. nicely even when it's indented.
  13.  
  14. Reported-by: whoever-reported-it
  15. Signed-off-by: Your Name <youremail@yourhost.com>
  16.  
  17. where that header line really should be meaningful, and really should be
  18. just one line. That header line is what is shown by tools like gitk and
  19. shortlog, and should summarize the change in one readable line of text,
  20. independently of the longer explanation.
Add Comment
Please, Sign In to add comment