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
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Interactive rebase: Fix order of commit messages on squash
Stefan Lay
2014-03-27
1
-3
/
+3
*
Fix missing NON-NLS tag in RebaseCommand
Stefan Lay
2014-03-27
1
-1
/
+1
*
Fix GarbageCollection not to pack HEAD
Christian Halstrick
2014-03-26
1
-1
/
+1
*
Fix NameRevCommand when repo has no annotated tags
Dave Borowitz
2014-03-25
1
-5
/
+10
*
Merge branch 'stable-3.3'
Matthias Sohn
2014-03-25
4
-14
/
+25
|
\
|
*
Retry to call credentials provider if http authentication failed
Matthias Sohn
2014-03-20
1
-4
/
+6
|
*
Ensure that ssh authentication is retried only in JGit
Christian Halstrick
2014-03-15
1
-0
/
+3
|
*
[findBugs] Ensure streams are closed in a finally block
Matthias Sohn
2014-03-11
2
-10
/
+16
*
|
Merge "Fix text alignment in history plot renderer"
Matthias Sohn
2014-03-13
1
-2
/
+2
|
\
\
|
*
|
Fix text alignment in history plot renderer
Rüdiger Herrmann
2014-03-13
1
-2
/
+2
*
|
|
Fix StackOverflowError in RevCommit.carryFlags on deep side graphs
Shawn Pearce
2014-03-13
1
-16
/
+63
|
/
/
*
|
Display progress while checking connectivity on push
Shawn Pearce
2014-03-12
1
-0
/
+10
*
|
Merge changes I1a225c1b,Ie4d5f082,I41f24363,I9440dd25,I170b6f64,I02e964d1,Iec...
Shawn Pearce
2014-03-12
4
-159
/
+357
|
\
\
|
*
|
Allow configuration of receive pack's ObjectChecker through fsck.*
Shawn Pearce
2014-03-12
1
-4
/
+20
|
*
|
Correct fetch to use fetch.fsckObjects and transfer.fsckObjects
Shawn Pearce
2014-03-12
1
-3
/
+6
|
*
|
Default receive.fsckObjects to transfer.fsckObjects
Shawn Pearce
2014-03-12
1
-2
/
+3
|
*
|
Allow ReceivePack callers to configure their own ObjectChecker
Shawn Pearce
2014-03-12
1
-5
/
+19
|
*
|
Check for duplicate names after folding case in ObjectChecker
Shawn Pearce
2014-03-12
1
-1
/
+69
|
*
|
Change DirCacheCheckout to verify path using ObjectChecker
Shawn Pearce
2014-03-12
2
-145
/
+73
|
*
|
Reject mixed case .git on Mac OS in ObjectChecker
Shawn Pearce
2014-03-12
1
-1
/
+17
|
*
|
Reject special Windows device names in ObjectChecker
Shawn Pearce
2014-03-12
1
-4
/
+66
|
*
|
Allow an ObjectChecker to reject special characters for Windows
Shawn Pearce
2014-03-12
1
-2
/
+55
|
*
|
Reject '.git' as a tree name in ObjectChecker
Shawn Pearce
2014-03-12
1
-4
/
+17
|
*
|
Extract path segment check function in ObjectChecker
Shawn Pearce
2014-03-12
1
-9
/
+14
|
*
|
Permit ObjectChecker to optionally accept leading '0' in trees
Shawn Pearce
2014-03-12
1
-1
/
+20
*
|
|
Cleanup catch Exception when making Java7FSFactory
Shawn Pearce
2014-03-11
1
-4
/
+4
|
/
/
*
|
Take core.autocrlf into account for blame annotations
Konrad Kügler
2014-03-10
1
-2
/
+56
*
|
Add missing break
Robin Rosenberg
2014-03-09
1
-0
/
+1
*
|
Remove a redundant semi-colon
Robin Rosenberg
2014-03-08
1
-1
/
+1
*
|
Add @since tag to new DirCache#findEntry
Robin Rosenberg
2014-03-08
1
-0
/
+1
*
|
Fix some wrong @since 3.3 tags which should be @since 3.4
Matthias Sohn
2014-03-07
2
-2
/
+2
*
|
[findBugs] Declare some private methods of WorkingTreeIterator static
Matthias Sohn
2014-03-05
1
-6
/
+6
*
|
Merge branch 'stable-3.3'
Matthias Sohn
2014-03-05
8
-22
/
+329
|
\
|
|
*
Fix merge/cherry-picking in CRLF mode
Robin Rosenberg
2014-03-02
1
-8
/
+15
|
*
Merge "Expose the received pack size in ReceivePack" into stable-3.3
Robin Rosenberg
2014-03-02
4
-0
/
+50
|
|
\
|
|
*
Expose the received pack size in ReceivePack
Saša Živkov
2014-03-02
4
-0
/
+50
|
*
|
Merge "Revert "Add getPackFile to ReceivePack to make PostReceiveHook more us...
Robin Rosenberg
2014-03-02
3
-31
/
+2
|
|
\
|
|
|
*
Revert "Add getPackFile to ReceivePack to make PostReceiveHook more
Saša Živkov
2014-03-02
3
-31
/
+2
|
*
|
Avoid an NPE after 7b01a5369210
Robin Rosenberg
2014-03-01
1
-1
/
+2
|
|
/
|
*
Remove obsolete getRepositoryMethod from WorkingTreeIterator
Robin Rosenberg
2014-02-28
1
-9
/
+0
|
*
Fix NPE when WorkingTreeIterator does not have a repository set
Robin Rosenberg
2014-02-28
1
-4
/
+5
|
*
Add getPackFile to ReceivePack to make PostReceiveHook more usable
Saša Živkov
2014-02-25
3
-2
/
+31
|
*
Possibility to limit the max pack size on receive-pack
Saša Živkov
2014-02-25
4
-0
/
+257
*
|
Merge "Add setContains to ListBranchCommand (branch --contains)"
Robin Rosenberg
2014-03-03
1
-11
/
+67
|
\
\
|
*
|
Add setContains to ListBranchCommand (branch --contains)
Robin Stocker
2014-01-14
1
-11
/
+67
*
|
|
Merge "DirCache.findEntry(byte[], in) made public"
Robin Rosenberg
2014-03-03
1
-8
/
+20
|
\
\
\
|
*
|
|
DirCache.findEntry(byte[], in) made public
Marc Strapetz
2014-02-24
1
-8
/
+20
|
|
|
/
|
|
/
|
*
|
|
Add missing @Deprecated to deprecated fields and methods
Shawn Pearce
2014-03-03
1
-0
/
+1
*
|
|
Merge "Don't raise checkout conflict for file missing in working tree"
Christian Halstrick
2014-02-27
1
-3
/
+3
|
\
\
\
|
*
|
|
Don't raise checkout conflict for file missing in working tree
Christian Halstrick
2014-02-26
1
-3
/
+3
[next]