Wireshark-commits: [Wireshark-commits] master-1.12 32f4bee: Add simple script to export release tar

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 19 Jun 2014 07:29:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=32f4beecfaee6af09c08e46123abc257b20813e4
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

32f4bee 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>
    (cherry picked from commit 85499fbbc682c36482e2053e66a642f5d581d356)
    Reviewed-on: https://code.wireshark.org/review/2425
    Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    Tested-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    

Actions performed:

    from  d4f9805   Add the ability to dynamically add a new protocol to export PDU dialog box
    adds  32f4bee   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%)