aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make Tag class only for writingShawn O. Pearce2010-08-2011-338/+185
* Make Commit class only for writingShawn O. Pearce2010-08-2015-454/+378
* Correct PersonIdent hashCode() and equals() to ignore millisecondsShawn O. Pearce2010-08-201-2/+5
* Try really hard to load a commit or tagShawn O. Pearce2010-08-201-1/+25
* Fix ReadTreeTests to not rely on cached indexChristian Halstrick2010-08-202-1/+7
* Fix formatting of serialization code in ObjectIdShawn O. Pearce2010-08-191-3/+4
* Make ObjectId.compareTo finalShawn O. Pearce2010-08-191-4/+4
* Make ObjectId.hashCode final tooShawn O. Pearce2010-08-191-1/+1
* Remove unnecessary ObjectId.copy() callsShawn O. Pearce2010-08-197-14/+10
* Fix missing Configuration Change eventingMathias Kinzler2010-08-195-1/+146
* Enhance MergeResult to report conflicts, etcChristian Halstrick2010-08-193-25/+136
* Allow for optional tagger and message in TagChris Aniszczyk2010-08-181-4/+7
* Remove getter and setter for author in TagChris Aniszczyk2010-08-183-27/+14
* Add blob-data to utility method indexState()Christian Halstrick2010-08-183-66/+68
* added resetIndex() to RepositoryTestCaseChristian Halstrick2010-08-183-23/+55
* Do not trigger RefsChangedEvent on the first attempt to read a refRobin Rosenberg2010-08-181-1/+1
* Add FileRepository(String) convenience constructorKetan Padegaonkar2010-08-181-0/+14
* Merge "Backout RevObject's object-identity based equals implementation"Shawn Pearce2010-08-183-17/+7
|\
| * Backout RevObject's object-identity based equals implementationMatthias Sohn2010-08-153-17/+7
* | Set default file encoding used for JGit tests to UTF-8Matthias Sohn2010-08-161-0/+1
|/
* Merge "Fix RevCommitList to work with subclasses of RevWalk"Shawn Pearce2010-08-121-6/+2
|\
| * Fix RevCommitList to work with subclasses of RevWalkMatthias Sohn2010-08-131-6/+2
* | Improve IndexDiff performanceJens Baumgart2010-08-122-0/+97
|/
* Merge "Hide Maven target directories from Eclipse"Chris Aniszczyk2010-08-1111-0/+121
|\
| * Hide Maven target directories from EclipseRobin Rosenberg2010-08-0811-0/+121
* | 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
| |/ / |/| |