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
stable-7.2
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
*
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
*
NLS warning cleanup
Robin Rosenberg
2013-04-14
1
-5
/
+3
*
Fix corrupted CloneCommand bare-repo fetch-refspec (#402031)
Roberto Tyley
2013-03-04
1
-4
/
+5
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-1
/
+2
*
Fix resource leaks due to unclosed repositories
Christian Halstrick
2012-06-16
1
-2
/
+7
*
Further cleanup of exceptions in Git API
Robin Rosenberg
2012-06-05
1
-5
/
+10
*
Git API does not declare GitAPIException call() and related cleanups
Robin Rosenberg
2012-05-30
1
-10
/
+8
*
Recurse into cloned submodules
Kevin Sawicki
2012-04-01
1
-2
/
+10
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
1
-1
/
+1
*
Add support for autosetuprebase to the CloneCommand
Stefan Lay
2012-02-23
1
-0
/
+8
*
Add support for cloning submodules to CloneCommand
Kevin Sawicki
2012-01-02
1
-0
/
+26
*
Always checkout master when it matches the advertised HEAD
Kevin Sawicki
2011-11-28
1
-0
/
+6
*
Don't iterate over advertised refs when HEAD is null
Kevin Sawicki
2011-11-26
1
-3
/
+3
*
Support a configured credentials provider in LsRemoteCommand
Kevin Sawicki
2011-11-10
1
-65
/
+27
[next]