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.pgm
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgm: Fix missing braces in Push.run()
Matthias Sohn
2019-01-21
1
-2
/
+4
*
pgm: Handle exceptions in Push command
Matthias Sohn
2019-01-21
1
-1
/
+4
*
pgm: Fix missing braces in MergeBase.run()
Matthias Sohn
2019-01-21
1
-2
/
+4
*
pgm: Handle IOException in MergeBase command
Matthias Sohn
2019-01-21
1
-10
/
+15
*
pgm: Fix missing braces in Merge command
Matthias Sohn
2019-01-21
1
-10
/
+18
*
pgm: Handle exceptions in Merge command
Matthias Sohn
2019-01-21
1
-90
/
+100
*
pgm: Fix missing braces in LsTree.run()
Matthias Sohn
2019-01-21
1
-2
/
+4
*
pgm: Handle exceptions in LsTree command
Matthias Sohn
2019-01-21
1
-1
/
+4
*
pgm: Fix missing braces in LsRemote.run()
Matthias Sohn
2019-01-21
1
-1
/
+2
*
pgm: Handle exceptions in LsRemote command
Matthias Sohn
2019-01-21
1
-6
/
+11
*
pgm: Handle exceptions in LsFiles command
Matthias Sohn
2019-01-21
1
-1
/
+5
*
pgm: Fix missing braces in Log.run()
Matthias Sohn
2019-01-21
1
-3
/
+4
*
pgm: Handle exceptions in Log command
Matthias Sohn
2019-01-21
1
-1
/
+3
*
pgm: Handle exceptions in Init command
Matthias Sohn
2019-01-21
1
-5
/
+12
*
pgm: Handle IOException in IndexPack command
Matthias Sohn
2019-01-21
1
-1
/
+4
*
pgm: Fix missing braces in Fetch.run()
Matthias Sohn
2019-01-20
1
-8
/
+14
*
pgm: Handle IOException in Fetch command
Matthias Sohn
2019-01-20
1
-2
/
+2
*
pgm: Handle GitAPIException in Gc command
Matthias Sohn
2019-01-20
1
-5
/
+10
*
pgm: Fix missing braces in DiffTree.run()
Matthias Sohn
2019-01-20
1
-5
/
+8
*
pgm: Handle exceptions in DiffTree command
Matthias Sohn
2019-01-20
1
-1
/
+4
*
pgm: Fix missing braces in Diff.run()
Matthias Sohn
2019-01-20
1
-4
/
+6
*
pgm: Handle exceptions in Diff command
Matthias Sohn
2019-01-20
1
-1
/
+4
*
Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommand
David Pursehouse
2019-01-20
1
-4
/
+5
*
pgm: Fix missing braces in Describe.run()
Matthias Sohn
2019-01-20
1
-2
/
+4
*
pgm: Handle exceptions in Describe command
Matthias Sohn
2019-01-20
1
-1
/
+6
*
pgm: Handle exceptions in Config command
Matthias Sohn
2019-01-20
2
-6
/
+10
*
pgm: Fix too wide lines in Commit.run()
Matthias Sohn
2019-01-20
2
-4
/
+5
*
pgm: Fix missing braces in Commit.run()
Matthias Sohn
2019-01-20
1
-9
/
+16
*
pgm: Handle exceptions in Commit command
Matthias Sohn
2019-01-20
1
-6
/
+6
*
pgm: Handle exceptions in Clean command
Matthias Sohn
2019-01-20
1
-1
/
+6
*
pgm: Handle GitAPIException in Fetch command
Matthias Sohn
2019-01-20
1
-0
/
+3
*
Fix missing braces in Branch.run()
Matthias Sohn
2019-01-20
1
-5
/
+10
*
pgm: Handle exceptions in Branch command
Matthias Sohn
2019-01-20
1
-10
/
+15
*
Fix missing braces in Blame.run()
Matthias Sohn
2019-01-20
1
-16
/
+30
*
pgm: Handle NoWorkTreeException and IOException in Blame command
Matthias Sohn
2019-01-20
1
-1
/
+4
*
Use try-with-resource for reader in Blame.run()
Matthias Sohn
2019-01-17
1
-10
/
+8
*
pgm: Handle GitAPIException in Add command
Matthias Sohn
2019-01-17
1
-0
/
+3
*
Implement signing commits using BouncyCastle
Medha Bhargav Prabhala
2019-01-16
1
-1
/
+1
*
Add signing options to commit CLI
Medha Bhargav Prabhala
2019-01-16
2
-0
/
+130
*
pgm: propagate generic exceptions when throwing Die exception
Matthias Sohn
2019-01-16
3
-6
/
+6
*
Fix "jgit checkout -f" to overwrite dirty worktree files
Christian Halstrick
2019-01-08
1
-2
/
+6
*
Apache MINA sshd client: proxy support
Thomas Wolf
2018-11-17
1
-1
/
+2
*
Add --ssh option to command-line commands
Thomas Wolf
2018-11-14
2
-0
/
+77
*
Merge branch 'stable-5.1'
Matthias Sohn
2018-10-06
1
-10
/
+0
|
\
|
*
Revert "Configure WindowCache settings to use in JGit CLI"
Matthias Sohn
2018-10-05
1
-10
/
+0
*
|
TextBuiltin#init: Factor out a method to get the log output encoding
David Pursehouse
2018-09-30
1
-11
/
+22
*
|
ConfigConstants: Add constants for i18n.logOutputEncoding
David Pursehouse
2018-09-30
1
-2
/
+5
*
|
TextBuiltin: Default to UTF-8 when i18n.logOutputEncoding is not set
David Pursehouse
2018-09-30
1
-25
/
+25
*
|
Make inner classes static where possible
David Pursehouse
2018-09-26
1
-1
/
+1
|
/
*
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
5
-11
/
+13
[next]