aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | PullCommand: support upstream configuration for local branchesMathias Kinzler2010-10-284-33/+91
* | Merge "Fix FQCN of moved classes in FindBugsExcludeFilter.xml"Shawn Pearce2010-10-281-2/+2
|\ \
| * | Fix FQCN of moved classes in FindBugsExcludeFilter.xmlRobin Stocker2010-10-281-2/+2
* | | Merge "Make AbbreviatedObjectId serializable"Shawn Pearce2010-10-281-1/+4
|\ \ \
| * | | Make AbbreviatedObjectId serializableRobin Stocker2010-10-281-1/+4
| |/ /
* | | Merge "Fix oddness check in MyersDiff for negative numbers"Shawn Pearce2010-10-281-3/+3
|\ \ \
| * | | Fix oddness check in MyersDiff for negative numbersRobin Stocker2010-10-281-3/+3
| |/ /
* / / Fix FindBugs and Eclipse warnings in org.eclipse.jgit.uiRobin Stocker2010-10-284-3/+13
|/ /
* | Merge "Call ProgressMonitor.update() from main thread"Shawn O. Pearce2010-10-274-36/+299
|\ \
| * | Call ProgressMonitor.update() from main threadShawn O. Pearce2010-10-274-36/+299
* | | Prevent endless loop of events fired by RefsDirectoryChristian Halstrick2010-10-271-0/+7
| |/ |/|
* | Optimize DirCacheCheckoutLluis Sanchez2010-10-261-2/+7
* | Add option to select diff algorithm for diff commandChristian Halstrick2010-10-262-0/+19
* | Merge "[findbugs] Respect exclude filter in maven build"Shawn Pearce2010-10-251-0/+1
|\ \
| * | [findbugs] Respect exclude filter in maven buildMatthias Sohn2010-10-231-0/+1
* | | Merge "Allow setting a filter in IndexDiff"Christian Halstrick2010-10-251-4/+21
|\ \ \
| * | | Allow setting a filter in IndexDiffJens Baumgart2010-10-251-4/+21
* | | | Add support for special symref FETCH_HEAD and MERGE_HEADChristian Halstrick2010-10-253-0/+40
* | | | [findbugs] Fix illegal format specifierMatthias Sohn2010-10-231-1/+1
| |/ / |/| |
* | | [findbugs] Static comparator made finalMatthias Sohn2010-10-231-1/+1
* | | Add FindBugs and CPD to the build.Chris Aniszczyk2010-10-235-1/+158
|/ /
* | Make ObjectDirectory getPacks() work the first timeShawn O. Pearce2010-10-201-1/+4
* | Update CachedObjectDirectory when inserting objectsShawn O. Pearce2010-10-174-15/+37
* | IndexPack: Make translated progress messages non-staticShawn O. Pearce2010-10-171-8/+3
* | Merge "Allow pgm Main to be extended"Matthias Sohn2010-10-171-21/+51
|\ \
| * | Allow pgm Main to be extendedShawn O. Pearce2010-10-161-21/+51
* | | Fix possible NPE in DirCacheCheckoutChristian Halstrick2010-10-181-4/+7
|/ /
* / Add Cherry-Pick commandChristian Halstrick2010-10-156-0/+403
|/
* Add getString utility functions to RawTextShawn O. Pearce2010-10-131-2/+63
* Remove dead RawText(RawTextComparator) constructorShawn O. Pearce2010-10-135-31/+16
* Fix RawTextComparator reduceCommonStartEnd at empty linesShawn O. Pearce2010-10-132-0/+27
* Correct spelling of tests in HistogramDiffTestShawn O. Pearce2010-10-131-2/+2
* Fix three-word command namesShawn O. Pearce2010-10-141-0/+1
* Generate correct version for jgit source bundleMatthias Sohn2010-10-133-35/+59
* Rename method to ResolveMerger.setWorkingTreeIterator()Christian Halstrick2010-10-132-8/+8
* DeleteBranchCommand does not clean up upstream configurationMathias Kinzler2010-10-122-8/+25
* Merge "Update Tag to use TagCommand API"Shawn Pearce2010-10-121-55/+11
|\
| * Update Tag to use TagCommand APIChris Aniszczyk2010-09-221-55/+11
* | Fix NPE when calling CreateBranch without explict startpointChristian Halstrick2010-10-122-4/+9
* | Remove wrong comment in MergeCommandChristian Halstrick2010-10-121-3/+0
* | Remove AmbiguousObjectException from BranchCreateCommand.call()Christian Halstrick2010-10-122-8/+2
* | Delete PatienceDiffShawn O. Pearce2010-10-114-725/+0
* | Use HistogramDiff by default in DiffFormatterShawn O. Pearce2010-10-111-2/+2
* | debug-diff-algorithms: Real world performance test implementationsShawn O. Pearce2010-10-112-0/+401
* | Merge "Define LowLevelDiffAlgorithm to bypass re-hashing"Chris Aniszczyk2010-10-113-29/+125
|\ \
| * | Define LowLevelDiffAlgorithm to bypass re-hashingShawn O. Pearce2010-10-103-29/+125
* | | Merge changes I50dcec81,Ieab28bb3Chris Aniszczyk2010-10-112-7/+10
|\| |
| * | Fix empty block corner case in PatienceDiffShawn O. Pearce2010-10-101-0/+2
| * | Fix infinite loop in PatienceDiffShawn O. Pearce2010-10-101-7/+8
* | | Fix corrupted large deltasShawn O. Pearce2010-10-101-1/+1