| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename detection should canonicalize line endings | Marc Strapetz | 2015-01-02 | 1 | -18/+44 |
* | PathMatcher should respect "assumeDirectory" flag | Andrey Loskutov | 2014-12-28 | 1 | -14/+101 |
* | Prepare 3.6.1-SNAPSHOT builds | Matthias Sohn | 2014-12-23 | 2 | -39/+39 |
* | JGit v3.6.0.201412230720-rv3.6.0.201412230720-r | Matthias Sohn | 2014-12-23 | 2 | -2/+2 |
* | Fix unit tests for windows by explicitly closing test repos | Christian Halstrick | 2014-12-22 | 1 | -0/+3 |
* | Merge branch 'stable-3.5' into stable-3.6 | Matthias Sohn | 2014-12-19 | 14 | -59/+338 |
|\ |
|
| * | JGit v3.5.3.201412180710-rv3.5.3.201412180710-rstable-3.5 | Matthias Sohn | 2014-12-18 | 2 | -2/+2 |
| * | Merge branch 'stable-3.4' into stable-3.5 | Matthias Sohn | 2014-12-18 | 14 | -59/+338 |
| |\ |
|
| | * | JGit v3.4.2.201412180340-rv3.4.2.201412180340-rstable-3.4 | Matthias Sohn | 2014-12-18 | 2 | -2/+2 |
| | * | ObjectChecker: Disallow names potentially mapping to ".git" on HFS+ | Matthias Sohn | 2014-12-18 | 1 | -0/+120 |
| | * | ObjectChecker: Disallow Windows shortname "GIT~1" | Christian Halstrick | 2014-12-18 | 1 | -0/+34 |
| | * | ObjectChecker: Disallow ".git." and ".git<space>" | Shawn Pearce | 2014-12-18 | 2 | -8/+98 |
| | * | Always ignore case when forbidding .git in ObjectChecker | Shawn Pearce | 2014-12-18 | 1 | -16/+1 |
| | * | DirCache: Refuse to read files with invalid paths | Shawn Pearce | 2014-12-18 | 1 | -0/+44 |
| | * | DirCache: Replace isValidPath with DirCacheCheckout.checkValidPath | Shawn Pearce | 2014-12-18 | 1 | -2/+6 |
| | * | Replace "a." with "a-" in unit tests | Shawn Pearce | 2014-12-18 | 8 | -29/+31 |
| | * | Deprecate TemporaryBuffer.LocalFile without parent directory | Shawn Pearce | 2014-11-25 | 2 | -13/+13 |
| | * | DirCache: Buffer TREE extension to $GIT_DIR | Shawn Pearce | 2014-11-25 | 1 | -1/+1 |
| * | | Prepare 3.5.3-SNAPSHOT builds | Matthias Sohn | 2014-11-12 | 2 | -38/+38 |
| * | | JGit v3.5.2.201411120430-rv3.5.2.201411120430-r | Matthias Sohn | 2014-11-12 | 2 | -2/+2 |
| * | | Prepare 3.5.2-SNAPSHOT builds | Matthias Sohn | 2014-10-14 | 2 | -38/+38 |
| * | | JGit v3.5.1.201410131835-rv3.5.1.201410131835-r | Matthias Sohn | 2014-10-14 | 2 | -2/+2 |
* | | | Support the new repository layout for submodules | Christian Halstrick | 2014-12-15 | 1 | -0/+18 |
* | | | Allow explicit configuration of git directory in CloneCommand | Christian Halstrick | 2014-12-15 | 1 | -0/+50 |
* | | | Allow explicit configuration of git directory in InitCommand | Christian Halstrick | 2014-12-15 | 1 | -0/+110 |
* | | | Fix tests on windows by closing repos | Christian Halstrick | 2014-12-12 | 8 | -238/+247 |
* | | | Merge "Fix DirCacheCheckout to set correct file length if core.autocrlf=true"... | Christian Halstrick | 2014-12-12 | 1 | -1/+47 |
|\ \ \ |
|
| * | | | Fix DirCacheCheckout to set correct file length if core.autocrlf=true | Matthias Sohn | 2014-12-11 | 1 | -1/+47 |
* | | | | CheckoutCommand: Fix checking out ours/theirs when no base stage exists | Robin Stocker | 2014-12-10 | 1 | -0/+34 |
|/ / / |
|
* | | | Consider parent rules if ignore rule is negated | Andrey Loskutov | 2014-11-29 | 1 | -2/+211 |
* | | | Deprecate checkoutEntry variant that accepts File | Shawn Pearce | 2014-11-27 | 1 | -2/+2 |
* | | | Deprecate checkoutEntry without ObjectReader | Shawn Pearce | 2014-11-24 | 1 | -2/+2 |
* | | | Don't use java.util.regex for two simple wildcard cases | Andrey Loskutov | 2014-11-18 | 3 | -21/+26 |
* | | | Fix variable name and error message for sideband testing | Stefan Beller | 2014-11-10 | 1 | -3/+3 |
* | | | Expand wildcard imports to specfic classes | Shawn Pearce | 2014-11-10 | 7 | -27/+32 |
* | | | Fix possible NPE in IndexDiff when not all submodules are cloned | Christian Halstrick | 2014-11-09 | 1 | -1/+7 |
* | | | Make sure checkout doesn't report conflicts on ignored paths | Christian Halstrick | 2014-11-06 | 1 | -0/+32 |
* | | | Support for Submodule configuration submodule.<name>.ignore | Christian Halstrick | 2014-11-03 | 1 | -0/+211 |
* | | | Reimplementation of ignore rule parser | Andrey Loskutov | 2014-10-27 | 6 | -5/+1918 |
* | | | Merge "Initialize 'pathLen' field also for empty directories" | Robin Stocker | 2014-10-23 | 1 | -0/+37 |
|\ \ \ |
|
| * | | | Initialize 'pathLen' field also for empty directories | Andrey Loskutov | 2014-10-23 | 1 | -0/+37 |
* | | | | BundleWriter: Support including HEAD in bundle | Robin Stocker | 2014-10-19 | 1 | -10/+17 |
|/ / / |
|
* | | | Fix ResetCommand to default to mixed reset | Matthias Sohn | 2014-10-13 | 1 | -0/+15 |
* | | | Merge branch 'stable-3.5' | Matthias Sohn | 2014-09-26 | 1 | -0/+29 |
|\| | |
|
| * | | Prepare 3.5.1-SNAPSHOT builds | Matthias Sohn | 2014-09-26 | 2 | -38/+38 |
| * | | JGit v3.5.0.201409260305-rv3.5.0.201409260305-r | Matthias Sohn | 2014-09-26 | 2 | -2/+2 |
| * | | Fix PackWriterBitmapWalker handling non-existing uninteresting objects | Christian Halstrick | 2014-09-25 | 1 | -0/+29 |
| * | | Prepare post 3.5.0-rc1 builds | Matthias Sohn | 2014-09-08 | 2 | -2/+2 |
| * | | JGit 3.5.0.201409071800-rc1v3.5.0.201409071800-rc1 | Matthias Sohn | 2014-09-07 | 2 | -2/+2 |
* | | | Add "aggressive" option to GC | Christian Halstrick | 2014-09-19 | 1 | -13/+40 |