diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2012-08-29 14:05:10 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-09-03 15:51:39 (GMT) |
commit | 6126bc47086981e48a82208fe7e8768d566f5365 (patch) | |
tree | 4ad56920d45b6ad0a4c9e7a8764337845e5200fc /.tag | |
parent | 3764c0ff08b2d427dd134343a23dabdf3edbbadc (diff) | |
download | Qt-6126bc47086981e48a82208fe7e8768d566f5365.zip Qt-6126bc47086981e48a82208fe7e8768d566f5365.tar.gz Qt-6126bc47086981e48a82208fe7e8768d566f5365.tar.bz2 |
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>
Diffstat (limited to '.tag')
-rw-r--r-- | .tag | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -0,0 +1 @@ +$Format:%H$ |