summaryrefslogtreecommitdiff
path: root/tools/git-compare-abis.sh
AgeCommit message (Collapse)AuthorFilesLines
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss1-2/+0
There are a few things in here which could still use attention. Don't regenerate anything now. Change-Id: I283c224d3523212144707fca3d6265916cb11792 Reviewed-on: https://code.wireshark.org/review/205 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-07-27Add the proper license header and attribution to Balint's git-compare-abis ↵Evan Huus1-2/+23
script. svn path=/trunk/; revision=50942
2012-07-27Use HEAD for git-compare-abis.shJakub Zawadzki1-2/+2
svn path=/trunk/; revision=44072
2012-06-18Switch to a working tag (r43278).Gerald Combs1-1/+1
svn path=/trunk/; revision=43344
2012-06-08Forward-port r43165 and r43168 from trunk-1.6.Gerald Combs1-6/+14
------------------------------------------------------------------------ r43165 | gerald | 2012-06-08 14:23:25 -0700 (Fri, 08 Jun 2012) | 4 lines Changed paths: M /trunk-1.6/epan/Makefile.am M /trunk-1.6/wiretap/Makefile.am M /trunk-1.6/wsutil/Makefile.am Use separate commands in the dumpabi recipes instead a big huge long chain. If abi-compliance-checker fails print the contents of its log file. ------------------------------------------------------------------------ r43168 | gerald | 2012-06-08 15:43:50 -0700 (Fri, 08 Jun 2012) | 2 lines Changed paths: M /trunk-1.6/epan/Makefile.am M /trunk-1.6/wiretap/Makefile.am M /trunk-1.6/wsutil/Makefile.am Make sure ln happens in the right directory. ------------------------------------------------------------------------ We don't currently have a usable tag for "git describe --tags --abbrev=0" to latch onto so just use the first 1.9 commit. svn path=/trunk/; revision=43170
2011-11-15Fix some propsBill Meier1-1/+3
svn path=/trunk/; revision=39851
2011-10-30Compare current ABI to last (git) tagged version's ABIBalint Reczey1-0/+27
svn path=/trunk/; revision=39682