Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Matthias Sohn 75272ccdfc Merge branch 'stable-3.5' into stable-3.6 9 anos atrás
..
http Don't use SSL anymore to avoid POODLE attack 9 anos atrás
resolver Mark non-externalizable strings as such 11 anos atrás
AbstractAdvertiseRefsHook.java Factor a base class out of ReceivePack 12 anos atrás
AdvertiseRefsHook.java Factor a base class out of ReceivePack 12 anos atrás
AdvertiseRefsHookChain.java Factor a base class out of ReceivePack 12 anos atrás
AmazonS3.java AmazonS3: Buffer pushed pack content under $GIT_DIR 9 anos atrás
BaseConnection.java Mark non-externalizable strings as such 11 anos atrás
BaseFetchConnection.java Allow users to show server messages while pushing 11 anos atrás
BasePackConnection.java Mark non-externalizable strings as such 11 anos atrás
BasePackFetchConnection.java Allow configurable ObjectCheckers in fetch 9 anos atrás
BasePackPushConnection.java Fix push to repo with non-fetched refs 10 anos atrás
BaseReceivePack.java Honor git-core meaning of receive.denyDeletes allowing tag deletion 9 anos atrás
BundleFetchConnection.java Allow configurable ObjectCheckers in fetch 9 anos atrás
BundleWriter.java BundleWriter: Support including HEAD in bundle 9 anos atrás
ChainingCredentialsProvider.java Add chaining credentials provider 9 anos atrás
Connection.java Capture non-progress side band #2 messages and put in result 14 anos atrás
CredentialItem.java Move JGitText to an internal package 12 anos atrás
CredentialsProvider.java Reset SSH connection and credentials on "Auth fail" 12 anos atrás
CredentialsProviderUserInfo.java Mark non-externalizable strings as such 11 anos atrás
Daemon.java Drop warnings about unchecked casts in a few stable select places 9 anos atrás
DaemonClient.java Make sure all bytes are written to files on close, or get an error. 12 anos atrás
DaemonService.java Mark non-externalizable strings as such 11 anos atrás
DefaultSshSessionFactory.java Create RemoteSession interface 13 anos atrás
FetchConnection.java Allow users to show server messages while pushing 11 anos atrás
FetchHeadRecord.java Mark non-externalizable strings as such 11 anos atrás
FetchProcess.java Update tags on fetch if --tags or tag refspec specified 11 anos atrás
FetchResult.java Remove trailing whitespace at end of line 14 anos atrás
GitProtocolConstants.java upload-pack: send symbolic refs as capabilities 9 anos atrás
HttpAuthMethod.java Fix authentication type names broken by 0b5441a8 10 anos atrás
HttpTransport.java Introduce an abstraction for HTTP connections 10 anos atrás
JschConfigSessionFactory.java Allow retrying connecting SshSession in case of an exception 10 anos atrás
JschSession.java Mark non-externalizable strings as such 11 anos atrás
LongMap.java Refactor IndexPack to not require local filesystem 13 anos atrás
NetRC.java NetRC parser and credentials provider. 9 anos atrás
NetRCCredentialsProvider.java NetRC parser and credentials provider. 9 anos atrás
OpenSshConfig.java Allow retrying connecting SshSession in case of an exception 10 anos atrás
OperationResult.java Mark non-externalizable strings as such 11 anos atrás
PackParser.java Cleanup use of java.util.Inflater, fixing rare infinite loops 9 anos atrás
PackTransport.java Remove trailing whitespace at end of line 14 anos atrás
PackedObjectInfo.java ObjectIdOwnerMap: More lightweight map for ObjectIds 13 anos atrás
PacketLineIn.java Mark non-externalizable strings as such 11 anos atrás
PacketLineOut.java smart-http: Support progress in ReceivePack 13 anos atrás
PostReceiveHook.java Initial JGit contribution to eclipse.org 14 anos atrás
PostReceiveHookChain.java Add simple chain implementations of transport hooks and loggers 12 anos atrás
PreReceiveHook.java Initial JGit contribution to eclipse.org 14 anos atrás
PreReceiveHookChain.java Add simple chain implementations of transport hooks and loggers 12 anos atrás
PreUploadHook.java Remove PreUploadHook.onPreAdvertiseRefs 12 anos atrás
PreUploadHookChain.java Remove PreUploadHook.onPreAdvertiseRefs 12 anos atrás
PushConnection.java Allow users to show server messages while pushing 11 anos atrás
PushProcess.java Allow users to show server messages while pushing 11 anos atrás
PushResult.java Initial JGit contribution to eclipse.org 14 anos atrás
ReceiveCommand.java Initialise ReceiveCommand status to NOT_ATTEMPTED for all constructors 10 anos atrás
ReceivePack.java Implement atomic refs update, if possible by database 9 anos atrás
RefAdvertiser.java upload-pack: send symbolic refs as capabilities 9 anos atrás
RefFilter.java Add a RefFilter interface to ReceivePack and UploadPack 14 anos atrás
RefSpec.java Support refspecs with wildcard in middle (not only at end) 11 anos atrás
RemoteConfig.java Mark non-externalizable strings as such 11 anos atrás
RemoteRefUpdate.java Mark non-externalizable strings as such 11 anos atrás
RemoteSession.java Create RemoteSession interface 13 anos atrás
RequestNotYetReadException.java Add missing @since tags to mark API added in 2.0 12 anos atrás
ServiceMayNotContinueException.java Add / fix @since tags 10 anos atrás
SideBandInputStream.java Allow users to show server messages while pushing 11 anos atrás
SideBandOutputStream.java Fix variable name and error message for sideband testing 9 anos atrás
SideBandProgressMonitor.java Mark non-externalizable strings as such 11 anos atrás
SshSessionFactory.java Create RemoteSession interface 13 anos atrás
SshTransport.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 anos atrás
TagOpt.java Mark non-externalizable strings as such 11 anos atrás
TcpTransport.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 anos atrás
TrackingRefUpdate.java Expose ReceiveCommand version of TrackingRefUpdate 10 anos atrás
TransferConfig.java Allow configurable ObjectCheckers in fetch 9 anos atrás
Transport.java Allow configurable ObjectCheckers in fetch 9 anos atrás
TransportAmazonS3.java AmazonS3: Buffer pushed pack content under $GIT_DIR 9 anos atrás
TransportBundle.java Mark non-externalizable strings as such 11 anos atrás
TransportBundleFile.java Implement open(URIish) for TransportLocal 11 anos atrás
TransportBundleStream.java Move JGitText to an internal package 12 anos atrás
TransportGitAnon.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 anos atrás
TransportGitSsh.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 anos atrás
TransportHttp.java Do not use .netrc implicitly if no CredentialsProvider was set 9 anos atrás
TransportLocal.java Implement open(URIish) for TransportLocal 11 anos atrás
TransportProtocol.java Add Transport URI constructor without a repository 12 anos atrás
TransportSftp.java Eliminate warnings for non-nls strings that will never be translated 9 anos atrás
URIish.java Throw URISyntaxException for incorrect percent-encoding 9 anos atrás
UploadPack.java upload-pack: send symbolic refs as capabilities 9 anos atrás
UploadPackInternalServerErrorException.java Fix compilation with Java 1.5 13 anos atrás
UploadPackLogger.java Fix @since tags in JGit, version 2.4 never existed 11 anos atrás
UploadPackLoggerChain.java Add missing @since tags 11 anos atrás
UploadPackMayNotContinueException.java Modify refs in UploadPack/ReceivePack using a hook interface 12 anos atrás
UsernamePasswordCredentialsProvider.java Mark non-externalizable strings as such 11 anos atrás
WalkEncryption.java Mark non-externalizable strings as such 11 anos atrás
WalkFetchConnection.java Allow configurable ObjectCheckers in fetch 9 anos atrás
WalkPushConnection.java Allow users to show server messages while pushing 11 anos atrás
WalkRemoteObjectDatabase.java JGit 3.0: move internal classes into an internal subpackage 11 anos atrás
WalkTransport.java Remove trailing whitespace at end of line 14 anos atrás
package-info.java Add Javadoc description for packages 11 anos atrás