aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cvsdiff-fix.py
AgeCommit message (Collapse)AuthorFilesLines
2010-10-04We haven't used CVS in a good long while.gerald1-116/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34367 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-07Make sure "which" is present before we verify our tools. Add "env" togerald1-1/+1
the list of programs to check. Make sure our python scripts start with "#!/usr/bin/env python" as recommended at http://www.python.org/doc/faq/library.html#how-do-i-make-a-python-script-executable-on-unix git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14871 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-11Handle diff lines that look like "Binary files".gram1-1/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7841 f5534014-38df-0310-8fa8-9805f1628bb7
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4199 f5534014-38df-0310-8fa8-9805f1628bb7
2001-02-23Add a little script which takes the output of "cvs diff", which isgram1-0/+112
a flattened recursive diff, and unflattens it, so that it can be applied with "patch -p0". This has tested only against the output of "cvs diff -u". Usage: cvs diff -u | cvsdiff-fix.py > file.diff git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3071 f5534014-38df-0310-8fa8-9805f1628bb7