summaryrefslogtreecommitdiff
path: root/src/tools/codelines
AgeCommit message (Collapse)Author
2025-11-22tools: remove src/tools/codelinesBruce Momjian
This is a one-line script never gained general usage since being added in 2005. Backpatch-through: master
2025-11-20tools: update tools/codelines to use "git ls-files"Bruce Momjian
This generates a more accurate code count because 'make distclean' doesn't always remove build files. Author: idea from David Rowley Discussion: https://postgr.es/m/aR4hoOotVHB7TXo5@momjian.us Backpatch-through: master
2010-09-22Fix remaining stray references to CVS.Tom Lane
These are just cosmetic and don't seem worth back-patching far. I put them into 9.0 just because it was trivial to do so.
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2005-09-22Add instructions.Bruce Momjian
2005-09-22Add "codelines" script to compute number of lines in a releaes.Bruce Momjian