Advertisement
troglobit

GIT commit message example (multiple signed-off)

Apr 14th, 2016
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2. $ git commit -sa --author="Tobias Waldekranz <tobias@waldekranz.com>"
  3.  
  4. =>
  5.  
  6. Add hook point on fstab mount failure
  7.  
  8. Check return code from "mount -na", if there where any errors, give plugins a
  9. chance to do something about it.
  10.  
  11. Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com>
  12. Signed-off-by: Joachim Nilsson <joachim.nilsson@westermo.se>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement