summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Add missing @since tags for new API methodsMatthias Sohn2013-04-072-0/+3
* DfsReaderOptions are options for a DFS stored repositoryMatthias Sohn2013-04-061-1/+1
* Support cutting existing delta chains longer than the max depthShawn Pearce2013-04-053-7/+81
* Micro-optimize reuseDeltaFor in PackWriterShawn Pearce2013-04-051-10/+6
* Static import OBJ_* constants into PackWriterShawn Pearce2013-04-051-55/+57
* Renumber internal ObjectToPack flagsShawn Pearce2013-04-041-14/+4
* Move wantWrite flag to be special offset 1Shawn Pearce2013-04-041-6/+4
* Don't delta compress garbage objectsShawn Pearce2013-04-042-6/+11
* Delete broken DFS read-ahead supportShawn Pearce2013-04-047-544/+17
* Optimize DFS object reuse selection codeShawn Pearce2013-04-045-103/+66
* Simplify size test in PackWriterShawn Pearce2013-04-041-8/+6
* Declare critical exposed methods of ObjectToPack finalShawn Pearce2013-04-041-11/+11
* Declare internal flag accessors of ObjectToPack finalShawn Pearce2013-04-041-22/+22
* Remove unused method isDeltaAttempted()Shawn Pearce2013-04-041-4/+0
* Simplify setDoNotDelta() to always set the flagShawn Pearce2013-04-042-9/+6
* Add the no-commit option to MergeCommandTomasz Zarna2013-04-042-8/+64
* Merge "Fix PathFilterGroup not to throw StopWalkException too early"Christian Halstrick2013-04-041-0/+13
|\
| * Fix PathFilterGroup not to throw StopWalkException too earlyRobin Rosenberg2013-04-031-0/+13
* | Merge "Indicate initial commit on a branch in the reflog"Christian Halstrick2013-04-041-1/+2
|\|
| * Indicate initial commit on a branch in the reflogRobin Rosenberg2013-04-021-1/+2
* | Speed up clone/fetch with large number of refsRobin Rosenberg2013-03-302-17/+110
|/
* Merge "When renaming the lock file succeeds the lock isn't held anymore"Robin Rosenberg2013-03-281-3/+8
|\
| * When renaming the lock file succeeds the lock isn't held anymoreMatthias Sohn2013-03-261-3/+8
* | Fix CommitCommand amend mode to preserve parent orderShawn Pearce2013-03-281-3/+2
* | Fixed parsing of URI with a IPv6-addressAndreas König2013-03-271-1/+1
* | Merge "File.renameTo behaves differently on Unix and Windows"Matthias Sohn2013-03-271-10/+6
|\ \
| * | File.renameTo behaves differently on Unix and WindowsRobin Rosenberg2013-03-261-10/+6
* | | Merge "Extend FileUtils.rename to common git semantics"Matthias Sohn2013-03-271-1/+17
|\| | | |/ |/|
| * Extend FileUtils.rename to common git semanticsRobin Rosenberg2013-03-261-1/+17
* | Always add FileExt to DfsPackDescriptionShawn Pearce2013-03-264-0/+8
|/
* Grant access to jgit internals to junit and http.server bundlesMatthias Sohn2013-03-221-1/+2
* Add missing @since tagsMatthias Sohn2013-03-2210-4/+25
* Fix @since tags in JGit, version 2.4 never existedTomasz Zarna2013-03-2118-9/+41
* Merge changes If98b0b97,I7c9c09b4Shawn Pearce2013-03-211-2/+18
|\
| * Add convenience factory method for most used builder patternMatthias Sohn2013-03-201-0/+15
| * Don't use internal type FileRepository in public APIMatthias Sohn2013-03-201-2/+3
* | Allow users to show server messages while pushingAndré Dietisheim2013-03-2111-27/+255
* | Don't verify host name when sslVerify is falseMatthias Sohn2013-03-191-0/+11
* | Fix formatting of PackConfig.toString() & GC.RepoStatistics.toString()Edwin Kempin2013-03-202-13/+13
* | Allow to get repo statistics from GarbageCollectionCommand before gcEdwin Kempin2013-03-203-0/+20
|/
* Merge "Fix GC for FileRepo in case packfile renames fail"Matthias Sohn2013-03-192-3/+48
|\
| * Fix GC for FileRepo in case packfile renames failChristian Halstrick2013-03-192-3/+48
* | Fix location of DfsText.propertiesShawn Pearce2013-03-191-0/+0
|/
* Make GC more robust against corrupt reflogsChristian Halstrick2013-03-191-1/+3
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-18150-349/+352
* Merge changes I2645d482,Ic81fefb1,Id64ab38dShawn Pearce2013-03-1813-326/+22
|\
| * Remove cached_packs support in favor of bitmapsShawn Pearce2013-03-1412-299/+5
| * Remove objects before optimization from DfsGarbageCollectorShawn Pearce2013-03-141-18/+7
| * Simplfy caching of DfsPackDescription from PackWriter.StatisticsShawn Pearce2013-03-143-9/+10
* | Use RawParseUtils.prevLF in RebaseCommandRobin Stocker2013-03-161-4/+2