summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Prepare 3.6.1-SNAPSHOT buildsMatthias Sohn2014-12-233-38/+38
* JGit v3.6.0.201412230720-rv3.6.0.201412230720-rMatthias Sohn2014-12-233-4/+4
* Fix junit tests under windows when the platform is explicitly changedChristian Halstrick2014-12-221-5/+13
* Merge branch 'stable-3.5' into stable-3.6Matthias Sohn2014-12-1910-79/+192
|\
| * JGit v3.5.3.201412180710-rv3.5.3.201412180710-rstable-3.5Matthias Sohn2014-12-183-4/+4
| * Merge branch 'stable-3.4' into stable-3.5Matthias Sohn2014-12-1810-79/+192
| |\
| | * JGit v3.4.2.201412180340-rv3.4.2.201412180340-rstable-3.4Matthias Sohn2014-12-183-4/+4
| | * ObjectChecker: Disallow names potentially mapping to ".git" on HFS+Matthias Sohn2014-12-181-0/+87
| | * ObjectChecker: Disallow Windows shortname "GIT~1"Christian Halstrick2014-12-181-0/+11
| | * ObjectChecker: Disallow ".git." and ".git<space>"Shawn Pearce2014-12-181-2/+26
| | * Always ignore case when forbidding .git in ObjectCheckerShawn Pearce2014-12-181-6/+4
| | * DirCache: Refuse to read files with invalid pathsShawn Pearce2014-12-181-0/+11
| | * DirCache: Replace isValidPath with DirCacheCheckout.checkValidPathShawn Pearce2014-12-182-34/+4
| | * Fix two nits about DirCacheEntry constructorsShawn Pearce2014-11-251-4/+4
| | * Detect buffering failures while writing rebase todo fileShawn Pearce2014-11-251-7/+6
| | * Deprecate TemporaryBuffer.LocalFile without parent directoryShawn Pearce2014-11-251-1/+8
| | * Switch FileHeader.extractFileLines to TemporaryBuffer.HeapShawn Pearce2014-11-252-14/+5
| | * AmazonS3: Buffer pushed pack content under $GIT_DIRShawn Pearce2014-11-252-2/+12
| | * DirCache: Buffer TREE extension to $GIT_DIRShawn Pearce2014-11-251-10/+15
* | | Support the new repository layout for submodulesChristian Halstrick2014-12-152-0/+10
* | | Allow explicit configuration of git directory in CloneCommandChristian Halstrick2014-12-151-4/+59
* | | Allow explicit configuration of git directory in InitCommandChristian Halstrick2014-12-155-11/+119
* | | Merge "Fix tests on windows by closing repos" into stable-3.6Matthias Sohn2014-12-121-20/+27
|\ \ \
| * | | Fix tests on windows by closing reposChristian Halstrick2014-12-121-20/+27
* | | | Merge "Prevent NPE if ref can't be resolved when executing ReflogCommand" int...Christian Halstrick2014-12-121-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Prevent NPE if ref can't be resolved when executing ReflogCommandMatthias Sohn2014-12-121-0/+4
* | | | RepoCommand should close opened reposChristian Halstrick2014-12-121-0/+2
|/ / /
* | | Merge "Fix DirCacheCheckout to set correct file length if core.autocrlf=true"...Christian Halstrick2014-12-121-3/+3
|\ \ \
| * | | Fix DirCacheCheckout to set correct file length if core.autocrlf=trueMatthias Sohn2014-12-111-3/+3
* | | | Merge "CheckoutCommand: Fix checking out ours/theirs when no base stage exist...Christian Halstrick2014-12-121-3/+8
|\ \ \ \ | |/ / / |/| | |
| * | | CheckoutCommand: Fix checking out ours/theirs when no base stage existsRobin Stocker2014-12-101-3/+8
* | | | Make sure modifications to config-param trustFolderStat are detectedChristian Halstrick2014-12-051-11/+10
|/ / /
* | | Merge "Honor git-core meaning of receive.denyDeletes allowing tag deletion"Matthias Sohn2014-11-291-10/+36
|\ \ \
| * | | Honor git-core meaning of receive.denyDeletes allowing tag deletionShawn Pearce2014-11-291-10/+36
* | | | Move checkPath from DirCacheCheckout to ObjectCheckerShawn Pearce2014-11-284-24/+86
* | | | Use baseline instead of centerline in PlotRendererMichael Keppler2014-11-291-4/+4
* | | | Consider parent rules if ignore rule is negatedAndrey Loskutov2014-11-292-8/+83
* | | | ResolveMerger: Use checkoutEntry during abortShawn Pearce2014-11-271-9/+2
* | | | Cleanup double stat update of symlinks in DirCacheCheckoutShawn Pearce2014-11-271-33/+31
* | | | Deprecate checkoutEntry variant that accepts FileShawn Pearce2014-11-274-47/+44
* | | | DirCacheCheckout: create only one ObjectReaderShawn Pearce2014-11-271-1/+1
* | | | Support DfsRepository from GarbageCollectCommandShawn Pearce2014-11-251-15/+32
|/ / /
* | | Allow configurable ObjectCheckers in fetchShawn Pearce2014-11-245-11/+63
* | | Cleanup TreeWalk creation/release inside StashApplyCommandShawn Pearce2014-11-241-4/+2
* | | Deprecate checkoutEntry without ObjectReaderShawn Pearce2014-11-241-0/+2
* | | upload-pack: send symbolic refs as capabilitiesYuxuan 'fishy' Wang2014-11-213-1/+41
* | | Don't use java.util.regex for two simple wildcard casesAndrey Loskutov2014-11-184-6/+211
* | | Merge "Fix variable name and error message for sideband testing"Shawn Pearce2014-11-133-4/+4
|\ \ \
| * | | Fix variable name and error message for sideband testingStefan Beller2014-11-103-4/+4
* | | | Let RepositoryBuilder find bare reposChristian Halstrick2014-11-121-1/+5