diff options
author | Steven Schubiger <stsc@refcnt.org> | 2016-07-24 21:57:05 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2016-07-24 21:57:05 +0200 |
commit | 1782f59161b19c43593815903b4226d5adfef737 (patch) | |
tree | d7f7f57f443a37eae55f021a8ae09c0d8a2a8d86 /HACKING | |
parent | 3585dd50b9428db6691512575181da97b10e967b (diff) | |
download | colorize-1782f59161b19c43593815903b4226d5adfef737.tar.gz colorize-1782f59161b19c43593815903b4226d5adfef737.tar.bz2 |
Add HACKING
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +colorize Hacking +================ + +Git dependency for version output +--------------------------------- +The colorize sources ought to be made available as a Git repository, +otherwise no detailed git version hash may be included in the version +output of colorize. Even versions of older commits will no longer be +accessible. See version.pl for some in depth code. |