aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/CoreConfig.java
Commit message (Expand)AuthorAgeFilesLines
* FileReftableStack: use FileSnapshot to detect modificationMatthias Sohn2025-03-031-0/+24
* Improve configuration of trusting file attributes in FileSnapshotMatthias Sohn2025-02-061-7/+165
* CoreConfig: remove deprecated #isLogAllRefUpdates methodMatthias Sohn2024-09-031-19/+0
* Introduce core.trustLooseRefStat configKaushik Lingarkar2024-03-051-0/+15
* Merge branch 'stable-6.4'Matthias Sohn2023-01-061-0/+21
|\
| * Introduce core.trustPackedRefsStat configKaushik Lingarkar2023-01-051-0/+21
* | CommitGraph: add core.commitGraph configkylezhao2022-12-161-0/+24
|/
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-7/+7
|\
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-7/+7
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Fix parsing of core.logAllRefUpdatesThomas Wolf2019-10-071-20/+48
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-0/+10
* Eliminate SectionParser construction boilerplateDave Borowitz2017-08-021-6/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-071-0/+40
* Add basic support for .gitattributesArthur Daussy2015-01-071-0/+13
* Windows: Hide the .git directory if hidedotfiles is set to non-falseRobin Rosenberg2014-09-041-0/+14
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-3/+3
* Add symlink support to JGitRobin Rosenberg2014-02-101-0/+12
* Fix @since tags in JGit, version 2.4 never existedTomasz Zarna2013-03-211-1/+1
* Implement core.checkstat = minimalRobin Rosenberg2013-02-101-0/+19
* Use constants from ConfigConstants in CoreConfigKevin Sawicki2012-01-031-3/+6
* Respect core.excludesfile to enable global ignore rules Matthias Sohn2011-02-231-0/+11
* Refactor IndexPack to not require local filesystemShawn O. Pearce2011-01-251-1/+0
* Clarify WorkingTreeOptions and filemode usageShawn O. Pearce2010-12-081-20/+0
* Add core.filemode to CoreConfigChris Aniszczyk2010-11-141-0/+11
* Support core.autocrlf = inputShawn O. Pearce2010-09-071-3/+15
* Use 5 MiB for RevWalk default limitShawn O. Pearce2010-09-021-15/+0
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-201-0/+11
* Use core.streamFileThreshold to set our streaming limitShawn O. Pearce2010-07-021-0/+14
* Refactor object writing responsiblities to ObjectDatabaseShawn O. Pearce2010-06-251-1/+0
* Add support for logAllRefUpdates configuration parameterChristian Halstrick2009-10-021-0/+11
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+87