summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* [findBugs] Prefer short-cut logic as it's more performantMatthias Sohn2011-11-161-1/+1
* Merge "Implement DirCacheEntry.toString() to ease debugging"Christian Halstrick2011-11-111-0/+10
|\
| * Implement DirCacheEntry.toString() to ease debuggingMatthias Sohn2011-11-101-0/+10
* | Add detection of untracked folders to IndexDiffFilterJens Baumgart2011-11-102-3/+91
* | [blame] Fix blame following renames in non-toplevel directoriesCarsten Pfeiffer2011-11-101-0/+1
* | Support a configured credentials provider in LsRemoteCommandKevin Sawicki2011-11-106-216/+192
|/
* Merge changes Ibb3467f7,I2af99903Robin Rosenberg2011-11-101-36/+42
|\
| * Always use try/finally around DfsBlockCache.clockLockShawn O. Pearce2011-11-081-35/+41
| * DfsBlockCache: Fix NPE when evicting empty cellShawn O. Pearce2011-11-081-1/+1
* | Kill GitIndexRobin Rosenberg2011-11-093-1111/+0
* | Deprecate GitIndex more by using only DirCache internally.Robin Rosenberg2011-11-092-0/+2
|/
* 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-0437-0/+8098
|\ \
| * | 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-0434-0/+7770
* | | 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-263-2/+205
|\ \
| * | Cosmetic adjustment of relative date format, do not display "0 months"Robin Rosenberg2011-10-262-2/+5
| * | 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
|\ \ \