| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix FIXUP error for blank lines in interactive rebase | Stefan Lay | 2013-11-22 | 1 | -0/+38 |
* | Fix parsing Rebase todo lines when commit message is missing | Stefan Lay | 2013-11-21 | 1 | -0/+13 |
* | Add close() method to API | Christian Halstrick | 2013-11-20 | 1 | -0/+28 |
* | Don't delete .idx file if .pack file can't be deleted | Christian Halstrick | 2013-11-13 | 1 | -0/+36 |
* | [findBugs] Remove nonsense call | Matthias Sohn | 2013-11-10 | 1 | -1/+0 |
* | Remove unnecessary @SuppressWarnings("null") | Matthias Sohn | 2013-11-10 | 1 | -5/+0 |
* | Don't import non-existing package org.eclipse.jgit.java7 | Matthias Sohn | 2013-11-10 | 1 | -1/+0 |
* | Interactive Rebase: Do actions if there were conflicts | Stefan Lay | 2013-11-08 | 1 | -0/+207 |
* | Rebase interactive should finish if last step is edit | Stefan Lay | 2013-11-06 | 1 | -0/+33 |
* | Merge changes I40f2311c,I3c419094 | Matthias Sohn | 2013-11-05 | 1 | -2/+339 |
|\ |
|
| * | Add additional RebaseResult for editing commits | Stefan Lay | 2013-11-05 | 1 | -1/+1 |
| * | Add Squash/Fixup support for rebase interactive in RebaseCommand | Tobias Pfeifer | 2013-11-05 | 1 | -1/+338 |
* | | Merge changes I85470d1d,I43711486,Ie6ade781,Ic9ab2b6e,Iebe50933,Id6fac253,Ia6... | Shawn Pearce | 2013-11-05 | 18 | -76/+201 |
|\ \
| |/
|/| |
|
| * | Use absolute paths for file:// URIs in tests | Shawn Pearce | 2013-11-01 | 8 | -29/+42 |
| * | Move repeat() to utility class for tests | Shawn Pearce | 2013-11-01 | 3 | -12/+59 |
| * | Remove hardcoded target/trash from test cases | Shawn Pearce | 2013-11-01 | 3 | -5/+22 |
| * | Remove dependency on StatusCommandTest | Shawn Pearce | 2013-11-01 | 3 | -24/+71 |
| * | Remove dependency on DiffFormatterReflowTest | Shawn Pearce | 2013-11-01 | 1 | -6/+7 |
* | | Also use MockSystemReader in GitDateParserBadlyFormattedTest | Matthias Sohn | 2013-11-05 | 1 | -0/+14 |
* | | Merge "testMaliciousPathEmpty fails on Windows" | Christian Halstrick | 2013-11-04 | 1 | -2/+9 |
|\ \ |
|
| * | | testMaliciousPathEmpty fails on Windows | Robin Rosenberg | 2013-11-01 | 1 | -2/+9 |
| |/ |
|
* | | Parse commitId and shortMessage of a commented out line in rebase todo | Tobias Pfeifer | 2013-10-31 | 1 | -0/+119 |
* | | Enhance reading of git-rebase-todo formatted files | Christian Halstrick | 2013-10-31 | 1 | -25/+122 |
|/ |
|
* | Make sure SystemReader is reset after test is run | Robin Stocker | 2013-10-22 | 4 | -0/+25 |
* | Merge "Fix failed tests when the tmp directory is a symlink" | Matthias Sohn | 2013-10-19 | 2 | -16/+19 |
|\ |
|
| * | Fix failed tests when the tmp directory is a symlink | Robin Rosenberg | 2013-10-20 | 2 | -16/+19 |
* | | Describe HEAD if no explicit target was set | Matthias Sohn | 2013-10-11 | 1 | -6/+12 |
|/ |
|
* | Prepare 3.2.0-SNAPSHOT builds | Matthias Sohn | 2013-10-03 | 2 | -37/+37 |
* | Merge branch 'stable-3.1' | Matthias Sohn | 2013-10-03 | 3 | -47/+78 |
|\ |
|
| * | Prepare post 3.1.0 buildsstable-3.1 | Matthias Sohn | 2013-10-03 | 2 | -37/+37 |
| * | JGit v3.1.0.201310021548-rv3.1.0.201310021548-r | Matthias Sohn | 2013-10-02 | 2 | -2/+2 |
| * | Prepare post 3.1.0 RC1 builds | Matthias Sohn | 2013-09-27 | 2 | -2/+2 |
| * | JGit v3.1.0.201309270735-rc1v3.1.0.201309270735-rc1 | Matthias Sohn | 2013-09-27 | 2 | -2/+2 |
| * | Attempt to fix graph layout when new heads are introduced | Robin Rosenberg | 2013-09-26 | 1 | -10/+41 |
* | | Added the git-describe implementation | Kohsuke Kawaguchi | 2013-09-27 | 1 | -0/+242 |
|/ |
|
* | ResetCommand: Allow reset on unborn branch when ref not specified | Robin Stocker | 2013-09-13 | 1 | -1/+37 |
* | Don't treat "/" as valid ignore pattern | Robin Stocker | 2013-09-09 | 1 | -0/+11 |
* | Merge branch 'stable-3.0' | Matthias Sohn | 2013-09-04 | 1 | -0/+11 |
|\ |
|
| * | Prepare post 3.0.2-rc2 builds | Matthias Sohn | 2013-09-04 | 2 | -2/+2 |
| * | JGit v3.0.2.201309041250-rc2v3.0.2.201309041250-rc2 | Matthias Sohn | 2013-09-04 | 2 | -2/+2 |
| * | Update build to use CBI jarsigner plugin | Matthias Sohn | 2013-09-04 | 1 | -0/+11 |
| * | Update reflog like C Git during rebase (non-interactive) | Robin Rosenberg | 2013-08-21 | 1 | -2/+90 |
| * | Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilter | Robin Stocker | 2013-08-21 | 1 | -0/+10 |
| * | Refactor PathSuffixFilterTest to remove duplication | Robin Stocker | 2013-08-21 | 1 | -61/+31 |
| * | Update HEAD in cherry-picking several commits | Hiroshi Tomita | 2013-08-21 | 1 | -0/+36 |
| * | Fix HTTP response processing for WWW-Authenticate headers | Alex Rukhlin | 2013-08-21 | 1 | -0/+162 |
| * | Fix tests for OS X when the tmpdir is the default /tmp | Robin Rosenberg | 2013-08-21 | 1 | -2/+7 |
| * | Recognize CRLF when parsing the short message of a commit or tag | Robin Rosenberg | 2013-08-21 | 2 | -0/+25 |
| * | Prepare 3.0.2-SNAPSHOT builds | Matthias Sohn | 2013-08-19 | 2 | -36/+36 |
* | | Enable LsRemoteCommand to work without local repository | Robin Stocker | 2013-08-13 | 1 | -1/+9 |