[Libreoffice-commits] core.git: logerrit
Guilhem Moulin (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jan 16 00:02:34 UTC 2020
logerrit | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d144fe04e7689b0298239b78ee6a6638e136fd55
Author: Guilhem Moulin <guilhem at libreoffice.org>
AuthorDate: Wed Jan 15 05:22:20 2020 +0100
Commit: Guilhem Moulin <guilhem at libreoffice.org>
CommitDate: Thu Jan 16 01:01:58 2020 +0100
logerrit: Upgrade URIs to https://
Change-Id: I0dc259178e5df6334a13ab04850ec662499fe7d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86821
Reviewed-by: Guilhem Moulin <guilhem at libreoffice.org>
Tested-by: Jenkins
diff --git a/logerrit b/logerrit
index 618686e012bd..ac33c4bf38f4 100755
--- a/logerrit
+++ b/logerrit
@@ -63,7 +63,7 @@ case "$1" in
echo " <any other gerrit command>"
echo
echo "advanced users should consider using git review instead:"
- echo "http://wiki.documentfoundation.org/Development/GitReview"
+ echo "https://wiki.documentfoundation.org/Development/GitReview"
exit
;;
setup)
@@ -236,7 +236,7 @@ case "$1" in
echo >> ../commitmsg
echo "branch is at:" >> ../commitmsg
git log -1|sed -e "s/Change-Id:/XXXXXX:/" >> ../commitmsg
- git fetch git://gerrit.libreoffice.org/core.git feature/$BRANCH && \
+ git fetch https://git.libreoffice.org/core feature/$BRANCH && \
git checkout -b featuretst FETCH_HEAD && \
cp -a .git-hooks/* .git/hooks
git commit --allow-empty -F ../commitmsg && \
More information about the Libreoffice-commits
mailing list