summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-03-10 13:43:12 +0100
committeraxis <qt-info@nokia.com>2011-03-10 13:43:12 +0100
commitff8e496d3d9e63358c30140283cf07faf8c99f90 (patch)
treefc5c673687b7c68cf40d8c3825196049414dcbe6 /scripts
parente0aebbe103dea3981bcaafcd295f89dbd88615b0 (diff)
Made sure that all files are added to each module, even ignored ones.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/900_git_split2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/900_git_split b/scripts/900_git_split
index 66a4c0c..bd44577 100644
--- a/scripts/900_git_split
+++ b/scripts/900_git_split
@@ -72,7 +72,7 @@ foreach my $module (@repos) {
# initiate the Git repo here in the copy
chdir("$repos_base/$module");
run("git init . -q");
- run("git add .");
+ run("git add -f .");
run("git commit -F $basepath/misc/import-commit-msg --author \"Qt by Nokia <qt-info\@nokia.com>\" -q");
# push modules to the server