41 Revīzijas (db6c2c2aa58f574383b51b3802e6817ac4cf8963)

Autors SHA1 Ziņojums Datums
  Thomas Wolf d9e767b431 Suppress warning for trying to delete non-empty directory pirms 5 gadiem
  Luca Milanesio 5a8ad44208 Do not ignore path deletion errors pirms 6 gadiem
  David Pursehouse 0c259eaf1d Replace explicit calls to initCause where possible pirms 6 gadiem
  Matthias Sohn 5480da5999 Fix javadoc in org.eclipse.jgit storage/file package pirms 6 gadiem
  Thomas Wolf c86327979f Write packed-refs directly when cloning pirms 6 gadiem
  Christian Halstrick 218cf3403d Honor trustFolderStats also when reading packed-refs pirms 6 gadiem
  Dave Borowitz 77a28e0d58 Support force writing reflog on a per-update basis pirms 6 gadiem
  Dave Borowitz b1ae96bf84 Ensure ReflogWriter only works with a RefDirectory pirms 6 gadiem
  Thomas Wolf c27f36dfc7 Fix missing RefsChangedEvent when packed refs are used pirms 6 gadiem
  Dave Borowitz 45da0fc6f7 RefDirectory: Add in-process fair lock for atomic updates pirms 6 gadiem
  Dave Borowitz 6f23210781 RefDirectory: Retry acquiring ref locks with backoff pirms 6 gadiem
  Dave Borowitz 26962861d4 Implement atomic BatchRefUpdates for RefDirectory pirms 7 gadiem
  Dave Borowitz f529fa6729 Fix deleting symrefs pirms 7 gadiem
  Dave Borowitz 9c33f7364d RefDirectory: Throw exception if CAS of packed ref list fails pirms 7 gadiem
  Dave Borowitz e08fa5afcd Short-circuit writing packed-refs if no refs were packed pirms 7 gadiem
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments pirms 7 gadiem
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning pirms 7 gadiem
  Hongkai Liu a33663fd4e Detect stale-file-handle error in causal chain pirms 7 gadiem
  Marc Strapetz c6459a6167 Fix possible SIOOBE in RefDirectory.parsePackedRefs pirms 7 gadiem
  Masaya Suzuki 3e27fb3719 Do not fake a SymbolicRef as an ObjectIdRef pirms 8 gadiem
  Marco Miller 734d5bb3c9 RefDirectory: remove ref lock file for following ref dir removal pirms 8 gadiem
  Marco Miller 05fd01656e Scan loose ref before packed in case gc about to remove the loose pirms 8 gadiem
  Hugo Arès 53ea86cd7b Fix RefDirectory not closing resources pirms 8 gadiem
  David Pursehouse e96cb22a43 Don't use deprecated LockFile constructor pirms 8 gadiem
  Andrey Loskutov 95b36b397b Null-annotated Ref class and fixed related compiler errors pirms 8 gadiem
  Matthias Sohn d2faec27a7 Raise error if FileNotFoundException is caught for an existing file pirms 8 gadiem
  Jonathan Nieder 1e47c7058d RefDirectory.getRef: Treat fake missing symrefs like real ones pirms 8 gadiem
  Jonathan Nieder 797f94d331 RefDirectory.exactRef: Do not ignore symrefs to unborn branch pirms 8 gadiem
  Andrey Loskutov 79a7dd026f [performance] Remove synthetic access$ methods in pack and file packages pirms 8 gadiem
  Martin Fick 06b446057c Handle stale file handles on packed-refs file pirms 8 gadiem
  Andrey Loskutov b5941c74e5 Set "potentialNullReference" to "error" level and fixed all issues pirms 9 gadiem
  Matthias Sohn 0e73d39506 Use AutoClosable to close resources in bundle org.eclipse.jgit pirms 9 gadiem
  Robin Rosenberg 5ef6d69532 Use the new FS.exists method in commonly occuring places pirms 11 gadiem
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage pirms 11 gadiem
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such pirms 11 gadiem
  Christian Halstrick 252727c4fc Support branches with name 'config' pirms 11 gadiem
  Christian Halstrick 4c3f017a77 Garbage collector for FileRepositories pirms 12 gadiem
  Kevin Sawicki 91f5ce3a15 Only increment mod count if packed-refs file changes pirms 12 gadiem
  Kevin Sawicki b37b7e69cd Add command support for dropping a stashed commit pirms 12 gadiem
  Robin Rosenberg 95d311f888 Move JGitText to an internal package pirms 12 gadiem
  Kevin Sawicki 97210fd6db Add command support for listing stashed commits pirms 12 gadiem
  Kevin Sawicki 656461a991 Add exception class for when locking a file fails pirms 12 gadiem
  Robin Rosenberg c536873c87 Fix reading of ref names containing characters that sort before / pirms 13 gadiem
  Christian Halstrick 475461d052 Fix usage of FileSnapshot in RefDirectory pirms 13 gadiem
  Christian Halstrick 2302a6d3ce Let RefDirectory use FileSnapShot to handle fast updates pirms 13 gadiem
  Shawn O. Pearce 33e65ec691 Fix sorting of names in RefDirectory pirms 13 gadiem
  Robin Stocker 6e10aa42e9 Add CHERRY_PICK_HEAD for cherry-pick conflicts pirms 13 gadiem
  Carsten Pfeiffer 11e2e746c1 Support reading first SHA-1 from large FETCH_HEAD files pirms 13 gadiem
  Christian Halstrick ffbaf694e2 Enhance RefDatabase with a refresh() method pirms 13 gadiem
  Shawn O. Pearce c261b28f67 RefDirectory: Use FileSnapshot for packed-refs pirms 13 gadiem