See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope>
is optional
#! /usr/bin/perl | |
use v5.10; | |
use strict; | |
use warnings; | |
use Pod::Usage; | |
use Getopt::Long; | |
use POSIX 'dup2'; | |
our $VERSION= 0.001; |
#!/bin/bash | |
# | |
# lxc: linux Container library | |
# Authors: | |
# Daniel Lezcano <[email protected]> | |
# This library is free software; you can redistribute it and/or | |
# modify it under the terms of the GNU Lesser General Public |