aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* Replace ExpectedException which was deprecated in junit 4.13Matthias Sohn2020-01-241-17/+9
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0424-912/+120
* JGit pgm: Format blame output to match canonical gitThomas Wolf2019-11-271-8/+11
* Make blame work correctly on merge conflictsThomas Wolf2019-11-271-0/+35
* [pgm] Add --mirror option to clone commandMatthias Sohn2019-10-211-2/+42
* JGit pgm: make Blame more robust against bogus inputThomas Wolf2019-08-261-0/+122
* Merge branch 'stable-5.4'Matthias Sohn2019-08-201-16/+29
|\
| * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-16/+29
| |\
| | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-191-16/+29
| | |\
| | | * Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReaderMatthias Sohn2019-08-111-16/+29
| | | * Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-191-2/+2
* | | | JGit pgm tests must quote paths on the command lineThomas Wolf2019-07-253-20/+18
|/ / /
* / / Convert to lambda or member referenceCarsten Hammer2019-05-161-10/+6
|/ /
* | Fix "jgit checkout -f" to overwrite dirty worktree filesChristian Halstrick2019-01-081-0/+16
* | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-2/+2
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Add ls-files CLI commandMatthias Sohn2018-08-281-0/+96
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-6/+6
* Repository: Deprecate getTags methodDavid Pursehouse2018-05-221-7/+4
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Use Constants.CHARACTER_ENCODING in testsDavid Pursehouse2018-04-111-1/+2
* Implement --force option in FetchCommand and CLI fetch commandMatthias Sohn2018-03-131-0/+13
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+3
* Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-071-2/+3
* ArchiveTest: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-051-43/+36
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-2/+4
* ArchiveTest: Check result of BufferedInputStream#skipDavid Pursehouse2017-12-071-1/+5
* Checkout now reports failures through exceptions.Ned Twigg2017-10-011-3/+21
* Added API to TextBuiltin for piped usage.Ned Twigg2017-09-211-0/+110
* Update args4j to 2.33Matthias Sohn2017-08-302-2/+2
* Fix compilation errors with args4j 2.0.23 and laterRobin Stocker2017-08-301-0/+80
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Add --match option for `jgit describe` to CLIOliver Lockwood2017-06-221-3/+49
* ArchiveCommand: Create prefix entry with commit timeYasuhiro Takagi2017-06-051-4/+4
* Run auto GC in the backgroundDavid Turner2017-06-061-0/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-202-7/+7
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Organize importsDavid Pursehouse2016-11-142-5/+9
* Preserve backslashes within double quotes in CLIGitCommand::split()Rüdiger Herrmann2016-10-231-0/+2
* Checkout: Add the ability to checkout all paths.Ned Twigg2016-10-221-1/+24
* ArchiveTest: Don't use string concatenation in loopDavid Pursehouse2016-10-191-12/+12
* Fix JGit CLI to follow native git's interpretation of http_proxy...Christian Halstrick2016-10-141-0/+232
* CLI: implement option -d for deleting tagsNed Twigg2016-08-311-0/+23
* Added a clean command.Ned Twigg2016-08-301-0/+136
* Fix DirCacheCheckout to return CheckoutConflictExceptionChristian Halstrick2016-06-231-7/+12
* Add missing @Test annotationsHugo Arès2016-06-011-0/+1
* JGit CLI: allow to call git init with specific directoryRüdiger Herrmann2016-05-221-0/+90
* ReflogTest: Open Git instances in try-with-resourceDavid Pursehouse2016-02-121-13/+16
* RepoTest: Open Git in try-with-resourcesDavid Pursehouse2016-02-051-16/+20
* Merge branch 'master' into stable-4.2Matthias Sohn2016-01-2111-84/+484
|\