Update the git-archive export options
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 29 Aug 2012 14:05:10 +0000 (16:05 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 3 Sep 2012 15:51:39 +0000 (17:51 +0200)
commit6126bc47086981e48a82208fe7e8768d566f5365
tree4ad56920d45b6ad0a4c9e7a8764337845e5200fc
parent3764c0ff08b2d427dd134343a23dabdf3edbbadc
Update the git-archive export options

The .gitattributes, .gitignore, .commit-template files do not need to be
present in packaged sources, as they are for people using the Git
repository.  People who download tarballs usually don't reimport into
Git -- they should just download the actual repositories.

Meanwhile, the .tag file is quite useful. Instead of making Git extract
to the useless SHA-1 of the "$Id$\n" string, ask git-archive to store
the SHA-1 of the commit being packaged.

Change-Id: I9a24a526e66f58ef2ebd9a2319bf96cf43e3e6f7
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
.gitattributes [new file with mode: 0644]
.tag [new file with mode: 0644]