Skip to content

Commit

Permalink
Update the git-archive export options
Browse files Browse the repository at this point in the history
The .gitattributes, .gitignore, files do not need to be present in
packaged sources

Add .tag for git-archive to store the SHA-1 of the commit being
packaged.

Change-Id: Id81ec994b8244b783b5488aa01f1ba28481a4379
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
  • Loading branch information
Iikka Eklund committed Jan 8, 2016
1 parent 7ff35d7 commit fe7f804
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.tag export-subst
.gitignore export-ignore
.gitattributes export-ignore
1 change: 1 addition & 0 deletions .tag
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$Format:%H$

0 comments on commit fe7f804

Please sign in to comment.