15 Commits (eaedbc3980af92b0d139b4f6d5511109763596ed)

Author SHA1 Message Date
  Marco Miller 734d5bb3c9 RefDirectory: remove ref lock file for following ref dir removal 8 years ago
  Marco Miller 05fd01656e Scan loose ref before packed in case gc about to remove the loose 8 years ago
  Hugo Arès 53ea86cd7b Fix RefDirectory not closing resources 8 years ago
  David Pursehouse e96cb22a43 Don't use deprecated LockFile constructor 8 years ago
  Andrey Loskutov 95b36b397b Null-annotated Ref class and fixed related compiler errors 8 years ago
  Matthias Sohn d2faec27a7 Raise error if FileNotFoundException is caught for an existing file 8 years ago
  Jonathan Nieder 1e47c7058d RefDirectory.getRef: Treat fake missing symrefs like real ones 8 years ago
  Jonathan Nieder 797f94d331 RefDirectory.exactRef: Do not ignore symrefs to unborn branch 8 years ago
  Andrey Loskutov 79a7dd026f [performance] Remove synthetic access$ methods in pack and file packages 8 years ago
  Martin Fick 06b446057c Handle stale file handles on packed-refs file 8 years ago
  Andrey Loskutov b5941c74e5 Set "potentialNullReference" to "error" level and fixed all issues 8 years ago
  Matthias Sohn 0e73d39506 Use AutoClosable to close resources in bundle org.eclipse.jgit 9 years ago
  Robin Rosenberg 5ef6d69532 Use the new FS.exists method in commonly occuring places 11 years ago
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 years ago
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11 years ago
  Christian Halstrick 252727c4fc Support branches with name 'config' 11 years ago
  Christian Halstrick 4c3f017a77 Garbage collector for FileRepositories 12 years ago
  Kevin Sawicki 91f5ce3a15 Only increment mod count if packed-refs file changes 12 years ago
  Kevin Sawicki b37b7e69cd Add command support for dropping a stashed commit 12 years ago
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 12 years ago
  Kevin Sawicki 97210fd6db Add command support for listing stashed commits 12 years ago
  Kevin Sawicki 656461a991 Add exception class for when locking a file fails 12 years ago
  Robin Rosenberg c536873c87 Fix reading of ref names containing characters that sort before / 13 years ago
  Christian Halstrick 475461d052 Fix usage of FileSnapshot in RefDirectory 13 years ago
  Christian Halstrick 2302a6d3ce Let RefDirectory use FileSnapShot to handle fast updates 13 years ago
  Shawn O. Pearce 33e65ec691 Fix sorting of names in RefDirectory 13 years ago
  Robin Stocker 6e10aa42e9 Add CHERRY_PICK_HEAD for cherry-pick conflicts 13 years ago
  Carsten Pfeiffer 11e2e746c1 Support reading first SHA-1 from large FETCH_HEAD files 13 years ago
  Christian Halstrick ffbaf694e2 Enhance RefDatabase with a refresh() method 13 years ago
  Shawn O. Pearce c261b28f67 RefDirectory: Use FileSnapshot for packed-refs 13 years ago
  Sasa Zivkov 3a86868c08 Detaching HEAD when checking out the same commit. 13 years ago
  Marc Strapetz 57d13c047f Fix processing of broken symbolic references in RefDirectory 13 years ago
  Marc Strapetz b297cf67a9 Fix processing of broken symbolic references in RefDirectory 13 years ago
  Matthias Sohn 38eec8f4a2 [findbugs] Do not ignore exceptional return value of mkdir 13 years ago
  Shawn O. Pearce e0e7fe531d Support core.fsyncRefFiles option 13 years ago
  Christian Halstrick 2c38e5d461 Prevent endless loop of events fired by RefsDirectory 13 years ago
  Christian Halstrick a4f7992dfb Add support for special symref FETCH_HEAD and MERGE_HEAD 13 years ago
  Robin Rosenberg a85c08e1c8 Do not trigger RefsChangedEvent on the first attempt to read a ref 14 years ago
  Jens Baumgart db82b8d7eb Fix concurrent read / write issue in LockFile on Windows 14 years ago
  Shawn O. Pearce 515deaf7e5 Ensure RevWalk is released when done 14 years ago
  Shawn O. Pearce ad5238dc67 Move FileRepository to storage.file.FileRepository 14 years ago
  Shawn O. Pearce 8a9844b2af Redo event listeners to be more generic 14 years ago
  Shawn O. Pearce 4c14b7623d Make lib.Repository abstract and lib.FileRepository its implementation 14 years ago
  Shawn O. Pearce 47c07e1a0d Replace manual peel loops with RevWalk.peel 14 years ago
  Shawn O. Pearce e1b312b5f7 Use CoreConfig, UserConfig and TransferConfig directly 14 years ago
  Marc Strapetz 936e4ab2f2 Repository can be configured with FS 14 years ago
  Sasa Zivkov f3d8a8ecad Externalize strings from JGit 14 years ago
  Robin Rosenberg 6da38b9474 Optimize ref scanning 14 years ago
  Shawn O. Pearce 73b6efc928 Replace writeSymref with RefUpdate.link 14 years ago
  Shawn O. Pearce 01b5392cdb Rewrite reference handling to be abstract and accurate 14 years ago