aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.3'Matthias Sohn2016-05-056-17/+29
|\
| * Scan loose ref before packed in case gc about to remove the looseMarco Miller2016-05-051-2/+1
| * Fix possible NPEs when reporting transport errorsChristian Halstrick2016-04-271-2/+4
| * Fix calling of clean/smudge filters from Checkout,MergeCommandsChristian Halstrick2016-04-223-7/+12
| * Fix ApplyCommand when result of patch is an empty fileJon Schneider2016-04-161-6/+12
* | Make BaseReceivePack.setAtomic publicJonathan Nieder2016-05-041-1/+1
* | ReceivePack: Pass atomic setting from client to BatchRefUpdateJonathan Nieder2016-05-042-0/+28
* | PersonIdent: Make appendSanitized publicDave Borowitz2016-05-031-1/+6
* | Config: Improve documentation for setStringListStefan Beller2016-05-031-1/+2
* | PersonIdent: Strip some special chars from external stringsDave Borowitz2016-04-291-2/+39
* | PersonIdent: Document that name and email aren't trimmedDave Borowitz2016-04-291-1/+6
* | Expose the ObjectInserter that created an ObjectReaderDave Borowitz2016-04-265-2/+57
* | Add ObjectReader.Filter, like in ObjectInserterDave Borowitz2016-04-251-0/+98
* | Support per-BatchRefUpdate atomic transactionsDave Borowitz2016-04-195-5/+76
* | Make UploadPack observe exceptions reading refsMike Edgar2016-04-142-11/+21
* | Expose conflicting files in CheckoutConflictExceptionNed Twigg2016-04-111-0/+13
* | Merge "Fix CommitCommand to be able to skip writing to RefLog"Matthias Sohn2016-04-111-1/+6
|\ \
| * | Fix CommitCommand to be able to skip writing to RefLogChristian Halstrick2016-04-111-1/+6
* | | Merge "Prepare 4.3.1-SNAPSHOT versions"Matthias Sohn2016-04-088-15/+107
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'master' into stable-4.3Matthias Sohn2016-04-073-15/+44
| |\
| * \ Merge branch 'master' into stable-4.3Matthias Sohn2016-04-062-2/+62
| |\ \
| * | | Enable calling of smudge filters when checking out pathsChristian Halstrick2016-04-061-4/+8
| * | | Implement DIR_NO_GITLINKSPreben Ingvaldsen2016-04-057-11/+99
* | | | Filter corrupt objects from DfsReader.selectObjectRepresentation()Terry Parker2016-04-072-2/+2
| |_|/ |/| |
* | | Remove repository from cache when it's closedHugo Arès2016-04-072-9/+35
* | | Fix RefDirectory not closing resourcesHugo Arès2016-04-071-3/+3
* | | Fix repository cache never closing repositoryHugo Arès2016-04-072-3/+6
| |/ |/|
* | Add config parameter gc.prunePackExpire for packfile expirationChristian Halstrick2016-03-312-2/+62
|/
* Merge "Add missing @Deprecated annotation"Jonathan Nieder2016-03-111-0/+1
|\
| * Add missing @Deprecated annotationJonathan Nieder2016-03-111-0/+1
* | Fix wrong whitespaces.Yuxuan 'fishy' Wang2016-03-111-1/+1
* | Add ignoreRemoteFailures option to RepoCommandYuxuan 'fishy' Wang2016-03-111-11/+41
|/
* Introduce FileModeStrategy to FileTreeIteratorPreben Ingvaldsen2016-03-111-15/+168
* Merge "Change visibility of DirCacheTree#getObjectId to public"Matthias Sohn2016-03-071-1/+9
|\
| * Change visibility of DirCacheTree#getObjectId to publicPhilipp Marx2016-03-071-1/+9
* | Add EOL stream type detection to TreeWalkIvan Motsch2016-03-0718-251/+1106
|/
* Fix apply patch which did not work with non-ascii charactersXinTong Wang2016-03-031-4/+6
* Tests on Windows with URIish failIvan Motsch2016-02-251-0/+2
* Introduce specific WantNotValidException for serversShawn Pearce2016-02-162-15/+96
* smart HTTP server: Pass along "want X not valid" to clientShawn Pearce2016-02-161-21/+14
* Merge branch 'stable-4.2'Matthias Sohn2016-02-161-1/+1
|\
| * Merge "Revert "Fix warnings about unchecked conversion of MergeResult"" into ...Shawn Pearce2016-02-151-1/+1
| |\
| | * Revert "Fix warnings about unchecked conversion of MergeResult"Shawn Pearce2016-02-151-1/+1
* | | Merge branch 'stable-4.2'Matthias Sohn2016-02-159-24/+12
|\| |
| * | Don't use deprecated LockFile constructorDavid Pursehouse2016-02-157-21/+9
| |/
| * Fix warnings about unchecked conversion of MergeResultDavid Pursehouse2016-02-151-1/+1
| * InMemoryRepository: Remove unused RevWalk from batch method signatureDavid Pursehouse2016-02-151-2/+2
* | Merge "Allow deletion of HEAD ref if the repository is bare."Shawn Pearce2016-02-151-1/+2
|\ \
| * | Allow deletion of HEAD ref if the repository is bare.Mike Williams2016-01-281-1/+2
* | | Add Attribute Macro ExpansionIvan Motsch2016-02-115-272/+562