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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that stored credentials aren't reset too early
Matthias Sohn
2014-04-14
1
-2
/
+2
*
Prepare 3.3.2-SNAPSHOT builds
Matthias Sohn
2014-03-25
3
-35
/
+35
*
JGit v3.3.1.201403241930-r
v3.3.1.201403241930-r
Matthias Sohn
2014-03-25
3
-4
/
+4
*
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
*
Prepare 3.3.1-SNAPSHOT builds
Matthias Sohn
2014-03-05
3
-35
/
+35
*
JGit v3.3.0.201403021825-r
v3.3.0.201403021825-r
Matthias Sohn
2014-03-03
3
-3
/
+3
*
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
5
-0
/
+51
|
\
|
*
Expose the received pack size in ReceivePack
Saša Živkov
2014-03-02
5
-0
/
+51
*
|
Merge "Revert "Add getPackFile to ReceivePack to make PostReceiveHook more us...
Robin Rosenberg
2014-03-02
4
-39
/
+2
|
\
|
|
*
Revert "Add getPackFile to ReceivePack to make PostReceiveHook more
Saša Živkov
2014-03-02
4
-39
/
+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
4
-2
/
+39
*
Possibility to limit the max pack size on receive-pack
Saša Živkov
2014-02-25
5
-0
/
+259
*
Move Apache httpclient based HTTP support to a separate bundle
Matthias Sohn
2014-02-20
6
-561
/
+0
*
Prepare post 3.3.0RC1 builds
Matthias Sohn
2014-02-20
3
-3
/
+3
*
JGit v3.3.0.201402191814-rc1
v3.3.0.201402191814-rc1
Matthias Sohn
2014-02-20
3
-3
/
+3
*
Fix diff header on renamed or copied files
Shawn Pearce
2014-02-18
1
-16
/
+11
*
Add an implementation for HttpConnection using Apache HttpClient
Christian Halstrick
2014-02-18
8
-0
/
+567
*
Introduce an abstraction for HTTP connections
Christian Halstrick
2014-02-18
10
-43
/
+728
*
Remove dead isBinary method from DiffFormatter
Shawn Pearce
2014-02-17
1
-7
/
+0
*
Add missing static qualifier in DiffFormatter
Shawn Pearce
2014-02-17
1
-2
/
+2
*
Allow programmatic remote configuration for PullCommand
Matthias Sohn
2014-02-14
1
-16
/
+68
*
Fix a NullPointerException if properties file doesn't exist
James Yonan
2014-02-13
1
-2
/
+8
*
Use branch.<x>.mergeoptions and merge.ff as defaults for merging
Konrad Kügler
2014-02-14
2
-6
/
+212
*
Non-Fast-Forward Ref-Updates: Omit isMergedInto() calls
Roberto Tyley
2014-02-13
1
-2
/
+3
*
Initialise ReceiveCommand status to NOT_ATTEMPTED for all constructors
Roberto Tyley
2014-02-13
1
-2
/
+1
*
Use fetch.prune and remote.<name>.prune to set prune mode when fetching
Konrad Kügler
2014-02-13
2
-4
/
+30
*
Normalize paths on OS X
Robin Rosenberg
2014-02-12
3
-7
/
+30
*
Recognize symlinks in the FileTreeIterator
Robin Rosenberg
2014-02-12
1
-1
/
+3
*
Add special case to WorkingTreeIterator for matching unnormalized symlinks
Robin Rosenberg
2014-02-12
1
-3
/
+33
*
Use fileAttributes to get more attributes in one go
Robin Rosenberg
2014-02-12
2
-46
/
+165
*
Fix RevWalkUtils.findBranchesReachableFrom not finding some branches
Robin Stocker
2014-02-11
1
-27
/
+4
*
Add delete support to FS
Robin Rosenberg
2014-02-10
1
-0
/
+15
*
Add symlink support to JGit
Robin Rosenberg
2014-02-10
11
-62
/
+156
*
Use the new FS.exists method in commonly occuring places
Robin Rosenberg
2014-02-10
5
-6
/
+8
*
Fix deprecated WTI#isModified
Robin Rosenberg
2014-02-10
1
-1
/
+1
*
Failing to delete a directory with untracked content is actually ok
Robin Rosenberg
2014-02-10
1
-2
/
+3
*
Ban dangerous ref names in Windows
Robin Rosenberg
2014-02-05
2
-17
/
+60
*
Merge "Reset internal state canonical length in WorkingTreeIterator when moving"
Matthias Sohn
2014-02-04
1
-1
/
+1
|
\
|
*
Reset internal state canonical length in WorkingTreeIterator when moving
Robin Rosenberg
2014-02-03
1
-1
/
+1
*
|
Merge "Fix MissingObjectException race in ObjectDirectory"
Shawn Pearce
2014-02-03
5
-394
/
+290
|
\
\
|
|
/
|
/
|
|
*
Fix MissingObjectException race in ObjectDirectory
Shawn Pearce
2014-02-03
5
-394
/
+290
*
|
Fix for core.autocrlf=input resulting in modified file
Robin Rosenberg
2014-02-02
5
-16
/
+141
|
/
*
Add a missing since tag
Christian Halstrick
2014-01-30
1
-0
/
+1
*
Merge "Fix serving fetch of existing shallow client"
Shawn Pearce
2014-01-29
2
-2
/
+16
|
\
[next]