You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by wa...@apache.org on 2020/10/29 01:59:30 UTC

[openoffice-org] branch main updated: .gitignore weirdness - force git add

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git


The following commit(s) were added to refs/heads/main by this push:
     new 30b650f  .gitignore weirdness - force git add
30b650f is described below

commit 30b650fc0b75d70d414ba2791778ca200ff97f00
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Wed Oct 28 18:59:19 2020 -0700

    .gitignore weirdness - force git add
---
 build_staging.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_staging.sh b/build_staging.sh
index ae122ce..0e734f8 100755
--- a/build_staging.sh
+++ b/build_staging.sh
@@ -18,6 +18,6 @@ rm -rf content
 mkdir content
 cp -a $WORKDIR/* content
 cp -a $WORKDIR/.htaccess content
-git add content
+git add -f content
 git commit -m "git-site-role commit from $ME"
 git push origin asf-staging