summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-18255-664/+717
* 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-162-54/+120
* | NameRevCommand: Don't use merge cost for first parentDave Borowitz2013-03-152-18/+22
* | Merge "A folder does not constitute a dirty work tree"Robin Rosenberg2013-03-153-2/+83
|\ \
| * | A folder does not constitute a dirty work treeRobin Rosenberg2013-03-103-2/+83
* | | 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-142-4/+17
* | Allow adding single refs or all tags to NameRevCommandDave Borowitz2013-03-132-21/+94
* | 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-113-0/+511
|\ \ \ | |_|/ |/| |
| * | Add a NameRevCommand for describing IDs in terms of refnamesDave Borowitz2013-03-113-0/+511
* | | 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-082-37/+52
* | Extend FileUtils.delete with option to delete empty directories onlyRobin Rosenberg2013-03-082-1/+70
|/
* Add javaewah bundle to features using itMatthias Sohn2013-03-072-0/+16
* 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
* Added read/write support for pack bitmap index.Colby Ranger2013-03-0532-6/+2790
* Merge "Break the dependency on RevObject when creating a newObjectToPack()."Shawn Pearce2013-03-048-35/+25
|\
| * Break the dependency on RevObject when creating a newObjectToPack().Colby Ranger2013-03-048-35/+25
* | Merge "Fix RefUpdate performance for existing Refs"Shawn Pearce2013-03-041-1/+2
|\ \
| * | Fix RefUpdate performance for existing RefsRoberto Tyley2013-03-011-1/+2
* | | Merge "Fix corrupted CloneCommand bare-repo fetch-refspec (#402031)"Shawn Pearce2013-03-042-5/+31
|\ \ \ | |_|/ |/| |
| * | Fix corrupted CloneCommand bare-repo fetch-refspec (#402031)Roberto Tyley2013-03-042-5/+31
| |/
* | Merge "Remove the unused method PackFile.hasExt()."Colby Ranger2013-03-041-7/+0
|\ \ | |/ |/|
| * Remove the unused method PackFile.hasExt().Colby Ranger2013-03-041-7/+0
* | Merge "Improve the documentation of the ByteArraySet used by PathFilterGroup"Shawn Pearce2013-02-281-4/+12
|\ \ | |/ |/|
| * Improve the documentation of the ByteArraySet used by PathFilterGroupRobin Rosenberg2013-02-221-4/+12
* | Include supported extensions in PackFile constructor.Colby Ranger2013-02-284-22/+85
* | Fix while boundries in DateRevQueue.add()Gustaf Lundh2013-02-251-1/+1
* | Merge "Performance fixes in DateRevQueue"Shawn Pearce2013-02-251-2/+62
|\ \