| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Upgrade javaewah to version 0.7.9 | Colby Ranger | 2014-01-13 | 17 | -26/+26 |
* | Tag som non-localizable strings with NON-NLS | Robin Rosenberg | 2014-01-10 | 10 | -22/+19 |
* | Add missing package import for org.eclipse.jgit.archive | Matthias Sohn | 2014-01-07 | 1 | -0/+1 |
* | Remove unused import from ArchiveTest | Matthias Sohn | 2014-01-07 | 1 | -1/+0 |
* | Suppport the GIT_CONFIG_NOSYSTEM environment variable | Robin Rosenberg | 2014-01-06 | 3 | -2/+25 |
* | Merge "archive: Use an empty directory for submodules" | Dave Borowitz | 2013-12-27 | 2 | -3/+50 |
|\ |
|
| * | archive: Use an empty directory for submodules | Jonathan Nieder | 2013-12-27 | 2 | -3/+50 |
* | | Merge "archive: Include entries for directories" | Dave Borowitz | 2013-12-27 | 6 | -26/+143 |
|\| |
|
| * | archive: Include entries for directories | Jonathan Nieder | 2013-12-27 | 6 | -26/+143 |
* | | [CLI] Add option --millis / -m to debug-show-dir-cache command | Matthias Sohn | 2013-12-27 | 2 | -3/+13 |
* | | Merge branch 'stable-3.2' | Matthias Sohn | 2013-12-19 | 0 | -0/+0 |
|\ \
| |/
|/| |
|
| * | Prepare post 3.2.0 buildsstable-3.2 | Matthias Sohn | 2013-12-18 | 51 | -51/+51 |
| * | JGit v3.2.0.201312181205-rv3.2.0.201312181205-r | Matthias Sohn | 2013-12-18 | 51 | -51/+51 |
| * | Revert "Fix for core.autocrlf=input resulting in modified file..." | Matthias Sohn | 2013-12-18 | 7 | -200/+20 |
| * | Fix for core.autocrlf=input resulting in modified file and unsmudge | Robin Rosenberg | 2013-12-18 | 7 | -20/+200 |
* | | archive: Prepend a specified prefix to all entry filenames | Jonathan Nieder | 2013-12-17 | 5 | -1/+115 |
* | | Merge branch 'stable-3.2' | Matthias Sohn | 2013-12-13 | 8 | -59/+361 |
|\| |
|
| * | Canonicalize worktree path in BaseRepositoryBuilder if set via config | Robin Stocker | 2013-12-12 | 1 | -1/+1 |
| * | Add missing @since tags for new public methods in Config | Matthias Sohn | 2013-12-11 | 1 | -0/+2 |
| * | Don't use API exception in RebaseTodoLine | Christian Halstrick | 2013-12-11 | 3 | -43/+182 |
| * | Merge "Fix aborting rebase with detached head" into stable-3.2 | Robin Rosenberg | 2013-12-10 | 2 | -13/+81 |
| |\ |
|
| | * | Fix aborting rebase with detached head | Stefan Lay | 2013-12-10 | 2 | -13/+81 |
| * | | Add recursive variant of Config.getNames() methods | Matthias Sohn | 2013-12-06 | 3 | -2/+95 |
| |/ |
|
| * | Merge branch 'master' into stable-3.2 | Matthias Sohn | 2013-12-05 | 89 | -1040/+2740 |
| |\ |
|
| * | | Prepare post 3.2.0-m3 builds | Matthias Sohn | 2013-11-13 | 51 | -56/+56 |
| * | | JGit v3.2.0.201311130903-m3v3.2.0.201311130903-m3 | Matthias Sohn | 2013-11-13 | 51 | -56/+56 |
* | | | Prepare 3.3.0-SNAPSHOT builds | Matthias Sohn | 2013-12-05 | 51 | -242/+242 |
| |/
|/| |
|
* | | Implement rebase.autostash | Stefan Lay | 2013-12-04 | 6 | -23/+276 |
* | | Merge "CLI status should support --porcelain" | Matthias Sohn | 2013-12-04 | 3 | -8/+236 |
|\ \ |
|
| * | | CLI status should support --porcelain | Kaloyan Raev | 2013-12-04 | 3 | -8/+236 |
* | | | Merge "More helpful InvalidPathException messages (include reason)" | Christian Halstrick | 2013-12-04 | 5 | -24/+52 |
|\ \ \
| |/ /
|/| | |
|
| * | | More helpful InvalidPathException messages (include reason) | Robin Stocker | 2013-12-03 | 5 | -24/+52 |
* | | | Fix IgnoreRule#isMatch returning wrong result due to missing reset | Robin Stocker | 2013-12-03 | 2 | -0/+13 |
|/ / |
|
* | | Fix exception on conflicts with recursive merge | Robin Stocker | 2013-12-03 | 6 | -27/+72 |
* | | Add pgm test for checkout of existing branch with checkout conflict | Axel Richard | 2013-12-02 | 1 | -0/+26 |
* | | Fix broken symbolic links on Cygwin. | John Ross | 2013-12-02 | 1 | -4/+4 |
* | | Do not allow non-ff-rebase if there are uncommitted changes | Stefan Lay | 2013-12-02 | 4 | -35/+240 |
* | | Manage CheckoutConflictException in pgm | Axel Richard | 2013-11-29 | 3 | -0/+12 |
* | | Fix handling of file/folder conflicts during a checkout | Christian Halstrick | 2013-11-29 | 2 | -1/+32 |
* | | Mention null return in Javadoc of Config#getString | Robin Stocker | 2013-11-29 | 1 | -2/+2 |
* | | Fix applying stash on other commit | Stefan Lay | 2013-11-29 | 2 | -0/+88 |
* | | Use static factory methods instead of overloaded constructors | Stefan Lay | 2013-11-29 | 2 | -18/+27 |
* | | Break up GCTest to run in parallel | Shawn Pearce | 2013-11-24 | 11 | -777/+1226 |
* | | Modify T0004_PackReaderTest to use existing pack | Shawn Pearce | 2013-11-24 | 1 | -10/+10 |
* | | Move SampleDataRepositoryTestCase to org.eclipse.jgit.test | Shawn Pearce | 2013-11-24 | 16 | -16/+19 |
* | | Support running from JARs in JGitTestUtil | Shawn Pearce | 2013-11-24 | 2 | -5/+38 |
* | | Cache SimpleDateFormat in GitDateParser per locale | Matthias Sohn | 2013-11-23 | 6 | -34/+133 |
* | | Fix FIXUP error for blank lines in interactive rebase | Stefan Lay | 2013-11-22 | 2 | -1/+39 |
* | | Fix parsing Rebase todo lines when commit message is missing | Stefan Lay | 2013-11-21 | 2 | -0/+15 |
* | | Add close() method to API | Christian Halstrick | 2013-11-20 | 2 | -0/+48 |