index
:
jgit.git
master
master%private
next
servlet-4
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
stable-7.2
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
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'stable-5.0' into stable-5.1
David Pursehouse
2018-11-27
1
-10
/
+29
|
\
|
*
Merge branch 'stable-4.11' into stable-5.0
David Pursehouse
2018-11-27
1
-10
/
+29
|
|
\
|
|
*
Fix DescribeCommand with multiple match options
Matthias Sohn
2018-11-26
1
-10
/
+8
|
|
*
Fix git-describe tie-breakers
HÃ¥vard Wall
2018-11-09
1
-1
/
+22
*
|
|
Merge branch 'stable-5.0' into stable-5.1
Matthias Sohn
2018-10-06
1
-0
/
+9
|
\
|
|
|
*
|
Merge branch 'stable-4.11' into stable-5.0
Matthias Sohn
2018-10-06
1
-0
/
+9
|
|
\
|
|
|
*
Merge branch 'stable-4.10' into stable-4.11
Matthias Sohn
2018-10-06
1
-0
/
+9
|
|
|
\
|
|
|
*
Merge branch 'stable-4.9' into stable-4.10
Matthias Sohn
2018-10-06
1
-0
/
+9
|
|
|
|
\
|
|
|
|
*
Merge branch 'stable-4.8' into stable-4.9
Matthias Sohn
2018-10-06
1
-0
/
+9
|
|
|
|
|
\
|
|
|
|
|
*
Merge branch 'stable-4.7' into stable-4.8
Matthias Sohn
2018-10-06
1
-0
/
+9
|
|
|
|
|
|
\
|
|
|
|
|
|
*
SubmoduleAddCommand: Reject submodule URIs that look like cli options
Ivan Frade
2018-10-05
1
-0
/
+9
*
|
|
|
|
|
|
SubmoduleDeinitTest fails on Windows
Andrey Loskutov
2018-08-19
1
-5
/
+5
*
|
|
|
|
|
|
RebaseCommand: Remove unnecessary fall through comments
Jonathan Nieder
2018-08-04
1
-2
/
+0
*
|
|
|
|
|
|
Add API to specify the submodule name
Masaya Suzuki
2018-07-12
1
-3
/
+36
*
|
|
|
|
|
|
CleanCommand: don't fire WorkingTreeModifiedEvent on dry run
Thomas Wolf
2018-06-26
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Make JGit describe behaves same as c-git for lightweight tags
Marcel Trautwein
2018-06-13
1
-2
/
+42
*
|
|
|
|
|
Validate branch names on branch creation
Matthias Sohn
2018-06-09
1
-6
/
+26
*
|
|
|
|
|
Chain RemoteAddCommand methods
Mincong HUANG
2018-06-02
1
-2
/
+8
*
|
|
|
|
|
DescribeCommand: Refactor to not use deprecated Repository#peel
David Pursehouse
2018-05-22
1
-5
/
+9
*
|
|
|
|
|
Repository: Deprecate #peel method
David Pursehouse
2018-05-22
2
-2
/
+2
*
|
|
|
|
|
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
4
-6
/
+6
*
|
|
|
|
|
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
14
-29
/
+29
*
|
|
|
|
|
Rename RefDatabase#getAllRefs to getRefs
Jonathan Nieder
2018-04-29
1
-1
/
+1
*
|
|
|
|
|
RefDatabase: Introduce getAllRefs method
David Pursehouse
2018-04-27
1
-4
/
+1
*
|
|
|
|
|
Remove trivial cases of using deprecated RefDatabase.getRefs()
Matthias Sohn
2018-04-25
5
-11
/
+11
*
|
|
|
|
|
Remove unused code and link to deprecated code
Jonathan Tan
2018-04-25
1
-2
/
+1
*
|
|
|
|
|
Handle Gerrit Change-Ids for merge commits
Thomas Wolf
2018-04-18
1
-0
/
+20
*
|
|
|
|
|
CloneCommand: Suppress resource warning about Repository
David Pursehouse
2018-03-24
1
-2
/
+2
*
|
|
|
|
|
SubmoduleSyncCommand: Refactor to open Repository in try-with-resource
David Pursehouse
2018-03-24
1
-10
/
+11
*
|
|
|
|
|
SubmoduleUpdateCommand: Refactor to open Repository in try-with-resource
David Pursehouse
2018-03-24
1
-30
/
+34
*
|
|
|
|
|
PushCommand: Suppress resource warning for Transport in for loop
David Pursehouse
2018-03-16
1
-1
/
+2
*
|
|
|
|
|
SubmoduleStatusCommand: Open Repository in try-with-resource
David Pursehouse
2018-03-15
1
-8
/
+6
*
|
|
|
|
|
Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-13
3
-17
/
+5
*
|
|
|
|
|
Implement --force option in FetchCommand and CLI fetch command
Matthias Sohn
2018-03-13
1
-3
/
+40
*
|
|
|
|
|
Fix misspelled class name: EmtpyCommitException -> EmptyCommitException
David Pursehouse
2018-03-10
2
-8
/
+8
*
|
|
|
|
|
Remove deprecated ArchiveCommand#putEntry method
Matthias Sohn
2018-03-09
1
-24
/
+0
|
/
/
/
/
/
*
|
|
|
|
MergeCommand: Open RevWalk in try-with-resource
David Pursehouse
2018-03-07
1
-6
/
+1
*
|
|
|
|
DiffCommand: Open DiffFormatter in try-with-resource
David Pursehouse
2018-03-06
1
-10
/
+9
*
|
|
|
|
CommitCommand: Open InputStream in try-with-resource
David Pursehouse
2018-03-06
1
-5
/
+2
*
|
|
|
|
ArchiveCommand: Create archive output stream in try-with-resource
David Pursehouse
2018-03-05
1
-3
/
+3
*
|
|
|
|
ApplyCommand: Open FileWriter in try-with-resource
David Pursehouse
2018-03-05
1
-3
/
+3
*
|
|
|
|
Add|RemoveNoteComand: Reduce duplicated code
David Pursehouse
2018-03-03
2
-33
/
+7
*
|
|
|
|
InitCommand: Don't leave Repository open after Git is closed
David Pursehouse
2018-02-14
1
-1
/
+4
*
|
|
|
|
Fix CleanCommand not to throw FileNotFoundExceptions
Christian Halstrick
2018-02-08
1
-14
/
+14
*
|
|
|
|
Progress reporting for checkout
Markus Duft
2018-01-23
8
-0
/
+96
*
|
|
|
|
Fix file handle leak in FetchCommand#fetchSubmodules
Tim Hosey
2018-01-04
1
-30
/
+34
|
/
/
/
/
*
|
|
|
CloneCommand: option to set FS to be used
Marc Strapetz
2017-12-29
1
-0
/
+20
*
|
|
|
InitCommand: option to set FS to be used
Marc Strapetz
2017-12-29
1
-0
/
+20
*
|
|
|
Add a command to deinitialize submodules
David Turner
2017-12-27
3
-1
/
+436
*
|
|
|
Use submodule name instead of path as key in config
David Turner
2017-12-27
1
-2
/
+3
[next]