aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'stable-4.4'Matthias Sohn2016-06-142-14/+63
|\|
| * Prepare 4.4.1-SNAPSHOT buildsMatthias Sohn2016-06-073-43/+43
| * JGit v4.4.0.201606070830-rv4.4.0.201606070830-rMatthias Sohn2016-06-073-4/+4
| * Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2016-06-013-4/+4
| * JGit v4.4.0.201606011500-rc2v4.4.0.201606011500-rc2Matthias Sohn2016-06-013-4/+4
| * Merge branch 'master' into stable-4.4Matthias Sohn2016-06-0136-56/+295
| |\
| * | Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2016-05-253-4/+4
| * | JGit v4.4.0.201605250940-rc1v4.4.0.201605250940-rc1Matthias Sohn2016-05-253-4/+4
| * | Merge branch 'master' into stable-4.4Matthias Sohn2016-05-2415-18/+193
| |\ \
| * \ \ 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
| | * | | Prepare 4.3.2-SNAPSHOT buildsMatthias Sohn2016-05-193-43/+43
| | * | | JGit v4.3.1.201605051710-rv4.3.1.201605051710-rMatthias Sohn2016-05-053-4/+4
| * | | | Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2016-05-043-4/+4
| * | | | JGit v4.4.0.201605041135-m1v4.4.0.201605041135-m1Matthias Sohn2016-05-043-4/+4
* | | | | Merge "Add method to read time unit from config"Shawn Pearce2016-06-103-0/+124
|\ \ \ \ \
| * | | | | Add method to read time unit from configHugo Arès2016-06-063-0/+124
* | | | | | 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
* | | | | Merge "Prepare 4.5.0-SNAPSHOT builds"Matthias Sohn2016-06-013-43/+43
|\ \ \ \ \
| * | | | | Prepare 4.5.0-SNAPSHOT buildsMatthias Sohn2016-06-013-43/+43
| | |_|_|/ | |/| | |
* / | | | 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-303-0/+14
| |_|/ |/| |
* | | Support git config [include] section with absolute path(s)Marco Miller2016-05-213-1/+46
* | | 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
| * | Prepare 4.3.1-SNAPSHOT versionsMatthias Sohn2016-04-083-43/+43
* | | 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