summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Add FindBugs and CPD to the build.Chris Aniszczyk2010-10-231-0/+33
* 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
* Fix possible NPE in DirCacheCheckoutChristian Halstrick2010-10-181-4/+7
* Add Cherry-Pick commandChristian Halstrick2010-10-155-0/+287
* Add getString utility functions to RawTextShawn O. Pearce2010-10-131-2/+63
* Remove dead RawText(RawTextComparator) constructorShawn O. Pearce2010-10-131-15/+0
* Fix RawTextComparator reduceCommonStartEnd at empty linesShawn O. Pearce2010-10-131-0/+8
* Generate correct version for jgit source bundleMatthias Sohn2010-10-132-0/+51
* Rename method to ResolveMerger.setWorkingTreeIterator()Christian Halstrick2010-10-132-8/+8
* DeleteBranchCommand does not clean up upstream configurationMathias Kinzler2010-10-121-7/+13
* Fix NPE when calling CreateBranch without explict startpointChristian Halstrick2010-10-121-4/+3
* Remove wrong comment in MergeCommandChristian Halstrick2010-10-121-3/+0
* Remove AmbiguousObjectException from BranchCreateCommand.call()Christian Halstrick2010-10-121-6/+1
* Delete PatienceDiffShawn O. Pearce2010-10-112-621/+0
* Use HistogramDiff by default in DiffFormatterShawn O. Pearce2010-10-111-2/+2
* 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
* | Add "Branch" commandMathias Kinzler2010-10-1013-0/+1227
|/
* Add support for single-slash URIChristian Halstrick2010-10-081-19/+36
* Add "Pull" commandMathias Kinzler2010-10-089-0/+572
* Refactored URI parsing to detect wrong URIsChristian Halstrick2010-10-081-28/+76
* Fixed URI regexp regarding user/password partChristian Halstrick2010-10-081-1/+2
* Introduce commented constants for the segments of an URI regexChristian Halstrick2010-10-081-6/+51
* Externalize strings in TransportHttpMatthias Sohn2010-10-083-30/+38
* Merge "Support HTTP basic and digest authentication"Chris Aniszczyk2010-10-073-24/+373
|\
| * Support HTTP basic and digest authenticationShawn O. Pearce2010-09-283-24/+373
* | Split URI regex strings differentlyChristian Halstrick2010-10-061-10/+17
* | Add pull operation related constantsChris Aniszczyk2010-10-061-0/+14
* | Add PushCommand APIChris Aniszczyk2010-10-054-1/+365
* | Increase core.streamFileThreshold default to 50 MiBShawn O. Pearce2010-10-046-44/+82
* | Merge "Add reflog message to TagCommand"Chris Aniszczyk2010-09-291-0/+1
|\ \
| * | Add reflog message to TagCommandChris Aniszczyk2010-09-221-0/+1
* | | Merge "Use only a single instance for NLS translation bundles"Chris Aniszczyk2010-09-271-1/+6
|\ \ \ | |_|/ |/| |
| * | Use only a single instance for NLS translation bundlesRobin Rosenberg2010-09-261-1/+6
* | | Merge "Update FetchCommand with dry run and thin options"Chris Aniszczyk2010-09-271-0/+46
|\ \ \
| * | | Update FetchCommand with dry run and thin optionsChris Aniszczyk2010-09-241-0/+46
| |/ /
* | | Return the documented value from DirCacheCheckout.checkoutRobin Rosenberg2010-09-271-1/+1
* | | Merge "Extend merge support for bare repositories"Christian Halstrick2010-09-277-39/+133
|\ \ \
| * | | Extend merge support for bare repositoriesDmitry Fink2010-09-247-39/+133
* | | | Implement HistogramDiffShawn O. Pearce2010-09-244-0/+525
* | | | Micro-optimize EditList.addAllShawn O. Pearce2010-09-241-0/+6
| |/ / |/| |
* | | Reduce content hash function collisionsShawn O. Pearce2010-09-233-46/+45
* | | Perform common start/end elimination by default for DiffAlgorithmShawn O. Pearce2010-09-214-100/+122
| |/ |/|
* | Remove unnecessary hash cache from PatienceDiffIndexShawn O. Pearce2010-09-211-40/+15
|/