diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2012-08-29 21:40:03 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-09-03 19:52:37 +0200 |
commit | 2a01bb9127ebc4b7efc0c482e38f2d23af9ac231 (patch) | |
tree | 317b293ddc3521cc4d4e2a39df787678aad7a8ef | |
parent | f93b0694541f8b11002d4d649fb7b11c70b345b1 (diff) | |
download | qtgraphicaleffects-2a01bb9127ebc4b7efc0c482e38f2d23af9ac231.tar.gz |
Update the git-archive export options
The .gitattributes and .gitignore 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 $n string, ask git-archive to store
the SHA-1 of the commit being packaged.
Change-Id: I805d78682cb3c74e22e9fe7e08db14337fa76a8b
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-rw-r--r-- | .gitattributes | 3 | ||||
-rw-r--r-- | .tag | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a96f8f5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.tag export-subst +.gitignore export-ignore +.gitattributes export-ignore @@ -0,0 +1 @@ +$Format:%H$ |