Browse Source

Merge branch 'stable-5.6' into stable-5.7

* stable-5.6:
  Remove double blank from sentence start
  Bump Bazel version to 3.0.0

Change-Id: I26c3a8345020239d1c2ec5c6f70a633b43ddab86
stable-5.7
Matthias Sohn 5 years ago
parent
commit
a0aebbd528
  1. 2
      .bazelversion
  2. 2
      org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties

2
.bazelversion

@ -1 +1 @@
2.2.0
3.0.0

2
org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties

@ -302,7 +302,7 @@ flagNotFromThis={0} not from this.
flagsAlreadyCreated={0} flags already created.
funnyRefname=funny refname
gcFailed=Garbage collection failed.
gcTooManyUnpruned=Too many loose, unpruneable objects after garbage collection. Consider adjusting gc.auto or gc.pruneExpire.
gcTooManyUnpruned=Too many loose, unpruneable objects after garbage collection. Consider adjusting gc.auto or gc.pruneExpire.
gpgFailedToParseSecretKey=Failed to parse secret key file in directory: {0}. Is the entered passphrase correct?
gpgNoCredentialsProvider=missing credentials provider
gpgNoKeyring=neither pubring.kbx nor secring.gpg files found

Loading…
Cancel
Save