Filename in base source code file headers
Ryan Schmidt
ryandesign at macports.org
Thu Feb 4 17:56:34 PST 2010
The source code files in base each begin with a long header that starts like this:
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# portconfigure.tcl
# $Id: portconfigure.tcl 62223 2010-01-01 10:20:10Z ryandesign at macports.org $
Is there a good reason why we list the filename on a line by itself? I propose deleting that line, since the $Id$ line already contains the filename.
More information about the macports-dev
mailing list