summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Fix TreeWalk to reset attributes cache for each entryChristian Halstrick2016-06-231-1/+1
* Fix DirCacheCheckout to return CheckoutConflictExceptionChristian Halstrick2016-06-231-4/+28
* Optimize RefAdvertiser for wire protocolShawn Pearce2016-06-182-5/+95
* Merge branch 'stable-4.4'Matthias Sohn2016-06-142-14/+63
|\
| * Merge branch 'master' into stable-4.4Matthias Sohn2016-06-0135-56/+293
| |\
| * \ Merge branch 'master' into stable-4.4Matthias Sohn2016-05-2414-18/+191
| |\ \
| * \ \ Merge branch 'stable-4.3' into stable-4.4Matthias Sohn2016-05-248-31/+92
| |\ \ \
| | * | | Fix computation of id in WorkingTreeIterator with autocrlf and smudgingChristian Halstrick2016-05-232-14/+63
* | | | | Merge "Add method to read time unit from config"Shawn Pearce2016-06-102-0/+122
|\ \ \ \ \
| * | | | | Add method to read time unit from configHugo Arès2016-06-062-0/+122
* | | | | | http transport does not use authentication fallbackChristian Pontesegger2016-06-062-12/+40
|/ / / / /
* | | | | Add $NON-NLS to suppress "Non-externalized string literal" warningsHugo Arès2016-06-031-2/+2
* | | | | BatchRefUpdate: Include command message in toString()Dave Borowitz2016-06-021-1/+5
* | | | | DfsBlock: throw DataFormatException on 0 bytesShawn Pearce2016-06-012-2/+10
* | | | | DfsInserter: Optionally disable existing object checkDave Borowitz2016-06-011-1/+11
| |_|_|/ |/| | |
* | | | Fix javadoc errors and unused imports introduced by ddd0fe25Matthias Sohn2016-06-012-2/+6
* | | | RepoCommand: record manifest shallow recommendation in .gitmodulesStefan Beller2016-05-313-5/+56
* | | | RepoCommand: record manifest groups as submodule labelsStefan Beller2016-05-312-8/+91
* | | | Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-3127-44/+44
* | | | Better report on client side if push failed due to too large objectMatthias Sohn2016-05-304-4/+91
* | | | [findBugs] Prevent potential NPE in CloneCommand.init()Matthias Sohn2016-05-302-0/+12
| |_|/ |/| |
* | | Support git config [include] section with absolute path(s)Marco Miller2016-05-212-1/+44
* | | Added filter for merge and non-merges commits.Alcemir Santos2016-05-202-0/+57
* | | [findBugs] Prevent potential NPE in FS_POSIX.readUmask()Matthias Sohn2016-05-191-1/+1
* | | Fix StashApply regarding handling of untracked filesChristian Halstrick2016-05-191-2/+7
* | | GC should not pack objects only referenced by ORIG_HEAD,...Christian Halstrick2016-05-182-4/+18
* | | Make sure to overwrite files when "reset --hard" detects conflictsChristian Halstrick2016-05-181-2/+13
* | | Allow setting FileMode to executable when applying patches in ApplyCommandNadav Cohen2016-05-171-0/+3
* | | Fix config value get to return last instead of 1st just like gitMarco Miller2016-05-121-4/+5
* | | Remove UTF-8 checking duplication in Config lib subclassesMarco Miller2016-05-123-4/+15
* | | 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
| |\