summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
* | | Search for annotated tag reuse firstShawn O. Pearce2011-11-181-2/+2
* | | Correct progress monitor on "Getting sizes:" phaseShawn O. Pearce2011-11-181-2/+2
* | | Refactor DfsReader selection of cached packsShawn O. Pearce2011-11-181-3/+6
|/ /
* | Merge changes I366435e2,I64577f8fShawn Pearce2011-11-182-1/+8
|\ \
| * | [findBugs] Silence returning null for StringUtils.toBooleanOrNull()Matthias Sohn2011-11-161-0/+7
| * | [findBugs] Prefer short-cut logic as it's more performantMatthias Sohn2011-11-161-1/+1
* | | Keep track of a static collection of all PackWriter instancesDave Borowitz2011-11-141-0/+52
* | | Estimate the amount of memory used by a PackWriterDave Borowitz2011-11-141-3/+42
* | | Add an object encapsulating the state of a PackWriterDave Borowitz2011-11-143-14/+108
|/ /
* | 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-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
| |/ / |/| |