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
/
gitrepo
Commit message (
Expand
)
Author
Age
Files
Lines
*
BaseSuperprojectWriter: report invalid paths as manifest errors
Ivan Frade
2022-08-23
1
-1
/
+2
*
RepoCommand: Offer to set extra files in the destination repository
Ivan Frade
2022-01-31
2
-3
/
+46
*
RepoCommand: Move bare/regular superproject writing to their own classes
Ivan Frade
2022-01-31
3
-273
/
+416
*
RepoCommand: Do not wrap GitApiExceptions in GitApiExceptions
Ivan Frade
2021-11-23
1
-4
/
+3
*
Replace XMLReaderFactory deprecated since Java 9
Matthias Sohn
2021-09-29
1
-3
/
+5
*
RepoCommand: Move building the index for base repos to its own method
Ivan Frade
2021-08-31
1
-112
/
+120
*
RepoCommand: Retry commit on LockFailure
Ivan Frade
2021-05-26
1
-43
/
+67
*
RepoCommand: Do not set 'branch' if the revision is a tag
Ivan Frade
2021-05-26
1
-2
/
+6
*
ErrorProne: Enable and fix UnusedException check
David Pursehouse
2020-01-27
2
-2
/
+2
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
4
-152
/
+20
*
Replace chain of if statements with switch
Carsten Hammer
2019-12-14
1
-41
/
+53
*
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
3
-18
/
+16
*
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-09-08
1
-1
/
+0
|
\
|
*
Merge branch 'stable-5.1' into stable-5.2
Matthias Sohn
2019-09-07
1
-1
/
+0
|
|
\
|
|
*
RepoText: Remove unused externalized string
David Pursehouse
2019-09-07
1
-1
/
+0
|
|
*
Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8
David Pursehouse
2019-06-19
1
-4
/
+4
*
|
|
Avoid double words
Mincong HUANG
2018-12-21
1
-2
/
+2
|
/
/
*
|
RepoCommand: Preserve executable bit in <copyfile>
Ivan Frade
2018-10-31
2
-3
/
+5
*
|
RepoCommand.RemoteReader: Add method to read contents and mode of file
Ivan Frade
2018-10-31
1
-27
/
+103
*
|
Format @NonNull on return value as method annotation
Jonathan Nieder
2018-10-09
1
-1
/
+2
*
|
Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-30
1
-4
/
+4
|
/
*
Merge "Support remove-project node in the manifest parser"
Jonathan Nieder
2018-08-20
1
-0
/
+3
|
\
|
*
Support remove-project node in the manifest parser
Masaya Suzuki
2018-08-20
1
-0
/
+3
*
|
Use a TreeMap to construct the list of renamed projects
Han-Wen Nienhuys
2018-08-13
1
-2
/
+2
*
|
Use project names instead of paths for the submodule name
Masaya Suzuki
2018-07-27
1
-34
/
+57
|
/
*
RepoCommand: record remote branch, group, shallow bit by default
Jonathan Nieder
2018-07-20
1
-3
/
+3
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-3
/
+3
*
Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-13
1
-12
/
+4
*
RepoCommand: generate relative submodule URLs from absolute URLs.
Han-Wen Nienhuys
2018-02-21
1
-6
/
+2
*
RepoCommand: don't record new commit if tree did not change
Han-Wen Nienhuys
2018-02-19
1
-0
/
+5
*
RepoCommand: persist unreadable submodules in .gitmodules
Han-Wen Nienhuys
2018-02-19
1
-30
/
+29
*
RepoCommand: Don't leave Git open
David Pursehouse
2018-02-15
1
-79
/
+79
*
Replace explicit calls to initCause where possible
David Pursehouse
2017-12-20
1
-4
/
+1
*
Fix javadoc in org.eclipse.jgit gitrepo package
Matthias Sohn
2017-12-18
4
-6
/
+49
*
RepoCommand: Skip RemoteReader when encountering a full SHA-1
Jonathan Nieder
2017-11-28
1
-2
/
+1
*
Cleanup: Organize imports
Matthias Sohn
2017-08-30
1
-1
/
+0
*
Fix out-of-bounds exception in RepoCommand#relative
Han-Wen Nienhuys
2017-05-24
1
-10
/
+21
*
RepoCommand: Add linkfile support.
Dan Willemsen
2017-04-18
3
-14
/
+143
*
Add missing @since tag for new API RepoCommand.setTargetURI()
Matthias Sohn
2017-04-14
1
-3
/
+5
*
Fix RepoCommand to allow for relative URLs
Han-Wen Nienhuys
2017-04-13
1
-7
/
+90
*
Cleanup and test trailing slash handling in ManifestParser
Han-Wen Nienhuys
2017-04-11
1
-13
/
+24
*
ManifestParser: Throw exception if remote does not have fetch attribute
Han-Wen Nienhuys
2017-04-10
2
-1
/
+7
*
Remove unused import from ManifestParser
Matthias Sohn
2017-03-31
1
-1
/
+0
*
Document the intended use of RepoCommand#setURI()
Han-Wen Nienhuys
2017-03-29
1
-3
/
+8
*
Noop changes to ManifestParser
Han-Wen Nienhuys
2017-03-29
1
-14
/
+7
*
Consistently use 'path' for the path to a subrepo in RepoCommand
Han-Wen Nienhuys
2017-03-27
1
-18
/
+18
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
3
-8
/
+8
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+2
*
RepoCommand#readFile: Don't call Git#getRepository() in try-with-resource
David Pursehouse
2017-01-28
1
-3
/
+2
*
[infer] Mark ManifestParse.getFilteredProjects non-null
Matthias Sohn
2017-01-23
1
-1
/
+2
[next]