summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Use java.nio.file consistently in FSMatthias Sohn2015-09-276-152/+9
* Deprecate FileUtil and move the code to FileUtilsAndrey Loskutov2015-09-275-132/+285
* [performance] Cache platform name in SystemReaderAndrey Loskutov2015-09-271-14/+26
* [ignore rules] fix for backslash handlingAndrey Loskutov2015-09-266-9/+50
* [ignore rules] Fix for character group matcherAndrey Loskutov2015-09-261-1/+1
* Merge "Show submodule difference as a hunk"Matthias Sohn2015-09-251-19/+14
|\
| * Show submodule difference as a hunkJacob Keller2015-09-241-19/+14
* | Properly support special regex characters in ignore rulesAndrey Loskutov2015-09-241-1/+15
|/
* Fix endless loop in ObjectChecker for MacOSChristian Halstrick2015-09-171-1/+2
* Fix warnings about missing serialVersionUIDHugo Arès2015-09-171-0/+2
* UploadPack: Verify clients send only commits for shallow linesShawn Pearce2015-09-144-0/+35
* S3 transport: Fix check for tmpdirShawn Pearce2015-09-101-1/+1
* URIish: fall back to host as humanish namePatrick Steinhardt2015-09-101-6/+14
* PushCertificateStore: Don't add no-op command to batchDave Borowitz2015-09-021-1/+1
* Restore lazy Bundle-ActivationPolicy removed in 3a4a5a4eMatthias Sohn2015-08-311-0/+1
* Update uses-clauses in OSGi manifestsMatthias Sohn2015-08-311-7/+14
* Use java.io.File to check existence of loose objects in ObjectDirectoryMatthias Sohn2015-08-281-1/+1
* Fix warnings on FileUtils.isStaleFileHandle()Matthias Sohn2015-08-261-1/+3
* Deprecate redundant FileUtil.delete(File), use FileUtils insteadAndrey Loskutov2015-08-265-20/+4
* Handle stale file handles on packed-refs fileMartin Fick2015-08-263-16/+38
* Merge "Add public isStaleFileHandle() API, improve detection."Matthias Sohn2015-08-262-4/+12
|\
| * Add public isStaleFileHandle() API, improve detection.Martin Fick2015-08-252-4/+12
* | Set "potentialNullReference" to "error" level and fixed all issuesAndrey Loskutov2015-08-225-16/+39
|/
* Enable annotation based NPE analysis in jgitAndrey Loskutov2015-08-203-4/+11
* Restored obsoleted createSymLink/readSymLink in FileUtilAndrey Loskutov2015-08-182-14/+25
* Use NIO2 to implement FileUtils.rename() and expose optionsMatthias Sohn2015-08-171-14/+55
* Move createSymLink/readSymLink to FileUtilsAndrey Loskutov2015-08-179-78/+42
* Merge "Change FS not to throw NPE when facing InMemory databases"Christian Halstrick2015-08-172-1/+7
|\
| * Change FS not to throw NPE when facing InMemory databasesChristian Halstrick2015-08-162-1/+7
* | Expose the set of root commits in PackStatisticsShawn Pearce2015-08-162-0/+13
|/
* Fix NPE in DfsGarbageCollector and further reduce memoryShawn Pearce2015-08-142-26/+47
* Cleanup Attributes and remove obsoleted Java7BasicAttributes classAndrey Loskutov2015-08-132-32/+14
* Merge "Remove "experimental" from the description of the pack bitmap index"Shawn Pearce2015-08-131-2/+1
|\
| * Remove "experimental" from the description of the pack bitmap indexTerry Parker2015-07-201-2/+1
* | PackWriter: shed memory while creating bitmapsShawn Pearce2015-08-131-41/+53
* | Merge "Do not retain commit body during bitmap generation"Shawn Pearce2015-08-131-0/+1
|\ \
| * | Do not retain commit body during bitmap generationShawn Pearce2015-08-121-0/+1
* | | Merge "Bitmap builder: actually compress EWAH bitmaps in memory"Shawn Pearce2015-08-131-0/+5
|\ \ \
| * | | Bitmap builder: actually compress EWAH bitmaps in memoryShawn Pearce2015-08-121-0/+5
| |/ /
* / / Consider original file mode while checking parent ignore rulesAndrey Loskutov2015-08-121-4/+7
|/ /
* | Clone should create Git instances which are able to close repositoryAndrey Loskutov2015-08-042-2/+2
* | Merge "Clone should close repository after errors in fetch or checkout"Christian Halstrick2015-08-041-1/+8
|\ \
| * | Clone should close repository after errors in fetch or checkoutAndrey Loskutov2015-08-021-1/+8
* | | containsGitModulesFile() should not crash on bare repositoryAndrey Loskutov2015-08-031-6/+6
|/ /
* | Fixed javadoc: the getBranch() and getFullBranch() can return nullAndrey Loskutov2015-07-291-4/+6
* | PushCertificate: Omit null pushee from text representationDave Borowitz2015-07-281-3/+5
* | Fix ResolveMerger when files should be replaced by foldersChristian Halstrick2015-07-231-7/+9
* | Merge "Fix typos in javadoc of ObjectId.equals()"Matthias Sohn2015-07-211-4/+4
|\ \
| * | Fix typos in javadoc of ObjectId.equals()Matthias Sohn2015-07-201-4/+4
| |/
* | Don't keep empty ignore rules in the ignore node listAndrey Loskutov2015-07-212-1/+12