summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Extend FileUtils.rename to common git semanticsRobin Rosenberg2013-03-261-1/+17
* 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
* | Support aborting non-interactive rebase started from C GitRobin Stocker2013-03-161-53/+97
* | NameRevCommand: Don't use merge cost for first parentDave Borowitz2013-03-151-1/+8
* | Merge "A folder does not constitute a dirty work tree"Robin Rosenberg2013-03-152-2/+6
|\ \
| * | A folder does not constitute a dirty work treeRobin Rosenberg2013-03-102-2/+6
* | | Merge "Add toString() for PackConfig"Christian Halstrick2013-03-151-0/+18
|\ \ \
| * | | Add toString() for PackConfigEdwin Kempin2013-03-151-0/+18
| | |/ | |/|
* / | Add toString() for RepoStatisticsEdwin Kempin2013-03-151-0/+12
|/ /
* | NameRevCommand: Use ~ notation for first parents of mergesDave Borowitz2013-03-141-3/+2
* | Allow adding single refs or all tags to NameRevCommandDave Borowitz2013-03-131-21/+74
* | Merge "Cluster UNREACHABLE_GARBAGE packs at the end of the search list"Shawn Pearce2013-03-122-5/+20
|\ \
| * | Cluster UNREACHABLE_GARBAGE packs at the end of the search listShawn Pearce2013-03-082-5/+20
* | | Merge "Avoid repacking unreachable garbage in DfsGarbageCollector"Shawn Pearce2013-03-121-5/+52
|\ \ \
| * | | Avoid repacking unreachable garbage in DfsGarbageCollectorShawn Pearce2013-03-081-5/+52
| |/ /
* | | Merge changes Icd550359,If7aad533Shawn Pearce2013-03-124-87/+99
|\ \ \
| * | | Avoid looking at UNREACHABLE_GARBAGE for client have linesShawn Pearce2013-03-084-4/+39
| * | | Simplify UploadPack by parsing wants separately from havesShawn Pearce2013-03-081-83/+60
| |/ /
* | | Merge "Add a NameRevCommand for describing IDs in terms of refnames"Shawn Pearce2013-03-112-0/+338
|\ \ \ | |_|/ |/| |
| * | Add a NameRevCommand for describing IDs in terms of refnamesDave Borowitz2013-03-112-0/+338
* | | Add isRebasing to RepositoryStateRobin Stocker2013-03-091-0/+48
* | | Include the number of ms in timeout error messageRobin Stocker2013-03-083-8/+10
| |/ |/|
* | Do not cherry-pick merge commits during rebaseRobin Rosenberg2013-03-081-5/+1
* | Extend FileUtils.delete with option to delete empty directories onlyRobin Rosenberg2013-03-081-1/+24
|/
* Do not attempt to read bitmap from invalid packShawn Pearce2013-03-062-0/+4
* Rename DfsPackFile getBitmap method to match PackFileShawn Pearce2013-03-062-3/+3
* Write the bitmap index correctly in DFS GC.Colby Ranger2013-03-061-1/+1
* Enable writing bitmaps during GC by default.Colby Ranger2013-03-051-1/+1
* Enable writing pack indexes with bitmaps in the GC.Colby Ranger2013-03-056-31/+114
* Enable serving upload requests using bitmaps.Colby Ranger2013-03-052-0/+2
* Support creating pack bitmap indexes in PackWriter.Colby Ranger2013-03-0514-26/+1078