summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Fix PathFilterGroup not to throw StopWalkException too early"Christian Halstrick2013-04-041-1/+11
|\ \
| * | Fix PathFilterGroup not to throw StopWalkException too earlyRobin Rosenberg2013-04-031-1/+11
* | | Merge "Indicate initial commit on a branch in the reflog"Christian Halstrick2013-04-042-4/+6
|\| |
| * | Indicate initial commit on a branch in the reflogRobin Rosenberg2013-04-022-4/+6
| |/
* / Speed up clone/fetch with large number of refsRobin Rosenberg2013-03-301-2/+113
|/
* Fixed parsing of URI with a IPv6-addressAndreas König2013-03-271-1/+1
* Extend FileUtils.rename to common git semanticsRobin Rosenberg2013-03-261-0/+69
* Add tests for FileUtils.delete and EMPTY_DIREECTORIES_ONLYRobin Rosenberg2013-03-241-0/+85
* Merge changes If98b0b97,I7c9c09b4Shawn Pearce2013-03-213-20/+24
|\
| * Don't use internal type FileRepository in public APIMatthias Sohn2013-03-203-20/+24
* | Allow users to show server messages while pushingAndré Dietisheim2013-03-211-0/+7
|/
* Fix GC for FileRepo in case packfile renames failChristian Halstrick2013-03-191-0/+7
* Make GC more robust against corrupt reflogsChristian Halstrick2013-03-191-5/+21
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-1844-112/+163
* Support aborting non-interactive rebase started from C GitRobin Stocker2013-03-161-1/+23
* NameRevCommand: Don't use merge cost for first parentDave Borowitz2013-03-151-17/+14
* Merge "A folder does not constitute a dirty work tree"Robin Rosenberg2013-03-151-0/+77
|\
| * A folder does not constitute a dirty work treeRobin Rosenberg2013-03-101-0/+77
* | NameRevCommand: Use ~ notation for first parents of mergesDave Borowitz2013-03-141-1/+15
* | Allow adding single refs or all tags to NameRevCommandDave Borowitz2013-03-131-0/+20
* | Merge "Add a NameRevCommand for describing IDs in terms of refnames"Shawn Pearce2013-03-111-0/+173
|\ \ | |/ |/|
| * Add a NameRevCommand for describing IDs in terms of refnamesDave Borowitz2013-03-111-0/+173
* | Do not cherry-pick merge commits during rebaseRobin Rosenberg2013-03-081-32/+51
* | Extend FileUtils.delete with option to delete empty directories onlyRobin Rosenberg2013-03-081-0/+46
|/
* Added read/write support for pack bitmap index.Colby Ranger2013-03-053-1/+202
* Fix corrupted CloneCommand bare-repo fetch-refspec (#402031)Roberto Tyley2013-03-041-1/+26
* Include supported extensions in PackFile constructor.Colby Ranger2013-02-281-1/+3
* Implement recursive merge strategyGeorge C. Young2013-02-222-0/+644
* Merge branch 'stable-2.3'Matthias Sohn2013-02-212-12/+54
|\
| * Prepare 2.3.2-SNAPSHOT buildsstable-2.3Matthias Sohn2013-02-212-33/+33
| * JGit v2.3.1.201302201838-rv2.3.1.201302201838-rMatthias Sohn2013-02-212-33/+33
| * Merge "Accept Change-Id even if footer contains not well-formed entries" into...Matthias Sohn2013-02-201-12/+41
| |\
| | * Accept Change-Id even if footer contains not well-formed entriesStefan Lay2013-02-201-12/+41
| * | Fix false positives in hashing used by PathFilterGroupRobin Stocker2013-02-201-0/+13
| |/
| * Prepare post 2.3.0.201302130906 buildsMatthias Sohn2013-02-132-2/+2
| * JGit v2.3.0.201302130906v2.3.0.201302130906Matthias Sohn2013-02-132-2/+2
| * Prepare post 2.3rc1 buildsMatthias Sohn2013-02-062-2/+2
| * JGit v2.3.0.201302060400-rc1v2.3.0.201302060400-rc1Matthias Sohn2013-02-062-2/+2
* | Prepare 2.4.0-SNAPSHOT buildsMatthias Sohn2013-02-142-33/+33
* | Fix Config.fromText to not skip a last line with no newlineDave Borowitz2013-02-081-0/+9
|/
* Add getConflictingNames to RefDatabaseRobin Stocker2013-02-061-0/+148
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-04114-674/+125
* Remove PathFilterGroupTest2Robin Rosenberg2013-01-301-254/+0
* Remove debug printouts from PathFilterGroupTestRobin Rosenberg2013-01-301-2/+0
* Fix stash apply using merge logicRobin Rosenberg2013-01-301-9/+67
* Fix Check for FF_ONLY merges againRobin Rosenberg2013-01-291-22/+35
* Merge "Check for FF_ONLY merges correctly"Robin Rosenberg2013-01-281-0/+39
|\
| * Check for FF_ONLY merges correctlyRobin Rosenberg2013-01-291-0/+39
* | Merge changes Ife0cc2da,If38507efRobin Rosenberg2013-01-282-0/+446
|\ \
| * | Speed up PathFilterGroup for large sets of pathsRobin Rosenberg2013-01-211-0/+256