summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TransportHttp does not honor timeout settingMathias Kinzler2010-08-101-0/+2
* Fix NPE on commit in empty RepositoryJens Baumgart2010-08-091-4/+16
* Merge branch 'rename-bug'Shawn O. Pearce2010-08-062-6/+9
|\
| * Fix ArrayIndexOutOfBounds on non-square exact rename matrixShawn O. Pearce2010-08-062-6/+9
* | Merge changes I39bfefee,I47795987,I70d120fb,I58cc5e01,I96bee7b9Shawn O. Pearce2010-08-0517-516/+974
|\ \
| * | Enable configuration of non-standard pack settingsShawn O. Pearce2010-07-281-0/+6
| * | Pass PackConfig down to PackWriter when packingShawn O. Pearce2010-07-289-15/+140
| * | Simplify UploadPack use of options during writingShawn O. Pearce2010-07-281-4/+2
| * | Move PackWriter configuration to PackConfigShawn O. Pearce2010-07-288-500/+668
| * | Allow PackWriter callers to manage the thread poolShawn O. Pearce2010-07-282-24/+185
* | | Merge "Remove static progress task names from PackWriter"Shawn O. Pearce2010-08-051-30/+6
|\| |
| * | Remove static progress task names from PackWriterShawn O. Pearce2010-07-281-30/+6
* | | Merge "Add "all" parameter to the commit Command"Chris Aniszczyk2010-08-052-0/+63
|\ \ \
| * | | Add "all" parameter to the commit CommandStefan Lay2010-08-042-0/+63
* | | | Merge "Add the parameter "update" to the Add command"Chris Aniszczyk2010-08-053-84/+214
|\| | |
| * | | Add the parameter "update" to the Add commandStefan Lay2010-08-043-84/+214
* | | | Merge "add fsTick() to RepositoryTestCase"Chris Aniszczyk2010-08-052-32/+36
|\| | |
| * | | add fsTick() to RepositoryTestCaseChristian Halstrick2010-08-042-32/+36
* | | | Merge "add more control to indexState() return-value"Chris Aniszczyk2010-08-052-52/+84
|\| | |
| * | | add more control to indexState() return-valueChristian Halstrick2010-08-042-52/+84
* | | | Allow to replace existing Change-IdStefan Lay2010-08-052-3/+89
* | | | Rename getOldName,getNewName to getOldPath,getNewPathShawn O. Pearce2010-08-0414-142/+142
* | | | Merge branch 'js/diff'Shawn O. Pearce2010-08-042-1/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixed bug in scoring mechanism for rename detectionJeff Schumacher2010-08-042-1/+17
* | | | Add gitignore support to IndexDiff and use TreeWalkJens Baumgart2010-08-042-62/+147
| |/ / |/| |
* | | Merge "Fixed FileTreeIteratorWithTimeControl"Christian Halstrick2010-08-031-2/+4
|\ \ \
| * | | Fixed FileTreeIteratorWithTimeControlStefan Lay2010-07-301-2/+4
* | | | Allow version builtin to run without git repositoryBenjamin Muskalla2010-08-021-0/+5
|/ / /
* | | Make use of Repository.writeMerge...()Christian Halstrick2010-07-291-6/+3
* | | Remove use of SortedSet.floor()Shawn O. Pearce2010-07-281-3/+4
* | | Merge "Fix tag sorting in PlotWalk"Christian Halstrick2010-07-282-14/+17
|\ \ \
| * | | Fix tag sorting in PlotWalkShawn O. Pearce2010-07-282-14/+17
* | | | Add tests for racy git / Index state encodingChristian Halstrick2010-07-283-0/+414
* | | | Meaningful error message when trying to check-out submodulesMathias Kinzler2010-07-283-0/+6
* | | | Fix unit tests under windowsChristian Halstrick2010-07-281-1/+1
|/ / /
* | | Teach NameConflictTreeWalk to report DF conflictsChristian Halstrick2010-07-282-0/+90
* | | Stack Overflow in EGit History View Mathias Kinzler2010-07-281-2/+3
| |/ |/|
* | Break dissimilar file pairs during diffJeff Schumacher2010-07-276-21/+276
* | Add methods which write MERGE_HEAD and MERGE_MSGChristian Halstrick2010-07-272-3/+168
* | Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-2725-50/+122
* | Fix Javadoc warningsRobin Stocker2010-07-275-17/+16
* | Make forPath(ObjectReader) variant in TreeWalkShawn O. Pearce2010-07-271-8/+40
* | Make StoredConfig an abstraction above FileBasedConfigShawn O. Pearce2010-07-263-2/+94
* | Merge branch 'delta'Shawn O. Pearce2010-07-22242-5573/+13969
|\ \
| * | Discard the uncompressed delta as soon as its compressedShawn O. Pearce2010-07-161-0/+1
| * | Honor pack.windowlimit to cap memory usage during packingShawn O. Pearce2010-07-093-4/+89
| * | Honor pack.threads and perform delta search in parallelShawn O. Pearce2010-07-097-11/+358
| * | Cache small deltas during packingShawn O. Pearce2010-07-095-21/+379
| * | Implement delta generation during packingShawn O. Pearce2010-07-093-1/+622
| * | debug-show-packdelta: Dump a pack delta to the consoleShawn O. Pearce2010-07-095-4/+147