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
*
Add missing @since tags for new public methods in Config
Matthias Sohn
2013-12-11
1
-0
/
+2
*
Don't use API exception in RebaseTodoLine
Christian Halstrick
2013-12-11
2
-7
/
+68
*
Merge "Fix aborting rebase with detached head" into stable-3.2
Robin Rosenberg
2013-12-10
1
-13
/
+18
|
\
|
*
Fix aborting rebase with detached head
Stefan Lay
2013-12-10
1
-13
/
+18
*
|
Add recursive variant of Config.getNames() methods
Matthias Sohn
2013-12-06
2
-1
/
+40
|
/
*
Implement rebase.autostash
Stefan Lay
2013-12-04
5
-23
/
+139
*
Merge "More helpful InvalidPathException messages (include reason)"
Christian Halstrick
2013-12-04
4
-23
/
+51
|
\
|
*
More helpful InvalidPathException messages (include reason)
Robin Stocker
2013-12-03
4
-23
/
+51
*
|
Fix IgnoreRule#isMatch returning wrong result due to missing reset
Robin Stocker
2013-12-03
1
-0
/
+1
|
/
*
Fix exception on conflicts with recursive merge
Robin Stocker
2013-12-03
5
-27
/
+38
*
Fix broken symbolic links on Cygwin.
John Ross
2013-12-02
1
-4
/
+4
*
Do not allow non-ff-rebase if there are uncommitted changes
Stefan Lay
2013-12-02
3
-7
/
+88
*
Fix handling of file/folder conflicts during a checkout
Christian Halstrick
2013-11-29
1
-1
/
+7
*
Mention null return in Javadoc of Config#getString
Robin Stocker
2013-11-29
1
-2
/
+2
*
Fix applying stash on other commit
Stefan Lay
2013-11-29
1
-0
/
+1
*
Use static factory methods instead of overloaded constructors
Stefan Lay
2013-11-29
2
-18
/
+27
*
Cache SimpleDateFormat in GitDateParser per locale
Matthias Sohn
2013-11-23
3
-16
/
+95
*
Fix FIXUP error for blank lines in interactive rebase
Stefan Lay
2013-11-22
1
-1
/
+1
*
Fix parsing Rebase todo lines when commit message is missing
Stefan Lay
2013-11-21
1
-0
/
+2
*
Add close() method to API
Christian Halstrick
2013-11-20
1
-0
/
+20
*
Merge "Don't delete .idx file if .pack file can't be deleted"
Robin Rosenberg
2013-11-17
1
-18
/
+39
|
\
|
*
Don't delete .idx file if .pack file can't be deleted
Christian Halstrick
2013-11-13
1
-18
/
+39
*
|
Document that path parameters should use '/' as separator
Robin Stocker
2013-11-15
14
-22
/
+36
*
|
Improve Javadoc for typeHint parameter
Robin Stocker
2013-11-14
3
-15
/
+17
*
|
Do not update the ref hot bit when checking isIndexLoaded
Colby Ranger
2013-11-13
2
-1
/
+5
*
|
Merge "Add missing @since tags"
Matthias Sohn
2013-11-12
7
-0
/
+14
|
\
\
|
*
|
Add missing @since tags
Matthias Sohn
2013-11-09
7
-0
/
+14
*
|
|
Add uses directives to ensure OSGi wires jgit bundles correctly
Matthias Sohn
2013-11-12
1
-26
/
+101
|
|
/
|
/
|
*
|
Grant access to internal jgit package to org.eclipse.jgit.junit
Matthias Sohn
2013-11-10
1
-1
/
+2
*
|
Remove duplicate package export
Matthias Sohn
2013-11-10
1
-3
/
+0
|
/
*
Interactive Rebase: Do actions if there were conflicts
Stefan Lay
2013-11-08
1
-80
/
+117
*
Rebase interactive should finish if last step is edit
Stefan Lay
2013-11-06
1
-9
/
+14
*
Merge changes I40f2311c,I3c419094
Matthias Sohn
2013-11-05
6
-10
/
+281
|
\
|
*
Add additional RebaseResult for editing commits
Stefan Lay
2013-11-05
2
-8
/
+19
|
*
Add Squash/Fixup support for rebase interactive in RebaseCommand
Tobias Pfeifer
2013-11-05
5
-2
/
+262
*
|
Merge changes I85470d1d,I43711486,Ie6ade781,Ic9ab2b6e,Iebe50933,Id6fac253,Ia6...
Shawn Pearce
2013-11-05
7
-49
/
+200
|
\
\
|
|
/
|
/
|
|
*
Extract protocol constants to a common class
Shawn Pearce
2013-11-01
6
-47
/
+199
|
*
Remove unnecessary import of BaseConnection in MessageWriter
Shawn Pearce
2013-11-01
1
-2
/
+1
*
|
Declare that org.eclipse.jgit.transport uses com.jcraft.jsch
Matthias Sohn
2013-11-05
1
-1
/
+1
*
|
Merge "testMaliciousPathEmpty fails on Windows"
Christian Halstrick
2013-11-04
1
-2
/
+3
|
\
\
|
*
|
testMaliciousPathEmpty fails on Windows
Robin Rosenberg
2013-11-01
1
-2
/
+3
|
|
/
*
|
Enable to prepare interactive rebase and then start it explicitly
Tobias Pfeifer
2013-11-01
2
-2
/
+56
*
|
Parse commitId and shortMessage of a commented out line in rebase todo
Tobias Pfeifer
2013-10-31
1
-44
/
+95
*
|
Enhance reading of git-rebase-todo formatted files
Christian Halstrick
2013-10-31
6
-264
/
+541
|
/
*
Support extension of TransportHttp
Michael Nelson
2013-10-26
1
-1
/
+10
*
Add / fix @since tags
Matthias Sohn
2013-10-24
3
-2
/
+4
*
Make sure SystemReader is reset after test is run
Robin Stocker
2013-10-22
1
-1
/
+2
*
Describe HEAD if no explicit target was set
Matthias Sohn
2013-10-11
3
-9
/
+10
*
Allow to set target of DescribeCommand
Matthias Sohn
2013-10-11
1
-2
/
+3
*
Fix ServiceMayNotContinueException constructors for Java 1.5
Colby Ranger
2013-10-08
1
-2
/
+3
[next]