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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare 6.2.0-SNAPSHOT builds
Matthias Sohn
2022-03-03
91
-525
/
+525
*
Merge branch 'stable-6.1'
Matthias Sohn
2022-03-02
13
-20
/
+20
|
\
|
*
Update Orbit to R20220302172233 for 2022-03
Matthias Sohn
2022-03-02
13
-20
/
+20
|
*
Prepare 6.1.0-SNAPSHOT builds
Matthias Sohn
2022-03-02
91
-125
/
+125
|
*
JGit v6.1.0.202203021511-rc1
v6.1.0.202203021511-rc1
Matthias Sohn
2022-03-02
91
-125
/
+125
|
*
Merge branch 'master' into stable-6.1
Matthias Sohn
2022-03-02
22
-19
/
+620
|
|
\
|
|
/
|
/
|
*
|
Describe: add support for core.abbrev config option
Matthias Sohn
2022-03-02
12
-12
/
+413
*
|
Add a typed config getter for integers confined to a range
Matthias Sohn
2022-03-02
5
-0
/
+71
*
|
Remove odd prefix of PersonIdent test class
Matthias Sohn
2022-03-02
1
-1
/
+1
*
|
PersonIdent: Add ctors that accept Instant in addition to Date
David Ostrovsky
2022-03-02
2
-0
/
+87
*
|
Remove ignored potentiallyUnclosedCloseable check
Fabio Ponciroli
2022-03-02
1
-3
/
+0
*
|
Make precedence more explicit
Fabio Ponciroli
2022-03-02
1
-1
/
+1
*
|
[pgm] Add describe --abbrev option
Matthias Sohn
2022-03-02
3
-0
/
+32
*
|
Cap describe abbrev option
Matthias Sohn
2022-03-02
2
-11
/
+19
*
|
DescribeCommand: Add support for --abbrev=0
Matthias Sohn
2022-03-02
2
-0
/
+5
|
*
Prepare 6.1.0-SNAPSHOT builds
Matthias Sohn
2022-03-01
91
-125
/
+125
|
*
JGit v6.1.0.202202221755-m3
v6.1.0.202202221755-m3
Matthias Sohn
2022-02-22
91
-125
/
+125
|
/
*
Remove SuppressWarnings since currently ignored
Fabio Ponciroli
2022-02-22
1
-1
/
+1
*
Add comment to explain why try-with-resource is not used
Fabio Ponciroli
2022-02-22
1
-0
/
+1
*
DescribeCommand: Support configuring the hash abbreviation
Sebastian Schuberth
2022-02-19
2
-8
/
+51
*
Simplify implementation of WorkingTreeIterator
Thomas Wolf
2022-02-16
1
-29
/
+16
*
Update Orbit to S20220215213605
Matthias Sohn
2022-02-16
13
-34
/
+34
*
Transport: load all refs only if push refspecs have wildcards
Thomas Wolf
2022-02-14
1
-3
/
+7
*
PushCommand: determine remote from git config if not given
Thomas Wolf
2022-02-14
4
-3
/
+229
*
PushCommand: consider push.default when no RefSpecs are given
Rolf Theunissen
2022-02-14
4
-12
/
+690
*
Prevent that an instance of PushCommand is reused
Thomas Wolf
2022-02-14
1
-0
/
+1
*
Remove unused warning suppression
Fabio Ponciroli
2022-02-11
2
-2
/
+1
*
Support for git config push.default
Thomas Wolf
2022-02-09
4
-3
/
+183
*
Update Orbit to S20220208191225
Matthias Sohn
2022-02-09
13
-20
/
+20
*
Merge branch 'stable-6.0'
Matthias Sohn
2022-02-09
6
-14
/
+168
|
\
|
*
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2022-02-09
6
-14
/
+160
|
|
\
|
|
*
Stop initCause throwing in readAdvertisedRefs
Darius Jokilehto
2022-02-08
6
-14
/
+156
*
|
|
Support LFS Server URL without .git suffix
Nail Samatov
2022-02-08
5
-19
/
+181
*
|
|
[rebase] InteractiveHandler2: handle Gerrit Change-Ids
Thomas Wolf
2022-02-04
1
-6
/
+27
*
|
|
[errorprone] Fix DefaultCharset warning in BareSuperprojectWriterTest
Luca Milanesio
2022-02-04
1
-1
/
+3
*
|
|
Introduce a constant for the length of an abbreviated hash string
Sebastian Schuberth
2022-02-03
11
-15
/
+57
*
|
|
Make sure to close Repository in tests
Fabio Ponciroli
2022-02-02
1
-2
/
+2
*
|
|
Fix resource leak in CancellableDigestOutputStreamTest
Fabio Ponciroli
2022-02-02
1
-33
/
+34
*
|
|
Fix "Empty block should be documented" warning
Fabio Ponciroli
2022-02-02
1
-0
/
+4
*
|
|
Replace deprecated org.eclipse.jgit.lib.RefDatabase.getRefs
Fabio Ponciroli
2022-02-02
1
-1
/
+4
*
|
|
RebaseCommand: fix commit message in "fixup" case
Thomas Wolf
2022-02-02
2
-31
/
+57
*
|
|
reftable: close old Db in FileRepository#convertToPackedRefs
Han-Wen Nienhuys
2022-02-02
1
-2
/
+4
*
|
|
reftable: tweaks for Windows
Han-Wen Nienhuys
2022-02-02
2
-2
/
+17
*
|
|
Merge changes I11366273,I256e1572
Ivan Frade
2022-02-01
4
-273
/
+563
|
\
\
\
|
*
|
|
RepoCommand: Offer to set extra files in the destination repository
Ivan Frade
2022-01-31
3
-4
/
+72
|
*
|
|
RepoCommand: Move bare/regular superproject writing to their own classes
Ivan Frade
2022-01-31
4
-273
/
+495
*
|
|
|
Merge "[test] Fix EolRepositoryTest for eol=native"
Matthias Sohn
2022-02-01
1
-70
/
+44
|
\
\
\
\
|
*
|
|
|
[test] Fix EolRepositoryTest for eol=native
Thomas Wolf
2022-02-01
1
-70
/
+44
*
|
|
|
|
Merge branch 'stable-6.0'
Matthias Sohn
2022-02-01
1
-3
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
/
/
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Fix warning: The value of the parameter otp is not used
Antonio Barone
2022-01-20
1
-3
/
+2
[next]