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
*
JGit v6.1.0.202203080745-r
v6.1.0.202203080745-r
Matthias Sohn
2022-03-08
91
-125
/
+125
*
[checkout] Use .gitattributes from the commit to be checked out
Thomas Wolf
2022-03-07
7
-145
/
+489
*
Don't use final for method parameters
Matthias Sohn
2022-03-06
3
-20
/
+14
*
[push] support the "matching" RefSpecs ":" and "+:"
Thomas Wolf
2022-03-06
7
-74
/
+341
*
[push] Call the pre-push hook later in the push process
Thomas Wolf
2022-03-06
3
-22
/
+107
*
IndexDiff: use tree filter also for SubmoduleWalk
Thomas Wolf
2022-03-06
2
-0
/
+32
*
Run license check with option -Ddash.projectId=technology.jgit
Matthias Sohn
2022-03-04
1
-2
/
+2
*
Exclude transitive dependencies of sshd-sftp
Matthias Sohn
2022-03-04
2
-0
/
+20
*
Update DEPENDENCIES for 6.1.0 release
Matthias Sohn
2022-03-03
1
-53
/
+52
*
Add dependency to dash-licenses
Matthias Sohn
2022-03-03
1
-0
/
+17
*
Fix typos of some keys in LfsText
Matthias Sohn
2022-03-03
4
-6
/
+6
*
Sort LfsText entries alphabetically
Matthias Sohn
2022-03-03
2
-18
/
+17
*
Support for "lfs.url" from ".lfsconfig"
Matthias Fromme
2022-03-03
9
-31
/
+737
*
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
[next]