| Commit message (Expand) | Author | Age | Files | Lines |
* | TestRepository: Add methods to amend commits or refs | Dave Borowitz | 2015-03-12 | 1 | -1/+105 |
* | TestRepository: Add a reset method to move HEAD around | Dave Borowitz | 2015-03-12 | 1 | -0/+83 |
* | TestRepository: Optionally insert Change-Id in commit message | Dave Borowitz | 2015-03-12 | 1 | -0/+88 |
* | Merge "ArchiveCommand: Allow to pass options to underlying stream" | Shawn Pearce | 2015-03-11 | 1 | -3/+38 |
|\ |
|
| * | ArchiveCommand: Allow to pass options to underlying stream | David Ostrovsky | 2015-02-20 | 1 | -3/+38 |
* | | Add "--long" option to JGit describe | Christian Halstrick | 2015-03-09 | 1 | -2/+31 |
* | | Add an in-process pack transport for use in tests | Dave Borowitz | 2015-02-27 | 1 | -0/+248 |
* | | Merge branch 'stable-3.7' | Matthias Sohn | 2015-02-27 | 1 | -0/+17 |
|\ \
| |/
|/| |
|
| * | Read user.name and email from environment first | Matthias Sohn | 2015-02-24 | 1 | -0/+17 |
* | | Move console classes to pgm bundle | Matthias Sohn | 2015-02-10 | 1 | -6/+0 |
|/ |
|
* | Fix FileUtils.testRelativize_mixedCase which failed on Mac OS X | Matthias Sohn | 2015-02-02 | 1 | -19/+8 |
* | Introduce hook support into the FS implementations | Laurent Goubet | 2015-02-02 | 1 | -0/+79 |
* | Fix RawText.getLineDelimiter() for empty first line | Frank Wagner | 2015-01-17 | 1 | -0/+7 |
* | Add basic support for .gitattributes | Arthur Daussy | 2015-01-07 | 5 | -0/+1249 |
* | AIOOB in ChangeIdUtil.indexOfChangeId if amended message is a newline | Andrey Loskutov | 2015-01-06 | 1 | -0/+4 |
* | Trim author/committer name and email in commit header | RĂ¼diger Herrmann | 2015-01-03 | 1 | -0/+12 |
* | 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 |
* | 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 | 13 | -58/+337 |
|\ |
|
| * | Merge branch 'stable-3.4' into stable-3.5 | Matthias Sohn | 2014-12-18 | 13 | -58/+337 |
| |\ |
|
| | * | 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 | 1 | -12/+12 |
| | * | DirCache: Buffer TREE extension to $GIT_DIR | Shawn Pearce | 2014-11-25 | 1 | -1/+1 |
* | | | 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 | 5 | -4/+1915 |
* | | | 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 |
|/ / / |
|