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
/
CloneCommand.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Submodules: use relative paths for worktree and gitdir
Simon Eder
2024-12-11
1
-0
/
+17
*
Use ShutdownHook to gracefully handle JVM shutdown
Matthias Sohn
2023-09-12
1
-11
/
+5
*
CloneCommand: set HEAD also when not checking out
Thomas Wolf
2022-09-18
1
-11
/
+9
*
Pass on shallowSince only if not null
Thomas Wolf
2022-09-18
1
-1
/
+3
*
Fetch: add support for shallow
Robin Müller
2022-07-31
1
-1
/
+91
*
Ignore IllegalStateException if JVM is already shutting down
Matthias Sohn
2021-08-29
1
-2
/
+10
*
Fail clone if initial branch doesn't exist in remote repository
Matthias Sohn
2021-02-22
1
-0
/
+1
*
Add support for reading symrefs from pack capabilities
Lee Worrall
2020-11-26
1
-0
/
+4
*
tag option for clone command
Alexander Nittka
2020-03-15
1
-1
/
+35
*
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-10
1
-16
/
+26
|
\
|
*
Restore behavior of CloneCommand
Thomas Wolf
2020-02-04
1
-16
/
+26
*
|
ErrorProne: Enable and fix UnusedException check
David Pursehouse
2020-01-27
1
-3
/
+4
*
|
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
|
/
*
Implement mirror option in CloneCommand
Matthias Sohn
2019-10-21
1
-26
/
+66
*
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-08-23
1
-1
/
+1
|
\
|
*
Merge branch 'stable-5.1' into stable-5.2
Matthias Sohn
2019-08-23
1
-1
/
+1
|
|
\
|
|
*
Fix copy-paste typo in CloneCommand#cleanup
Adrien Bustany
2019-08-23
1
-1
/
+1
*
|
|
Enable cloning only specific tags
Thomas Wolf
2019-01-27
1
-13
/
+29
|
/
/
*
|
Set TagOpt.AUTO_FOLLOW when not cloning all branches
Thomas Wolf
2018-09-15
1
-8
/
+8
*
|
Fix fetch refspecs when not cloning all branches
Thomas Wolf
2018-09-15
1
-13
/
+10
|
/
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
1
-3
/
+3
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-2
/
+2
*
CloneCommand: Suppress resource warning about Repository
David Pursehouse
2018-03-24
1
-2
/
+2
*
Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-13
1
-5
/
+2
*
Progress reporting for checkout
Markus Duft
2018-01-23
1
-0
/
+1
*
CloneCommand: option to set FS to be used
Marc Strapetz
2017-12-29
1
-0
/
+20
*
Fix javadoc in org.eclipse.jgit annotations and api packages
Matthias Sohn
2017-12-18
1
-16
/
+28
*
CloneCommand: Refactor listing of files in deleteChildren
David Pursehouse
2017-12-08
1
-3
/
+3
*
Fix default directory set when setDirectory wasn't called.
Joan Goyeau
2017-08-25
1
-2
/
+13
*
CloneCommand#setCallback should return 'this'
David Pursehouse
2017-06-08
1
-1
/
+3
*
Add shutdown hook to cleanup unfinished clone when JVM is killed
Matthias Sohn
2017-05-13
1
-0
/
+4
*
Clean up the disk when cloning fails
Thomas Wolf
2017-05-12
1
-10
/
+80
*
Clone: add --recurse-submodules option
David Pursehouse
2017-04-27
1
-1
/
+55
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-1
/
+1
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+1
*
[infer] Fix potential NPE in CloneCommand
Matthias Sohn
2017-01-23
1
-6
/
+18
*
Handle all values of branch.[name].rebase
Thomas Wolf
2016-09-15
1
-2
/
+3
*
[findBugs] Prevent potential NPE in CloneCommand.init()
Matthias Sohn
2016-05-30
1
-0
/
+10
*
Null-annotated Ref class and fixed related compiler errors
Andrey Loskutov
2015-12-15
1
-4
/
+9
*
Clone should create Git instances which are able to close repository
Andrey Loskutov
2015-08-04
1
-1
/
+1
*
Clone should close repository after errors in fetch or checkout
Andrey Loskutov
2015-08-02
1
-1
/
+8
*
Treat CloneCommand.setBranch(null) as setBranch("HEAD")
Jonathan Nieder
2015-06-11
1
-0
/
+6
*
Treat CloneCommand.setRemote(null) as setRemote("origin")
Jonathan Nieder
2015-06-11
1
-1
/
+5
*
Document CloneCommand.setURI(null)
Jonathan Nieder
2015-06-11
1
-1
/
+2
*
Handle null in ProgressMonitor setters
Jonathan Nieder
2015-06-11
1
-0
/
+3
*
Document CloneCommand.setDirectory(null) and setGitDir(null) more clearly
Jonathan Nieder
2015-06-11
1
-2
/
+4
*
Use try-with-resource to close resources in CloneCommand
Matthias Sohn
2015-04-03
1
-4
/
+1
*
Document that Git instance returned by CloneCommand needs to be closed
Matthias Sohn
2015-01-22
1
-0
/
+6
*
Allow explicit configuration of git directory in CloneCommand
Christian Halstrick
2014-12-15
1
-4
/
+59
*
Handle short branch/tag name for setBranch in CloneCommand
Robin Stocker
2013-05-26
1
-4
/
+14
[next]