summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* DfsBlockCache: Fix NPE when evicting empty cellShawn O. Pearce2011-11-081-1/+1
* Merge "Do not resolve path using cygwin unless told to"Shawn Pearce2011-11-041-5/+8
|\
| * Do not resolve path using cygwin unless told toRobin Rosenberg2011-10-281-5/+8
* | Merge changes Icea2572d,I2633e472,I207c0c93,I10cee76c,Ifd78e8ce,I890b5fcc,Ia0...Shawn Pearce2011-11-0439-0/+8103
|\ \
| * | DfsBlockCache: Update hits to not include contains()Colby Ranger2011-11-041-12/+23
| * | Add a listener for changes to a DfsObjDatabase's pack filesDave Borowitz2011-11-043-3/+131
| * | Expose the reverse index size in the DfsPackDescriptionDave Borowitz2011-11-042-5/+10
| * | Add a DfsPackFile method to get the number of cached bytesDave Borowitz2011-11-043-2/+19
| * | Expose the list of pack files in the DfsBlockCacheDave Borowitz2011-11-041-2/+19
| * | Add a DFS repository description and reference it in each packDave Borowitz2011-11-046-14/+165
| * | Clarify the docstring of DfsBlockCache.reconfigure()Dave Borowitz2011-11-041-3/+2
| * | DFS: A storage layer for JGitShawn O. Pearce2011-11-0436-0/+7775
* | | Merge "Allow '\' in user names in URI-ish"Shawn Pearce2011-11-041-1/+1
|\ \ \
| * | | Allow '\' in user names in URI-ishRobin Rosenberg2011-11-041-1/+1
* | | | Merge "Provide an id for submodule entries."Shawn Pearce2011-11-042-3/+70
|\ \ \ \
| * | | | Provide an id for submodule entries.Kevin Sawicki2011-11-042-3/+70
| |/ / /
* / / / Fix NPE when PATH environment variable is emptyCarl Myers2011-11-041-0/+13
|/ / /
* | | Merge "Implement Config.Entry.toString() to help debugging"Shawn Pearce2011-11-031-0/+15
|\ \ \
| * | | Implement Config.Entry.toString() to help debuggingMatthias Sohn2011-10-271-0/+15
| | |/ | |/|
* | | Merge "DirCacheEntry: accessors for cached creation time (CTIME)"Shawn Pearce2011-11-031-1/+21
|\ \ \
| * | | DirCacheEntry: accessors for cached creation time (CTIME)Marc Strapetz2011-10-311-1/+21
* | | | Suppress unused and unchecked warningsKevin Sawicki2011-11-031-0/+2
|/ / /
* | | Merge "Ensure the ObjectInserter flushes after a merge"Shawn O. Pearce2011-10-281-1/+4
|\ \ \ | |/ / |/| / | |/
| * Ensure the ObjectInserter flushes after a mergeShawn O. Pearce2011-10-261-1/+4
* | Merge "Enable full Transport configuration for JGit API commands"Shawn Pearce2011-10-275-0/+142
|\ \ | |/ |/|
| * Enable full Transport configuration for JGit API commandsRoberto Tyley2011-09-165-0/+142
* | Merge changes I488e9c97,I30f1049f,I1c088dceMatthias Sohn2011-10-264-2/+206
|\ \
| * | Cosmetic adjustment of relative date format, do not display "0 months"Robin Rosenberg2011-10-263-2/+6
| * | Define a utility class for handling Git date formatsRobin Rosenberg2011-10-231-0/+200
* | | Merge "Allow detecting which files were renamed during a revwalk"Matthias Sohn2011-10-264-1/+91
|\ \ \
| * | | Allow detecting which files were renamed during a revwalkCarsten Pfeiffer2011-10-254-1/+91
* | | | Fix compatibilty breakage for SystemReaderRobin Rosenberg2011-10-231-11/+8
| |/ / |/| |
* | | Add locale to the properties manageable by SystemReaderRobin Rosenberg2011-10-201-0/+11
* | | Add a method to SystemReader to get the time zoneRobin Rosenberg2011-10-201-1/+10
* | | Use the SystemReader to get system timeRobin Rosenberg2011-10-201-1/+2
|/ /
* | Fix bad checkout behaviour when a file is removedRobin Rosenberg2011-10-181-6/+4
* | Correct typo in RevWalk.parseBody commentKevin Sawicki2011-10-141-1/+1
* | Merge "Extend IndexDiff to calculate ignored files and folders"Christian Halstrick2011-10-102-3/+38
|\ \
| * | Extend IndexDiff to calculate ignored files and foldersJens Baumgart2011-10-052-3/+38
* | | Merge changes I7cdb563b,I7f60ae68,I7bd1e769,I92683805,I0e51a8e6Shawn O. Pearce2011-10-075-17/+145
|\ \ \
| * | | UploadPack: Fix races in smart HTTP negotiationShawn O. Pearce2011-09-141-9/+109
| * | | PackWriter: Export more statisticsShawn O. Pearce2011-09-141-0/+24
| * | | Do not requeue state vector in stateless RPC fetchShawn O. Pearce2011-09-141-1/+3
| * | | Wrap excessively long line in BasePackFetchConnectionShawn O. Pearce2011-09-141-1/+3
| * | | Fix smart HTTP client stream alignment errorsShawn O. Pearce2011-09-142-6/+6
* | | | Merge "Fix DirCacheEdtor.DeleteTree for empty string argument"Christian Halstrick2011-10-051-1/+4
|\ \ \ \
| * | | | Fix DirCacheEdtor.DeleteTree for empty string argumentRobin Rosenberg2011-10-011-1/+4
* | | | | Add missing comment text for mergeCommitTree parameterKevin Sawicki2011-10-041-1/+1
| |_|/ / |/| | |
* | | | Do not attempt to resolve describe-labels with less than four digitsRobin Rosenberg2011-10-031-1/+1
* | | | Add varargs version of PathFilterGroup.createFromStringsKevin Sawicki2011-09-301-0/+27