index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
lib
/
ConfigConstants.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-08-08
1
-0
/
+19
|
\
|
*
Merge branch 'stable-5.1' into stable-5.2
Matthias Sohn
2019-08-08
1
-0
/
+19
|
|
\
|
|
*
Persist minimal racy threshold and allow manual configuration
Matthias Sohn
2019-08-06
1
-0
/
+7
|
|
*
Persist filesystem timestamp resolution and allow manual configuration
Matthias Sohn
2019-07-17
1
-0
/
+12
*
|
|
ConfigConstants: Fix quoting of section names in javadocs
David Pursehouse
2019-04-29
1
-8
/
+8
|
/
/
*
|
New GpgConfig for typed access to GPG settings
Gunnar Wagenknecht
2018-11-20
1
-0
/
+30
*
|
ConfigConstants: Add constants for i18n.logOutputEncoding
David Pursehouse
2018-09-30
1
-0
/
+14
|
/
*
Declare ConfigConstants and GitProtocolConstants final
Matthias Sohn
2018-08-15
1
-1
/
+1
*
Add ConfigConstants.CONFIG_SECTION_LFS
David Pursehouse
2018-03-05
1
-0
/
+6
*
LFS: Add remote download to SmudgeFilter
Markus Duft
2018-02-16
1
-0
/
+6
*
Merge branch 'stable-4.8' into stable-4.9
Matthias Sohn
2017-11-24
1
-0
/
+7
|
\
|
*
Merge branch 'stable-4.6' into stable-4.7
Matthias Sohn
2017-11-22
1
-0
/
+7
|
|
\
|
|
*
Merge branch 'stable-4.5' into stable-4.6
Matthias Sohn
2017-11-22
1
-0
/
+7
|
|
|
\
|
|
|
*
Fix LockFile semantics when running on NFS
Christian Halstrick
2017-11-22
1
-0
/
+7
*
|
|
|
Make 'inCoreLimit' of LocalFile used in ResolveMerger configurable
Changcheng Xiao
2017-07-22
1
-0
/
+7
*
|
|
|
Add support for config "pull.ff
Mattias Neuling
2017-06-16
1
-0
/
+6
|
/
/
/
*
|
|
Run auto GC in the background
David Turner
2017-06-06
1
-0
/
+14
*
|
|
FetchCommand: Fix detection of submodule recursion mode
David Pursehouse
2017-03-10
1
-0
/
+6
*
|
|
FetchCommand: Add basic support for recursing into submodules
David Pursehouse
2017-03-04
1
-0
/
+6
|
/
/
*
|
Move constants used for config-files to ConfigConstants
Christian Halstrick
2016-10-23
1
-0
/
+13
*
|
Implement auto gc
Matthias Sohn
2016-10-23
1
-0
/
+24
*
|
Add "concurrencyLevel" option to DfsBlockCache
Philipp Marx
2016-10-19
1
-0
/
+7
|
/
*
Merge branch 'master' into stable-4.3
Matthias Sohn
2016-04-06
1
-0
/
+6
|
\
|
*
Add config parameter gc.prunePackExpire for packfile expiration
Christian Halstrick
2016-03-31
1
-0
/
+6
*
|
Implement DIR_NO_GITLINKS
Preben Ingvaldsen
2016-04-05
1
-0
/
+6
|
/
*
Add EOL stream type detection to TreeWalk
Ivan Motsch
2016-03-07
1
-0
/
+7
*
Avoid storing large packs in block cache during reuse
Shawn Pearce
2015-04-23
1
-0
/
+12
*
Add basic support for .gitattributes
Arthur Daussy
2015-01-07
1
-0
/
+7
*
Introduce config parameter core.trustfolderstat
Christian Halstrick
2014-11-12
1
-0
/
+6
*
Fix javadoc formatting in ConfigConstants
Matthias Sohn
2014-11-12
1
-23
/
+15
*
Add missing @since tags
Matthias Sohn
2014-11-03
1
-1
/
+4
*
Support for Submodule configuration submodule.<name>.ignore
Christian Halstrick
2014-11-03
1
-0
/
+3
*
Fixed API violation errors for 3.6 in ConfigConstants
Andrey Loskutov
2014-09-24
1
-2
/
+10
*
Add "aggressive" option to GC
Christian Halstrick
2014-09-19
1
-0
/
+6
*
Windows: Hide the .git directory if hidedotfiles is set to non-false
Robin Rosenberg
2014-09-04
1
-0
/
+6
*
Preserve merges during pull if configured to do so
Konrad Kügler
2014-07-15
1
-0
/
+7
*
Use fetch.prune and remote.<name>.prune to set prune mode when fetching
Konrad Kügler
2014-02-13
1
-0
/
+14
*
Add symlink support to JGit
Robin Rosenberg
2014-02-10
1
-0
/
+7
*
Implement rebase.autostash
Stefan Lay
2013-12-04
1
-0
/
+15
*
Create constants in ConfigConstants for the "diff" section
Robin Rosenberg
2013-04-19
1
-0
/
+30
*
Delete broken DFS read-ahead support
Shawn Pearce
2013-04-04
1
-6
/
+0
*
Fix @since tags in JGit, version 2.4 never existed
Tomasz Zarna
2013-03-21
1
-1
/
+4
*
Implement core.checkstat = minimal
Robin Rosenberg
2013-02-10
1
-0
/
+4
*
Add additional FastForwardMode enums for different config contexts
Tomasz Zarna
2013-01-18
1
-0
/
+3
*
Revert "Add additional FastForwardMode enums for different config contexts"
Shawn Pearce
2013-01-11
1
-3
/
+0
*
Add additional FastForwardMode enums for different config contexts
Tomasz Zarna
2013-01-06
1
-0
/
+3
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-0
/
+1
*
Add config constant for "mergeoptions"
Tomasz Zarna
2012-11-18
1
-0
/
+3
*
Support config param "gc.pruneexpire"
Christian Halstrick
2012-09-17
1
-0
/
+6
*
Set core.precomposeunicode to true when creating repository on Mac
Robin Rosenberg
2012-08-22
1
-0
/
+3
[next]