summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Allow leading/trailing spaces in ignore rulesAndrey Loskutov2015-07-211-2/+2
* | Don't crash while parsing ignore patternsAndrey Loskutov2015-07-214-1/+20
* | Allow leading literal '#' and '!' in ignore rules if they are escapedAndrey Loskutov2015-07-211-15/+22
* | Don't trim trailing space if it is escaped with backslashAndrey Loskutov2015-07-211-1/+24
* | Consider only escaping backslash for regular expressions in ignore rulesAndrey Loskutov2015-07-211-2/+20
|/
* DFS: Remove now-redundant getOneRefJonathan Nieder2015-07-161-9/+1
* DFS: Override exactRef() with optimal versionShawn Pearce2015-07-161-0/+7
* PushCertificate: Add toTextWithSignature() methodDave Borowitz2015-07-151-2/+15
* PushCertificateParser: Add fromString methodDave Borowitz2015-07-151-0/+18
* BaseReceivePack: Add method to override the push certDave Borowitz2015-07-151-0/+14
* BaseReceivePack: Don't throw from getPushCertificate()Dave Borowitz2015-07-151-3/+4
* PushCertificateStore: Return boolean from batch save methodsDave Borowitz2015-07-151-2/+4
* Allow saving push certs on a subset of refsDave Borowitz2015-07-151-4/+67
* PushCertificateStore: Add method to save in batchDave Borowitz2015-07-131-13/+57
* Fixed @since tags on new APIAndrey Loskutov2015-07-122-2/+4
* Store push certificates in refs/meta/push-certsDave Borowitz2015-07-103-0/+449
* Add setTargetBranch in RepoCommand.Yuxuan 'fishy' Wang2015-07-101-14/+35
* PushCertificateParser: Move reader parsing to instance methodDave Borowitz2015-07-091-17/+35
* PushCertificateParser: Make constructor publicDave Borowitz2015-07-091-1/+7
* Report PackProtocolExceptions to client during receive-packDave Borowitz2015-07-092-47/+52
* PushCertificate: implement hashCode/equals/toStringDave Borowitz2015-07-091-0/+42
* PushCertificateParser: Make pushee optionalDave Borowitz2015-07-092-7/+12
* PushCertificateParser: Change error string for invalid fieldDave Borowitz2015-07-091-1/+1
* PushCertificateParser: Add method for parsing from a streamDave Borowitz2015-07-091-23/+140