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
stable-7.3
stable-7.4
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.pgm
/
src
/
org
/
eclipse
/
jgit
/
pgm
/
Clone.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
1
-5
/
+0
*
[pgm] Fetch-CLI: add support for shallow
Harald Weiner
2023-01-24
1
-0
/
+22
*
Fail clone if initial branch doesn't exist in remote repository
Matthias Sohn
2021-02-22
1
-0
/
+3
*
[pgm] add option --timeout to clone command
Matthias Sohn
2021-01-29
1
-3
/
+5
*
ErrorProne: Enable and fix UnusedException check
David Pursehouse
2020-01-27
1
-1
/
+1
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
[pgm] Add --mirror option to clone command
Matthias Sohn
2019-10-21
1
-1
/
+5
*
pgm: propagate generic exceptions when throwing Die exception
Matthias Sohn
2019-01-16
1
-1
/
+1
*
Fix javadoc in org.eclipse.jgit.pgm
Matthias Sohn
2017-12-18
1
-0
/
+5
*
Fix default directory set when setDirectory wasn't called.
Joan Goyeau
2017-08-25
1
-0
/
+3
*
Clone: add --recurse-submodules option
David Pursehouse
2017-04-27
1
-3
/
+46
*
clone: display progress messages
Shawn Pearce
2015-12-31
1
-5
/
+16
*
[pgm] Add option --bare to clone command
Matthias Sohn
2014-12-22
1
-1
/
+4
*
[pgm] Implement clone using CloneCommand
Matthias Sohn
2014-12-22
1
-120
/
+29
*
CLI clone command should support --no-checkout
Kaloyan Raev
2014-02-26
1
-9
/
+15
*
Move org.eclipse.jgit.pgm's resource bundle to internal package
Matthias Sohn
2013-05-06
1
-0
/
+1
*
Remove some unnecessary dependencies on FileRepostory
Robin Rosenberg
2013-04-18
1
-6
/
+7
*
JGit 3.0: move internal classes into an internal subpackage
Shawn Pearce
2013-03-18
1
-1
/
+1
*
Add the --branch flag to the jgit clone command
Robin Rosenberg
2013-02-16
1
-2
/
+13
*
Remove unused imports
Matthias Sohn
2013-02-14
1
-4
/
+0
*
Remove unused availableRefs local from Clone.guessHEAD
Jonathan Nieder
2013-02-12
1
-3
/
+0
*
Declare essentially static methods as static
Robin Rosenberg
2012-12-27
1
-2
/
+2
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-3
/
+3
*
Check for write errors in standard out and exit with error
Robin Rosenberg
2012-09-16
1
-7
/
+4
*
Always fetch tags during clone
Shawn O. Pearce
2011-03-14
1
-0
/
+2
*
pgm: Make --git-dir a string
Shawn O. Pearce
2011-02-15
1
-3
/
+2
*
clone: Use DirCacheCheckout
Shawn O. Pearce
2010-12-20
1
-9
/
+4
*
Reduce calls to Repository.getConfig
Shawn O. Pearce
2010-12-15
1
-5
/
+8
*
Update Fetch to use FetchCommand API
Chris Aniszczyk
2010-09-27
1
-1
/
+1
*
clone: Correct formatting of init message
Shawn O. Pearce
2010-09-15
1
-1
/
+3
*
Make Commit class only for writing
Shawn O. Pearce
2010-08-20
1
-6
/
+22
*
Move FileRepository to storage.file.FileRepository
Shawn O. Pearce
2010-06-26
1
-1
/
+1
*
Rename Repository getWorkDir to getWorkTree
Shawn O. Pearce
2010-06-25
1
-1
/
+1
*
Use FileRepository where we assume other file semantics
Shawn O. Pearce
2010-06-25
1
-7
/
+10
*
Make lib.Repository abstract and lib.FileRepository its implementation
Shawn O. Pearce
2010-06-25
1
-2
/
+2
*
Externalize strings from JGit
Sasa Zivkov
2010-05-19
1
-10
/
+11
*
Merge branch 'ref-abstract'
Shawn O. Pearce
2010-01-23
1
-3
/
+6
|
\
|
*
Replace writeSymref with RefUpdate.link
Shawn O. Pearce
2010-01-23
1
-3
/
+6
*
|
Introduce a named constant for the .git directory.
Robin Rosenberg
2010-01-15
1
-1
/
+1
|
/
*
Method to get a 'humanish' name from a path
Mykola Nikishov
2009-12-19
1
-8
/
+4
*
Replace a hard-coded default remote's name with a constant
Mykola Nikishov
2009-11-29
1
-1
/
+1
*
Initial JGit contribution to eclipse.org
Git Development Community
2009-09-29
1
-0
/
+187