Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Robin Rosenberg c10e134157 Fix handling of corruption for truncated objects 14 лет назад
..
AbbreviatedObjectId.java Get rid of a duplicate constant for SHA-1 length 14 лет назад
AbstractIndexTreeVisitor.java Initial JGit contribution to eclipse.org 14 лет назад
AlternateRepositoryDatabase.java Added caching for loose object lookup during pack indexing 14 лет назад
AnyObjectId.java Get rid of a duplicate constant for SHA-1 length 14 лет назад
BinaryDelta.java Initial JGit contribution to eclipse.org 14 лет назад
BlobBasedConfig.java Initial JGit contribution to eclipse.org 14 лет назад
ByteArrayWindow.java Initial JGit contribution to eclipse.org 14 лет назад
ByteBufferWindow.java Initial JGit contribution to eclipse.org 14 лет назад
ByteWindow.java Remove trailing whitespace at end of line 14 лет назад
CachedObjectDatabase.java Added caching for loose object lookup during pack indexing 14 лет назад
CachedObjectDirectory.java Added caching for loose object lookup during pack indexing 14 лет назад
Commit.java Remove trailing whitespace at end of line 14 лет назад
Config.java s/StringBuffer/StringBuilder as appropriate where no concurrency is needed 14 лет назад
Constants.java Introduce a named constant for the ".git" directory extension 14 лет назад
CoreConfig.java Add support for logAllRefUpdates configuration parameter 14 лет назад
DeltaOfsPackedObjectLoader.java Initial JGit contribution to eclipse.org 14 лет назад
DeltaPackedObjectLoader.java Initial JGit contribution to eclipse.org 14 лет назад
DeltaRefPackedObjectLoader.java Initial JGit contribution to eclipse.org 14 лет назад
FileBasedConfig.java Make Repository.getConfig aware of changed config 14 лет назад
FileMode.java Remove trailing whitespace at end of line 14 лет назад
FileTreeEntry.java s/StringBuffer/StringBuilder as appropriate where no concurrency is needed 14 лет назад
ForceModified.java Initial JGit contribution to eclipse.org 14 лет назад
GitIndex.java Speed up check for modifications of tracked resources 14 лет назад
GitlinkTreeEntry.java s/StringBuffer/StringBuilder as appropriate where no concurrency is needed 14 лет назад
IndexChangedEvent.java Initial JGit contribution to eclipse.org 14 лет назад
IndexDiff.java Remove trailing whitespace at end of line 14 лет назад
IndexTreeVisitor.java Remove trailing whitespace at end of line 14 лет назад
IndexTreeWalker.java Remove trailing whitespace at end of line 14 лет назад
InflaterCache.java Remove trailing whitespace at end of line 14 лет назад
LockFile.java Rewrite reference handling to be abstract and accurate 14 лет назад
MutableObjectId.java Get rid of a duplicate constant for SHA-1 length 14 лет назад
NullProgressMonitor.java Initial JGit contribution to eclipse.org 14 лет назад
ObjectChecker.java Relax ObjectChecker to permit missing tagger lines 14 лет назад
ObjectDatabase.java Added caching for loose object lookup during pack indexing 14 лет назад
ObjectDirectory.java Added caching for loose object lookup during pack indexing 14 лет назад
ObjectId.java Get rid of a duplicate constant for SHA-1 length 14 лет назад
ObjectIdRef.java Rewrite reference handling to be abstract and accurate 14 лет назад
ObjectIdSubclassMap.java ObjectIdSubclassMap: Correct Iterator to throw NoSuchElementException 14 лет назад
ObjectLoader.java Remove trailing whitespace at end of line 14 лет назад
ObjectWriter.java Explicitly release resources used by java.util.zip.Deflater 14 лет назад
OffsetCache.java Initial JGit contribution to eclipse.org 14 лет назад
PackFile.java Move pure IO utility functions to a utility class of its own. 14 лет назад
PackIndex.java Move pure IO utility functions to a utility class of its own. 14 лет назад
PackIndexV1.java Move pure IO utility functions to a utility class of its own. 14 лет назад
PackIndexV2.java Move pure IO utility functions to a utility class of its own. 14 лет назад
PackIndexWriter.java Initial JGit contribution to eclipse.org 14 лет назад
PackIndexWriterV1.java Initial JGit contribution to eclipse.org 14 лет назад
PackIndexWriterV2.java Initial JGit contribution to eclipse.org 14 лет назад
PackLock.java Initial JGit contribution to eclipse.org 14 лет назад
PackOutputStream.java Initial JGit contribution to eclipse.org 14 лет назад
PackReverseIndex.java Initial JGit contribution to eclipse.org 14 лет назад
PackWriter.java Reduce multi-level buffered streams in transport code 14 лет назад
PackedObjectLoader.java Initial JGit contribution to eclipse.org 14 лет назад
PersonIdent.java s/StringBuffer/StringBuilder as appropriate where no concurrency is needed 14 лет назад
ProgressMonitor.java Remove trailing whitespace at end of line 14 лет назад
Ref.java Rewrite reference handling to be abstract and accurate 14 лет назад
RefComparator.java Create new RefList and RefMap utility types 14 лет назад
RefDatabase.java Replace writeSymref with RefUpdate.link 14 лет назад
RefDirectory.java Optimize ref scanning 14 лет назад
RefDirectoryRename.java Replace writeSymref with RefUpdate.link 14 лет назад
RefDirectoryUpdate.java Replace writeSymref with RefUpdate.link 14 лет назад
RefRename.java Rewrite reference handling to be abstract and accurate 14 лет назад
RefUpdate.java Replace writeSymref with RefUpdate.link 14 лет назад
RefWriter.java Rewrite reference handling to be abstract and accurate 14 лет назад
ReflogReader.java Use Constants.OBJECT_ID_STRING_LENGTH instead of LEN * 2 14 лет назад
RefsChangedEvent.java Initial JGit contribution to eclipse.org 14 лет назад
Repository.java Make Repository.getConfig aware of changed config 14 лет назад
RepositoryAdapter.java Initial JGit contribution to eclipse.org 14 лет назад
RepositoryCache.java Introduce a named constant for the ".git" directory extension 14 лет назад
RepositoryChangedEvent.java Initial JGit contribution to eclipse.org 14 лет назад
RepositoryConfig.java Initial JGit contribution to eclipse.org 14 лет назад
RepositoryListener.java Initial JGit contribution to eclipse.org 14 лет назад
RepositoryState.java Initial JGit contribution to eclipse.org 14 лет назад
SymbolicRef.java Rewrite reference handling to be abstract and accurate 14 лет назад
SymlinkTreeEntry.java s/StringBuffer/StringBuilder as appropriate where no concurrency is needed 14 лет назад
Tag.java s/StringBuffer/StringBuilder as appropriate where no concurrency is needed 14 лет назад
TextProgressMonitor.java Initial JGit contribution to eclipse.org 14 лет назад
TransferConfig.java Initial JGit contribution to eclipse.org 14 лет назад
Tree.java s/StringBuffer/StringBuilder as appropriate where no concurrency is needed 14 лет назад
TreeEntry.java s/StringBuffer/StringBuilder as appropriate where no concurrency is needed 14 лет назад
TreeIterator.java Initial JGit contribution to eclipse.org 14 лет назад
TreeVisitor.java Initial JGit contribution to eclipse.org 14 лет назад
TreeVisitorWithCurrentDirectory.java Initial JGit contribution to eclipse.org 14 лет назад
Treeish.java Initial JGit contribution to eclipse.org 14 лет назад
UnpackedObjectCache.java Initial JGit contribution to eclipse.org 14 лет назад
UnpackedObjectLoader.java Fix handling of corruption for truncated objects 14 лет назад
UserConfig.java Initial JGit contribution to eclipse.org 14 лет назад
WholePackedObjectLoader.java Initial JGit contribution to eclipse.org 14 лет назад
WindowCache.java Remove trailing whitespace at end of line 14 лет назад
WindowCacheConfig.java Initial JGit contribution to eclipse.org 14 лет назад
WindowCursor.java Remove trailing whitespace at end of line 14 лет назад
WorkDirCheckout.java Remove trailing whitespace at end of line 14 лет назад
WriteTree.java Initial JGit contribution to eclipse.org 14 лет назад