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
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-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
*
|
|
|
|
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
*
|
|
|
Fix remaining javadoc errors raised by doclint
Matthias Sohn
2017-12-21
1
-2
/
+1
*
|
|
|
Fix javadoc leftovers in org.eclipse.jgit api package
Matthias Sohn
2017-12-20
2
-4
/
+3
*
|
|
|
EmtpyCommitException: Add TODO to fix misspelled class name in 5.0
David Pursehouse
2017-12-18
1
-1
/
+1
*
|
|
|
Fix javadoc in org.eclipse.jgit annotations and api packages
Matthias Sohn
2017-12-18
92
-722
/
+1387
*
|
|
|
Merge branch 'stable-4.9'
David Pursehouse
2017-12-13
1
-1
/
+1
|
\
|
|
|
|
*
|
|
TransportCommand#setTimeout: Specify units for timeout in Javadoc
David Turner
2017-12-12
1
-1
/
+1
*
|
|
|
CloneCommand: Refactor listing of files in deleteChildren
David Pursehouse
2017-12-08
1
-3
/
+3
*
|
|
|
TreeWalk: Make getEolStreamType(OperationType) public
David Pursehouse
2017-11-15
2
-3
/
+10
|
/
/
/
*
|
|
ReflogWriter: Align auto-creation defaults with C git
Dave Borowitz
2017-09-30
2
-0
/
+2
*
|
|
Ensure ReflogWriter only works with a RefDirectory
Dave Borowitz
2017-09-30
1
-3
/
+12
*
|
|
SubmoduleUpdateCommand: Add fetch callback
David Pursehouse
2017-09-20
1
-4
/
+18
*
|
|
Fetch submodule repo before resolving commits
Michael FIG
2017-09-20
1
-1
/
+28
*
|
|
Add FetchCommand#setRefSpecs(String...) variant
Dave Borowitz
2017-09-07
1
-5
/
+16
*
|
|
Cleanup: Remove trailing whitespace
Matthias Sohn
2017-08-30
2
-4
/
+4
*
|
|
FetchCommand: pass on CredentialsProvider to submodule fetches
Thomas Wolf
2017-08-27
1
-0
/
+1
*
|
|
Fix path pattern matching to work also for gitattributes
Thomas Wolf
2017-08-27
1
-1
/
+2
*
|
|
Fix default directory set when setDirectory wasn't called.
Joan Goyeau
2017-08-25
1
-2
/
+13
*
|
|
Send a detailed event on working tree modifications
Thomas Wolf
2017-08-15
6
-13
/
+89
*
|
|
Fix committing empty commits
Christian Halstrick
2017-07-28
1
-1
/
+1
*
|
|
Add missing newlines at ends of Java files
David Pursehouse
2017-07-25
2
-2
/
+2
*
|
|
Fix bug in multiple tag handling on DescribeCommand
Oliver Lockwood
2017-06-21
1
-23
/
+37
*
|
|
Support --match functionality in DescribeCommand
Oliver Lockwood
2017-06-20
1
-4
/
+43
*
|
|
Allow to programmatically set FastForwardMode for PullCommand
Matthias Sohn
2017-06-16
1
-5
/
+29
*
|
|
Add support for config "pull.ff
Mattias Neuling
2017-06-16
1
-0
/
+11
*
|
|
Fetch/PullCommand: Improve Javadoc of setRecurseSubmodules
David Pursehouse
2017-06-16
2
-2
/
+13
*
|
|
Improve javadoc for MergeCommand.setFastForward()
Matthias Sohn
2017-06-15
1
-3
/
+7
|
/
/
*
|
Fetch: Add --recurse-submodules and --no-recurse-submodules options
David Pursehouse
2017-06-11
1
-0
/
+34
*
|
SubmoduleUpdateCommand#setCallback should return 'this'
Matthias Sohn
2017-06-10
1
-1
/
+3
*
|
CloneCommand#setCallback should return 'this'
David Pursehouse
2017-06-08
1
-1
/
+3
[next]