summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
* LogCommand.all(): filter out refs that do not refer to commit objectsArthur Baars2013-03-311-1/+7
* LogCommand.all(), peel references before using themArthur Baars2013-03-311-0/+25
* 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-1842-79/+128
* 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-052-0/+200
* 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
|\
| * 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
| |/
* / 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
| * | Add test case for PathFilterGroupRobin Rosenberg2013-01-211-0/+190
| |/
* | Merge changes I25204d9e,Ia10d76e9Matthias Sohn2013-01-242-1/+14
|\ \
| * | Attempt to stabilize GCTestRobin Rosenberg2013-01-231-0/+11
| * | Attempt to stabilize FileTreeIterator test on WindowsRobin Rosenberg2013-01-231-1/+3
| |/
* / Enable marking entries using TreeFilters in DiffEntryRobin Stocker2013-01-231-1/+69
|/
* Merge "Improve handling of checkout conflicts"Robin Rosenberg2013-01-201-48/+26
|\
| * Improve handling of checkout conflictsMarkus Duft2013-01-111-48/+26
* | Merge changes I7e7fae12,I87ecca00Robin Rosenberg2013-01-192-4/+124
|\ \
| * | Add conflicts message before footerStefan Lay2013-01-191-0/+42
| * | Only replace the ChangeId in the footer, not in the bodyStefan Lay2013-01-191-4/+82