summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
* Fix interrupted write in StreamCopyThreadShawn O. Pearce2010-05-131-2/+16
* Fix missing flush in StreamCopyThreadDmitry Neverov2010-05-131-8/+14
* Add builder-style API to jgit and Commit & Log cmdChristian Halstrick2010-05-1010-1/+1086
* Merge "Added MERGING_RESOLVED repository state"Robin Rosenberg2010-05-083-1/+43
|\
| * Added MERGING_RESOLVED repository stateChristian Halstrick2010-05-083-1/+43
* | Merge "A stages field and getter for GitIndex entry introduced"Robin Rosenberg2010-05-081-0/+23
|\ \ | |/ |/|
| * A stages field and getter for GitIndex entry introducedRobin Rosenberg2010-05-081-0/+23
* | Fix FooterLine.matches(FooterKey) on same length keysShawn O. Pearce2010-05-041-1/+1
* | Merge "Fix handling of corruption for truncated objects"Chris Aniszczyk2010-05-031-4/+15
|\ \
| * | Fix handling of corruption for truncated objectsRobin Rosenberg2010-05-011-4/+15
| |/
* | Merge "Don't insert the same pack twice into a pack list"Chris Aniszczyk2010-05-031-0/+13
|\ \
| * | Don't insert the same pack twice into a pack listShawn O. Pearce2010-04-261-0/+13
* | | Merge changes I0d339b9f,I0e6673b8Chris Aniszczyk2010-05-032-10/+9
|\| | | |/ |/|
| * Favor earlier PackFile instances over later duplicatesShawn O. Pearce2010-04-261-3/+4
| * Cleanup duplicated object reuse code in PackWriterShawn O. Pearce2010-04-261-7/+5
* | Cleaning up provider and feature namesChris Aniszczyk2010-04-271-1/+1
|/
* Merge "Fix NPE during InflaterCache return after corrupt loose object"Robin Rosenberg2010-04-241-1/+0
|\
| * Fix NPE during InflaterCache return after corrupt loose objectShawn O. Pearce2010-04-231-1/+0
* | Merge branch 'receive-pack-filter'Shawn O. Pearce2010-04-193-92/+106
|\ \
| * | ReceivePack: Clarify the check reachable optionShawn O. Pearce2010-04-161-22/+40
| * | ReceivePack: Micro-optimize object lookup when checking connectivityShawn O. Pearce2010-04-161-3/+7
| * | ReceivePack: Correct type of not provided objectShawn O. Pearce2010-04-161-1/+1
| * | IndexPack: Tighten up new and base object bookkeepingShawn O. Pearce2010-04-162-31/+39
| * | ReceivePack: Remove need new,base object id propertiesShawn O. Pearce2010-04-161-49/+4
| * | ReceivePack: Discard IndexPack as soon as possibleShawn O. Pearce2010-04-161-0/+1
| * | ReceivePack: fix ensureProvidedObjectsVisible on thin packsShawn O. Pearce2010-04-162-5/+33
* | | Merge "ObjectIdSubclassMap: Correct Iterator to throw NoSuchElementException"Matthias Sohn2010-04-171-1/+2
|\| |
| * | ObjectIdSubclassMap: Correct Iterator to throw NoSuchElementExceptionShawn O. Pearce2010-04-161-1/+2
* | | Merge "ObjectIdSubclassMap: Add isEmpty() method"Matthias Sohn2010-04-171-0/+5
|\| |
| * | ObjectIdSubclassMap: Add isEmpty() methodShawn O. Pearce2010-04-161-0/+5
* | | Merge "IndexPack: Correct thin pack fix using less than 20 bytes"Robin Rosenberg2010-04-171-0/+8
|\| |
| * | IndexPack: Correct thin pack fix using less than 20 bytesShawn O. Pearce2010-04-161-0/+8
* | | Optimize ref scanningRobin Rosenberg2010-04-131-5/+6
|/ /
* | Merge "Make Repository.getConfig aware of changed config"Matthias Sohn2010-04-132-17/+53
|\ \
| * | Make Repository.getConfig aware of changed configJens Baumgart2010-04-122-17/+53
* | | Merge "Speed up check for modifications of tracked resources"Shawn Pearce2010-04-101-4/+6
|\ \ \
| * | | Speed up check for modifications of tracked resourcesRobin Rosenberg2010-04-101-4/+6
* | | | JGit plugin not compatible with Eclipse 3.4Robin Rosenberg2010-04-051-1/+1
|/ / /
* / / Make parsing of PersonIdent from raw byte array fault-tolerant.Marc Strapetz2010-03-231-1/+13
|/ /
* | Merge branch 'stable-0.7'Shawn O. Pearce2010-03-222-1/+26
|\ \
| * | Fix EGit deadlock listing branches of SSH remoteShawn O. Pearce2010-03-202-1/+26
| * | Qualify post-0.7.0 buildsShawn O. Pearce2010-03-202-2/+2
| * | JGit 0.7.0v0.7.0Shawn O. Pearce2010-03-182-18/+18
* | | Qualify builds as 0.8.0Shawn O. Pearce2010-03-202-18/+18
| |/ |/|
* | Add a paranoid 'must be provided' option to ReceivePackNico Sallembien2010-03-181-3/+55
* | Merge branch 'stable-0.7'Shawn O. Pearce2010-03-1225-366/+865
|\|
| * Merge branch 'push-sideband' into stable-0.7Shawn O. Pearce2010-03-1225-366/+865
| |\
| | * Reuse the line buffer between strings in PacketLineInShawn O. Pearce2010-03-121-8/+13
| | * Reduce multi-level buffered streams in transport codeShawn O. Pearce2010-03-128-37/+60
| | * Fix smart HTTP client buffer alignmentShawn O. Pearce2010-03-121-32/+15