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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
RawParseUtils: Avoid import of java.nio.charset.StandardCharsets
David Pursehouse
2019-01-20
1
-2
/
+1
*
Consistently import constants from StandardCharsets as static
David Pursehouse
2019-01-20
7
-29
/
+27
*
LocalDiskRepositoryTestCase#createRepository: Default auto-close to false
David Pursehouse
2019-01-20
2
-8
/
+11
*
UploadPack: Suppress false-positive resource leak warning
David Pursehouse
2019-01-20
1
-0
/
+1
*
PushConnectionTest: Open TestRepository in try-with-resource
David Pursehouse
2019-01-20
1
-8
/
+9
*
MergerTest: Open TestRepository in try-with-resource
David Pursehouse
2019-01-20
1
-8
/
+9
*
MergeCommandTest: Open TestRepository in try-with-resource
David Pursehouse
2019-01-20
1
-26
/
+31
*
PackWriterTest: Open TestRepository in try-with-resource
David Pursehouse
2019-01-20
1
-36
/
+37
*
ReceivePackAdvertiseRefsHookTest: Open TestRepository in try-with-resource
David Pursehouse
2019-01-20
1
-232
/
+251
*
SubmoduleStatusTest: Open TestRepository in try-with-resource
David Pursehouse
2019-01-20
1
-47
/
+51
*
UploadPackTest: Open TestRepository in try-with-resource
David Pursehouse
2019-01-20
1
-185
/
+194
*
PackParserTest: Open TestRepository in try-with-resource
David Pursehouse
2019-01-20
1
-18
/
+34
*
SmartClientSmartServerTest: Open TestRepository in try-with-resource
David Pursehouse
2019-01-20
1
-4
/
+12
*
Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommand
David Pursehouse
2019-01-20
3
-10
/
+12
*
SmartClientSmartServerTest: Stop using deprecated Repository#hasObject
David Pursehouse
2019-01-20
1
-4
/
+4
*
DumbClientSmartServerTest: Open TestRepository in try-with-resource
David Pursehouse
2019-01-20
1
-1
/
+4
*
DumbClientDumbServerTest: Open TestRepository in try-with-resource
David Pursehouse
2019-01-20
1
-1
/
+4
*
DirCacheCheckoutTest: Open TestRepository in try-with-resource
David Pursehouse
2019-01-20
1
-2
/
+2
*
HttpTestCase#fsck: Open TestRepository in try-with-resource
David Pursehouse
2019-01-20
1
-3
/
+4
*
CheckoutCommandTest: Add comment to document intentionally empty catch block
David Pursehouse
2019-01-20
1
-0
/
+1
*
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
3
-6
/
+11
*
pgm: Fix too wide lines in Commit.run()
Matthias Sohn
2019-01-20
3
-5
/
+6
*
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
28
-46
/
+951
*
Add signing options to commit CLI
Medha Bhargav Prabhala
2019-01-16
2
-0
/
+130
[prev]
[next]