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
*
Enable passing version number to maven central scripts
Matthias Sohn
2014-06-06
2
-2
/
+16
*
Merge "Fix DeltaTask infinite loop"
Robin Rosenberg
2014-06-06
1
-1
/
+1
|
\
|
*
Fix DeltaTask infinite loop
Hugo Arès
2014-06-05
1
-1
/
+1
*
|
Merge "Make JavaDoc validator happy by declaring GitAPIException on callAsMap"
Robin Rosenberg
2014-06-06
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Make JavaDoc validator happy by declaring GitAPIException on callAsMap
Robin Rosenberg
2014-06-04
1
-0
/
+4
*
|
Prepare 3.5.0-SNAPSHOT builds
Robin Rosenberg
2014-06-04
55
-264
/
+264
*
|
Merge branch 'stable-3.4'
Matthias Sohn
2014-06-04
3
-5
/
+33
|
\
\
|
|
/
|
/
|
|
*
Prepare post 3.4 RC3 builds
Matthias Sohn
2014-06-04
55
-59
/
+59
|
*
JGit v3.4.0.201406041058-rc3
v3.4.0.201406041058-rc3
Matthias Sohn
2014-06-04
55
-59
/
+59
|
*
blame: Un-break isFile check in tree walk
Jonathan Nieder
2014-06-04
1
-1
/
+2
|
*
Prepare post 3.4.0 RC2 builds
Matthias Sohn
2014-05-28
55
-59
/
+59
|
*
JGit v3.4.0.201405281120-rc2
v3.4.0.201405281120-rc2
Matthias Sohn
2014-05-28
55
-59
/
+59
|
*
Fix authentication type names broken by 0b5441a8
Matthias Sohn
2014-05-27
1
-3
/
+30
|
*
Update Luna target platform to Orbit release R20140525021250
Matthias Sohn
2014-05-26
1
-1
/
+1
*
|
Remove unused import
Dani Megert
2014-05-28
1
-1
/
+0
*
|
Merge "Unit test for the updating behavior in RepoCommand API."
Shawn Pearce
2014-05-27
2
-51
/
+155
|
\
\
|
*
|
Unit test for the updating behavior in RepoCommand API.
Yuxuan 'fishy' Wang
2014-05-27
2
-51
/
+155
*
|
|
Remove a bit of repetition and casting in PackFileTest
Roberto Tyley
2014-05-26
1
-7
/
+4
|
/
/
*
|
Merge "Adds a callAsMap() function to LsRemoteCommand."
Matthias Sohn
2014-05-24
2
-9
/
+26
|
\
\
|
*
|
Adds a callAsMap() function to LsRemoteCommand.
Yuxuan 'fishy' Wang
2014-05-24
2
-9
/
+26
|
|
/
*
|
Merge "Fix reading past FileTreeIterator EOF in FileTreeIteratorJava7Test"
Robin Rosenberg
2014-05-24
1
-3
/
+0
|
\
\
|
|
/
|
/
|
|
*
Fix reading past FileTreeIterator EOF in FileTreeIteratorJava7Test
Roberto Tyley
2014-05-21
1
-3
/
+0
*
|
Allow to include untracked files in stash operations.
Andreas Hermann
2014-05-22
6
-18
/
+295
*
|
Fix for reflog corruption caused by multiline message
Andreas Hermann
2014-05-22
2
-1
/
+97
*
|
Improve layout of branches in the commit graph
Konrad Kügler
2014-05-22
4
-147
/
+604
*
|
PlotCommitList: Remove handling of children that have no lane yet
Konrad Kügler
2014-05-22
1
-14
/
+1
*
|
PlotCommitList: Refactor lane creation and position allocation
Konrad Kügler
2014-05-22
1
-20
/
+39
*
|
Add missing since tags
Matthias Sohn
2014-05-21
2
-0
/
+3
*
|
Remove usage of IOException(Throwable) not available on Java 5
Matthias Sohn
2014-05-21
1
-1
/
+3
*
|
Prepare post 3.4.0 RC1 builds
Matthias Sohn
2014-05-21
55
-59
/
+59
*
|
JGit v3.4.0.201405211411-rc1
v3.4.0.201405211411-rc1
Matthias Sohn
2014-05-21
55
-59
/
+59
*
|
Add script to create JGit release
Matthias Sohn
2014-05-21
1
-0
/
+52
*
|
Adds support for SPNEGO
Laurent Goujon
2014-05-21
2
-0
/
+72
*
|
Creates HttpAuthMethod type enum to support auth ordering
Laurent Goujon
2014-05-21
2
-18
/
+76
*
|
Detects background authentication and force use of jgit authentication
Laurent Goujon
2014-05-21
1
-0
/
+8
*
|
Adds GSSManager factory class, to be used for SPNEGO HTTP authentication
Laurent Goujon
2014-05-21
1
-0
/
+158
|
/
*
blame: Revert common subtree elimination "optimization"
Shawn Pearce
2014-05-19
2
-42
/
+3
*
Merge "Cherry-Pick: Support --mainline to pick merges"
Robin Rosenberg
2014-05-19
4
-9
/
+101
|
\
|
*
Cherry-Pick: Support --mainline to pick merges
Konrad Kügler
2014-05-17
4
-9
/
+101
*
|
Fix a number of failing conflict situations
Robin Rosenberg
2014-05-17
5
-46
/
+486
*
|
Merge "Archive: Add the ability to select one or more paths."
Robin Rosenberg
2014-05-17
2
-0
/
+236
|
\
\
|
*
|
Archive: Add the ability to select one or more paths.
Shaul Zorea
2014-05-14
2
-0
/
+236
*
|
|
Fix failing ConfigTest on Windows
Robin Rosenberg
2014-05-17
1
-23
/
+7
|
|
/
|
/
|
*
|
Merge "Command line: implement checkout -- <path>"
Matthias Sohn
2014-05-16
3
-4
/
+45
|
\
\
|
*
|
Command line: implement checkout -- <path>
Matthias Sohn
2014-05-12
3
-4
/
+45
*
|
|
Rebase: Write an empty "quiet" file to make C Git happy
Konrad Kügler
2014-05-16
1
-0
/
+3
*
|
|
Fix wrong Exception messages
Christian Halstrick
2014-05-14
2
-2
/
+2
*
|
|
Merge "LsTree: quote paths in output"
Robin Rosenberg
2014-05-12
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
LsTree: quote paths in output
Dave Borowitz
2014-05-07
1
-1
/
+2
*
|
|
Fix javadoc errors caused by missing tags for declared exceptions
Tomasz Zarna
2014-05-12
1
-0
/
+3
[next]