aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Add support for pre-push hooksChristian Halstrick2015-11-023-2/+191
* | | | Enhance FS.runProcess() to support stdin-redirection and binary dataChristian Halstrick2015-11-021-40/+71
| |/ / |/| |
* | | Cleaned up various readPipe() threading issuesAndrey Loskutov2015-11-011-25/+24
* | | Don't report errors logged by FS with "debug" levelAndrey Loskutov2015-10-311-21/+7
|/ /
* | Building bitmaps: Simplify the logic to sort by chainsTerry Parker2015-10-291-15/+8
* | Merge "Pack bitmaps: improve readability"Jonathan Nieder2015-10-291-26/+42
|\ \
| * | Pack bitmaps: improve readabilityTerry Parker2015-10-281-26/+42
* | | JGit CLI should check if calling itself when invoking native git exeKaloyan Raev2015-10-291-0/+8
* | | [performance] Remove synthetic access$ methods in dfs, diff and mergeAndrey Loskutov2015-10-285-17/+17
* | | [performance] Remove synthetic access$ methods in lib, util and dircacheAndrey Loskutov2015-10-288-23/+23
* | | [performance] Remove synthetic access$ methods in transport packageAndrey Loskutov2015-10-2812-51/+51
|/ /
* | [performance] Remove synthetic access$ methods in pack and file packagesAndrey Loskutov2015-10-2813-51/+51
* | Add best-effort variant of File.getCanonicalFile()Thomas Wolf2015-10-221-0/+25
* | Expose bitmap selection parameters via PackConfigTerry Parker2015-10-213-16/+283
* | Update bitmap selection throttling to fully span active branches.Terry Parker2015-10-213-149/+271
* | Adding JGitV1 and JGitV2 Walk EncryptionAndrei Pozolotin2015-10-182-24/+335
* | Adding AES Walk Encryption support in http://www.jets3t.org/ modeAndrei Pozolotin2015-10-183-66/+156
* | Merge "Don't call reader.close() 2 times on dispose()"Matthias Sohn2015-10-101-1/+0
|\ \
| * | Don't call reader.close() 2 times on dispose()Andrey Loskutov2015-10-101-1/+0
* | | Merge "Limit the range of commits for which bitmaps are created."Shawn Pearce2015-10-108-11/+86
|\ \ \ | |/ / |/| |
| * | Limit the range of commits for which bitmaps are created.Terry Parker2015-10-088-11/+86
* | | Delete non empty directories before checkout a pathAndrey Loskutov2015-10-094-7/+65
|/ /
* | Align docstring for RepoCommand.setRecordRemoteBranch with argumentStefan Beller2015-10-061-3/+3
* | Merge "RepoCommand: Add setRecordRemoteBranch option to record upstream branch"Jonathan Nieder2015-10-051-2/+31
|\ \
| * | RepoCommand: Add setRecordRemoteBranch option to record upstream branchStefan Beller2015-10-051-2/+31
* | | Merge "[ignore rules] fix for handling unmatched '[' brackets"Matthias Sohn2015-10-021-3/+1
|\ \ \ | |_|/ |/| |
| * | [ignore rules] fix for handling unmatched '[' bracketsAndrey Loskutov2015-09-301-3/+1
| |/
* | FanoutBucket: Create ObjectInserter.Formatter in try-with-resourceDavid Pursehouse2015-10-011-2/+2
* | Fix compiler warnings in DiffFormatter.writeGitLinkTextDavid Pursehouse2015-09-301-3/+2
|/
* Use java.nio.file consistently in FSMatthias Sohn2015-09-275-151/+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-143-0/+34
* 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
* 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-262-16/+37
* 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-224-15/+38
|/