Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Carsten Hammer 0b320b2c35 Use Arrays.asList instead of copying array in a for loop před 5 roky
..
http Add a method to get all values of HTTP header defined as list před 5 roky
resolver Join catch sections using multicatch před 5 roky
AbstractAdvertiseRefsHook.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
AdvertiseRefsHook.java Move BaseReceivePack#advertisedRefs getter and setter to ReceivePack před 5 roky
AdvertiseRefsHookChain.java Move BaseReceivePack#advertisedRefs getter and setter to ReceivePack před 5 roky
AmazonS3.java SpotBugs: don't rely on default encoding před 5 roky
BaseConnection.java Remove 'final' in parameter lists před 6 roky
BaseFetchConnection.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
BasePackConnection.java Use Arrays.asList instead of copying array in a for loop před 5 roky
BasePackFetchConnection.java Join catch sections using multicatch před 5 roky
BasePackPushConnection.java Deprecate Repository#hasObject před 5 roky
BaseReceivePack.java BaseReceive/UploadPack: Stop using deprecated RefAdvertiser.send(Map) před 5 roky
BundleFetchConnection.java Join catch sections using multicatch před 5 roky
BundleWriter.java Use isEmpty() instead of size()==0 where possible před 5 roky
CapabilitiesV2Request.java Introduce ProtocolV2Hook před 5 roky
ChainingCredentialsProvider.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
Connection.java Remove unnecessary modifiers from interfaces před 5 roky
CredentialItem.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
CredentialsProvider.java refactor: simplify collection.toArray() před 5 roky
CredentialsProviderUserInfo.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
Daemon.java Remove further unnecessary 'final' keywords před 6 roky
DaemonClient.java Remove further unnecessary 'final' keywords před 6 roky
DaemonService.java Remove further unnecessary 'final' keywords před 6 roky
DefaultSshSessionFactory.java Remove 'final' in parameter lists před 6 roky
FetchConnection.java Remove unnecessary modifiers from interfaces před 5 roky
FetchHeadRecord.java Remove further unnecessary 'final' keywords před 6 roky
FetchProcess.java Do not retain commit body in RevWalk for reachability checks před 5 roky
FetchRequest.java Put filter spec information in a dedicated object před 5 roky
FetchResult.java Remove further unnecessary 'final' keywords před 6 roky
FetchV0Request.java Put filter spec information in a dedicated object před 5 roky
FetchV2Request.java Put filter spec information in a dedicated object před 5 roky
FilterSpec.java Expose and pass around the FilterSpec object rather than the raw blob limit před 5 roky
FtpChannel.java Add more ssh tests: pushing, known_host file handling, etc. před 5 roky
GitProtocolConstants.java Accept protocol v2 server options on fetch and ls-refs requests před 5 roky
HMACSHA1NonceGenerator.java Join catch sections using multicatch před 5 roky
HttpAuthMethod.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 před 5 roky
HttpConfig.java Fix remaining javadoc errors raised by doclint před 6 roky
HttpTransport.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
InsecureCipherFactory.java Replace http://errorprone.info with https://errorprone.info před 6 roky
InternalFetchConnection.java Join catch sections using multicatch před 5 roky
InternalHttpServerGlue.java Avoid double words před 5 roky
InternalPushConnection.java Join catch sections using multicatch před 5 roky
JschConfigSessionFactory.java Factor out a JSch-independent ssh config parser před 5 roky
JschSession.java Add more ssh tests: pushing, known_host file handling, etc. před 5 roky
LsRefsV2Request.java Accept protocol v2 server options on fetch and ls-refs requests před 5 roky
NetRC.java SpotBugs: don't rely on default encoding před 5 roky
NetRCCredentialsProvider.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
NonceGenerator.java Avoid double words před 5 roky
ObjectCountCallback.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
OpenSshConfig.java Factor out a JSch-independent ssh config parser před 5 roky
OperationResult.java Remove further unnecessary 'final' keywords před 6 roky
PackParser.java Avoid double words před 5 roky
PackTransport.java Remove trailing whitespace at end of line před 14 roky
PackedObjectInfo.java Remove 'final' in parameter lists před 6 roky
PacketLineIn.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 před 5 roky
PacketLineOut.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 před 5 roky
PostReceiveHook.java Remove unnecessary modifiers from interfaces před 5 roky
PostReceiveHookChain.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
PostUploadHook.java Remove unnecessary modifiers from interfaces před 5 roky
PostUploadHookChain.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
PreReceiveHook.java Remove unnecessary modifiers from interfaces před 5 roky
PreReceiveHookChain.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
PreUploadHook.java Remove unnecessary modifiers from interfaces před 5 roky
PreUploadHookChain.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
ProgressSpinner.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 před 5 roky
ProtocolV0Parser.java Put filter spec information in a dedicated object před 5 roky
ProtocolV2Hook.java Add fetch support to ProtocolV2Hook před 5 roky
ProtocolV2Parser.java Put filter spec information in a dedicated object před 5 roky
PushCertificate.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
PushCertificateIdent.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 před 5 roky
PushCertificateParser.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
PushCertificateStore.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 před 5 roky
PushConfig.java Add PushConfig class with PushRecurseSubmodulesMode před 6 roky
PushConnection.java Remove unnecessary modifiers from interfaces před 5 roky
PushProcess.java Remove further unnecessary 'final' keywords před 6 roky
PushResult.java Remove 'final' in parameter lists před 6 roky
ReceiveCommand.java Remove further unnecessary 'final' keywords před 6 roky
ReceivePack.java Move BaseReceivePack#advertisedRefs getter and setter to ReceivePack před 5 roky
ReceivedPackStatistics.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
RefAdvertiser.java RefAdvertiser: Add Javadoc for usage of send(Collection) před 5 roky
RefFilter.java Remove unnecessary modifiers from interfaces před 5 roky
RefLeaseSpec.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
RefSpec.java Remove 'final' in parameter lists před 6 roky
RemoteConfig.java Remove further unnecessary 'final' keywords před 6 roky
RemoteRefUpdate.java RenameBranchCommand: more consistent handling of short ref names před 5 roky
RemoteSession.java TransportSftp: eliminate dependency on Jsch před 5 roky
RequestNotYetReadException.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
ServiceMayNotContinueException.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
SideBandInputStream.java SidebandInputStream: Specify charset when calling String.getBytes() před 5 roky
SideBandOutputStream.java Remove 'final' in parameter lists před 6 roky
SideBandProgressMonitor.java Remove further unnecessary 'final' keywords před 6 roky
SignedPushConfig.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
SshConstants.java Include id_ed25519 in the known default identity files před 5 roky
SshSessionFactory.java Factor out a JSch-independent ssh config parser před 5 roky
SshTransport.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
TagOpt.java Remove further unnecessary 'final' keywords před 6 roky
TcpTransport.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. před 10 roky
TestProtocol.java Add a minimum negotiation feature for fetch před 6 roky
TrackingRefUpdate.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
TransferConfig.java Merge branch 'stable-5.1' into stable-5.2 před 5 roky
Transport.java Join catch sections using multicatch před 5 roky
TransportAmazonS3.java Remove further unnecessary 'final' keywords před 6 roky
TransportBundle.java Remove unnecessary modifiers from interfaces před 5 roky
TransportBundleFile.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
TransportBundleStream.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
TransportGitAnon.java Remove further unnecessary 'final' keywords před 6 roky
TransportGitSsh.java Remove further unnecessary 'final' keywords před 6 roky
TransportHttp.java Join catch sections using multicatch před 5 roky
TransportLocal.java Remove further unnecessary 'final' keywords před 6 roky
TransportProtocol.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
TransportSftp.java Add more ssh tests: pushing, known_host file handling, etc. před 5 roky
URIish.java Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 před 5 roky
UploadPack.java Join catch sections using multicatch před 5 roky
UploadPackInternalServerErrorException.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
UserAgent.java Support agent= capability in wire protocol před 9 roky
UsernamePasswordCredentialsProvider.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
WalkEncryption.java Remove further unnecessary 'final' keywords před 6 roky
WalkFetchConnection.java Deprecate Repository#hasObject před 5 roky
WalkPushConnection.java Remove further unnecessary 'final' keywords před 6 roky
WalkRemoteObjectDatabase.java Avoid double words před 5 roky
WalkTransport.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
WantNotValidException.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
WriteAbortedException.java Fix javadoc in org.eclipse.jgit transport package před 6 roky
package-info.java Add Javadoc description for packages před 11 roky