iltrio.blogg.se

Eclipse os x location of .link files
Eclipse os x location of .link files








  • 549777 Let ObjectDatabase implement AutoClosable.
  • Let GC#gc return collection of newly created packs as CompletableFuture to enable using gc() asynchronously.
  • Don't block in GC#gc until garbage collection finished.
  • GarbageCollectCommand: add numberOfBitmaps to statistics.
  • 576971 Make the buffer size for text/binary detection configurable.
  • The AutoLF* streams in JGit look only at the first few KiB of a stream in order not to buffer too much. This is not implemented because such counting probably only makes sense if one looks at the full file or blob content. non-printable characters and considers files that have non_printable_count > printable_count / 128 also as binary. C git considers not only files containing NUL bytes as binary but also files containing lone CRs.
  • 576971 Binary and CR-LF detection: lone CRs -> binary.
  • Manually tested on OS X, CentOS 7, and Win10 with Pageant 0.76. Adapt both maven and bazel builds to include the new bundle. The new bundle o.e.j. is an OSGi fragment so that the can find the provided factory without further ado in OSGi environments. JNA is used to communicate through Unix domain sockets with ssh-agent, and if on Windows, to communicate via shared memory with Pageant. Add a simple SSH agent connector using JNA. It appears that the OpenSSH documentation has changed it now allows more flags for a number of keys.

  • OpenSshConfigFile: update token replacements.
  • OpenSshConfigFile: update handling of line comments and quoted strings following changes in OpenSSH.
  • eclipse os x location of .link files

    ssh: Handle "ProxyJump none" from SSH config file.

    eclipse os x location of .link files

  • 446355 Support commit.template git config option.
  • JGit 6.0 requires at least Java 11 to run.







  • Eclipse os x location of .link files