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
/
Constants.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fetch: add support for shallow
Robin Müller
2022-07-31
1
-1
/
+8
*
Introduce a constant for the length of an abbreviated hash string
Sebastian Schuberth
2022-02-03
1
-0
/
+9
*
Fix human name for local .bundle files
Konrad Windszus
2020-04-21
1
-0
/
+7
*
Merge branch 'stable-5.6'
Matthias Sohn
2020-03-05
1
-0
/
+6
|
\
|
*
Update reftable storage repo layout
Han-Wen Nienhuys
2020-03-04
1
-0
/
+6
*
|
ErrorProne: Enable and fix UnusedException check
David Pursehouse
2020-01-27
1
-1
/
+4
*
|
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
|
/
*
file: implement FileReftableDatabase
Han-Wen Nienhuys
2019-11-16
1
-0
/
+6
*
Store filesystem timestamp resolution in extra jgit config
Matthias Sohn
2019-11-09
1
-0
/
+9
*
Constants for objects and info/{http-,}alternates
David Turner
2019-08-02
1
-0
/
+18
*
Use Objects.requireNonNull instead of a custom helper
Jonathan Nieder
2019-03-22
1
-24
/
+0
*
Introduce a checkNotNull helper
Jonathan Nieder
2019-03-22
1
-1
/
+25
*
Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-30
1
-2
/
+8
*
Merge branch 'stable-5.0' into stable-5.1
Matthias Sohn
2018-09-09
1
-1
/
+1
|
\
|
*
Merge branch 'stable-4.11' into stable-5.0
Matthias Sohn
2018-09-09
1
-1
/
+1
|
|
\
|
|
*
Merge branch 'stable-4.10' into stable-4.11
Matthias Sohn
2018-09-09
1
-1
/
+1
|
|
|
\
|
|
|
*
Merge branch 'stable-4.9' into stable-4.10
Matthias Sohn
2018-09-09
1
-1
/
+1
|
|
|
|
\
|
|
|
|
*
Merge branch 'stable-4.8' into stable-4.9
Matthias Sohn
2018-09-09
1
-1
/
+1
|
|
|
|
|
\
|
|
|
|
|
*
Fix @since tag for LOCK_SUFFIX
Matthias Sohn
2018-09-09
1
-1
/
+1
*
|
|
|
|
|
Merge branch 'stable-5.0' into stable-5.1
Matthias Sohn
2018-09-08
1
-1
/
+1
|
\
|
|
|
|
|
|
*
|
|
|
|
Merge branch 'stable-4.11' into stable-5.0
Matthias Sohn
2018-09-08
1
-1
/
+1
|
|
\
|
|
|
|
|
|
*
|
|
|
Merge branch 'stable-4.10' into stable-4.11
Matthias Sohn
2018-09-08
1
-0
/
+7
|
|
|
\
|
|
|
|
|
|
*
|
|
Merge branch 'stable-4.9' into stable-4.10
Matthias Sohn
2018-09-08
1
-0
/
+7
|
|
|
|
\
|
|
|
|
|
|
*
|
Merge branch 'stable-4.8' into stable-4.9
Matthias Sohn
2018-09-08
1
-0
/
+7
|
|
|
|
|
\
|
|
|
|
|
|
*
Merge branch 'stable-4.7' into stable-4.8
Matthias Sohn
2018-09-08
1
-0
/
+7
|
|
|
|
|
|
\
|
|
|
|
|
|
*
Use constant for ".lock"
Matthias Sohn
2018-09-07
1
-0
/
+7
|
|
|
|
|
|
/
*
|
|
|
|
|
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
1
-3
/
+9
*
|
|
|
|
|
Add EMPTY_TREE_ID as a sibling of EMPTY_BLOB_ID
Dave Borowitz
2018-08-15
1
-0
/
+8
*
|
|
|
|
|
Update javadoc for EMPTY_BLOB_ID
Dave Borowitz
2018-08-15
1
-1
/
+5
|
/
/
/
/
/
*
|
|
|
|
Use constant for ".lock"
Matthias Sohn
2018-06-08
1
-0
/
+7
*
|
|
|
|
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-5
/
+5
*
|
|
|
|
Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8
David Pursehouse
2018-03-11
1
-2
/
+4
*
|
|
|
|
Constants: Initialize CHARSET and CHARACTER_ENCODING from StandardCharsets.UTF_8
David Pursehouse
2018-03-11
1
-3
/
+4
|
/
/
/
/
*
/
/
/
LFS: support merge/rebase/cherry-pick/diff/compare with LFS files
Markus Duft
2018-03-03
1
-0
/
+7
|
/
/
/
*
/
/
Fix javadoc in org.eclipse.jgit lib package
Matthias Sohn
2017-12-19
1
-4
/
+6
|
/
/
*
/
Support -merge attribute in binary macro
Mathieu Cartaud
2017-06-27
1
-1
/
+15
|
/
*
Move constants used for config-files to ConfigConstants
Christian Halstrick
2016-10-23
1
-7
/
+0
*
Add configuration parameter to enable built-in hooks/filters
Christian Halstrick
2016-09-20
1
-0
/
+7
*
Add support for built-in clean filters
Christian Halstrick
2016-09-20
1
-0
/
+7
*
Add support for smudge filters
Christian Halstrick
2015-11-27
1
-0
/
+7
*
Add support for clean filters
Christian Halstrick
2015-11-27
1
-0
/
+14
*
Add the new class Attributes holding multiple Attribute(s)
Ivan Motsch
2015-11-27
1
-0
/
+7
*
Support for the commit-msg hook.
Laurent Delaigue
2015-03-02
1
-0
/
+8
*
Introduce hook support into the FS implementations
Laurent Goubet
2015-02-02
1
-0
/
+7
*
Add basic support for .gitattributes
Arthur Daussy
2015-01-07
1
-0
/
+7
*
Support the new repository layout for submodules
Christian Halstrick
2014-12-15
1
-0
/
+7
*
Allow explicit configuration of git directory in InitCommand
Christian Halstrick
2014-12-15
1
-1
/
+15
*
Add missing @since tags
Matthias Sohn
2014-01-20
1
-1
/
+5
*
Suppport the GIT_CONFIG_NOSYSTEM environment variable
Robin Rosenberg
2014-01-06
1
-0
/
+3
*
Add missing @since tags
Matthias Sohn
2013-05-06
1
-1
/
+5
[next]