Wireshark-commits: [Wireshark-commits] master 85499fb: Add simple script to export release tarball

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 19 Jun 2014 00:35:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=85499fbbc682c36482e2053e66a642f5d581d356
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

85499fb by Balint Reczey (balint@xxxxxxxxxxxxxxx):

    Add simple script to export release tarball right from Git
    
    The files not to be present in the release tarballs are filetered based
    on the contents of the .gitattributes files
    
    Change-Id: If12eb00cf174f5d5b6dfffd56685b078a4593bf8
    Reviewed-on: https://code.wireshark.org/review/2402
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  43c64c0   Update the sample code dealing with desegmentation to new style dissector
    adds  85499fb   Add simple script to export release tarball right from Git


Summary of changes:
 .gitattributes                                  |    7 ++++++-
 tools/.gitattributes                            |    2 ++
 tools/{win32-setup.sh => git-export-release.sh} |   19 +++++++++++--------
 3 files changed, 19 insertions(+), 9 deletions(-)
 create mode 100644 tools/.gitattributes
 copy tools/{win32-setup.sh => git-export-release.sh} (67%)