aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/ConfigTest.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Fix UnnecessaryParentheses errorsMatthias Sohn2024-04-281-3/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReaderMatthias Sohn2019-08-111-16/+29
* Run auto GC in the backgroundDavid Turner2017-06-061-0/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* ConfigTest: Create Git instance in try-with-resourceDavid Pursehouse2016-01-211-1/+3
* Fix failing ConfigTest on WindowsRobin Rosenberg2014-05-171-23/+7
* Add symlink support to JGitRobin Rosenberg2014-02-101-0/+22
* Set core.precomposeunicode to true when creating repository on MacRobin Rosenberg2012-08-221-5/+14
* In org.eclipse.jgit.pgm.ConfigTest expect core.filemode=false on WindowsTomasz Zarna2012-06-161-8/+10
* Do not set core.autocrlf when creating repoRobin Rosenberg2012-06-121-7/+8
* Add config --list command to pgmTomasz Zarna2012-05-231-0/+70