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
Commit message (
Expand
)
Author
Age
Files
Lines
*
PackWriter: Report more stats during partial writes
Shawn Pearce
2014-09-04
1
-28
/
+29
*
Drop warnings about unchecked casts in a few stable select places
Robin Rosenberg
2014-09-04
7
-2
/
+11
*
Hide warnings about field hiding in the MyersDiff code
Robin Rosenberg
2014-09-04
1
-0
/
+1
*
Fix warnings about missing serialVersionUID
Robin Rosenberg
2014-09-04
1
-1
/
+2
*
Fix warning about missing serialVersionUID
Robin Rosenberg
2014-09-04
1
-0
/
+2
*
Rename local variables/parameters to remove warnings about hiding
Robin Rosenberg
2014-09-04
8
-47
/
+47
*
Eliminate warnings for non-nls strings that will never be translated
Robin Rosenberg
2014-09-04
5
-20
/
+20
*
Windows: Hide the .git directory if hidedotfiles is set to non-false
Robin Rosenberg
2014-09-04
4
-0
/
+41
*
PlotCommitList: Close plot lanes at root commits
Konrad Kügler
2014-09-02
1
-5
/
+5
*
Prevent NPE if no CredentialsProvider is registered
Matthias Sohn
2014-09-01
2
-0
/
+4
*
Handle -m option for Merge command
Axel Richard
2014-08-30
1
-2
/
+21
*
UploadPack: Always make PackWriter.Statistics available
Shawn Pearce
2014-08-29
1
-4
/
+3
*
PackIndexV2 should check for possible corruption
Marc Strapetz
2014-08-29
2
-1
/
+6
*
Allow projects without path attribute in manifest.
Yuxuan 'fishy' Wang
2014-08-28
1
-1
/
+4
*
Merge "PackIndexV2: fix possibly wrong check"
Shawn Pearce
2014-08-28
1
-1
/
+1
|
\
|
*
PackIndexV2: fix possibly wrong check
Marc Strapetz
2014-08-15
1
-1
/
+1
*
|
Let ObjectWalk.markUninteresting also mark the root tree as
Saša Živkov
2014-08-28
1
-1
/
+8
*
|
Handles repo manifest file without default remote.
Yuxuan 'fishy' Wang
2014-08-27
1
-8
/
+12
*
|
Merge "ReceivePack: Accept shallow lines from Git >= 1.9"
Shawn Pearce
2014-08-27
1
-2
/
+21
|
\
\
|
*
|
ReceivePack: Accept shallow lines from Git >= 1.9
Shawn Pearce
2014-08-27
1
-2
/
+21
*
|
|
Merge "Strip "<", ">", and "\n" from name/email in UserConfig"
Robin Rosenberg
2014-08-22
1
-2
/
+6
|
\
\
\
|
*
|
|
Strip "<", ">", and "\n" from name/email in UserConfig
Robin Stocker
2014-08-21
1
-2
/
+6
*
|
|
|
Merge "Throw URISyntaxException for incorrect percent-encoding"
Robin Rosenberg
2014-08-21
1
-2
/
+13
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Throw URISyntaxException for incorrect percent-encoding
Yi EungJun
2014-08-21
1
-2
/
+13
*
|
|
|
Fix minor spelling error in comment
Robin Rosenberg
2014-08-19
1
-1
/
+1
*
|
|
|
Support remote aliases in repo manifest.
Yuxuan 'fishy' Wang
2014-08-18
1
-2
/
+5
*
|
|
|
Support non-default remotes in project tag.
Yuxuan 'fishy' Wang
2014-08-18
1
-9
/
+23
|
/
/
/
*
/
/
Add toString to Git with repository path
Robin Stocker
2014-08-17
1
-0
/
+4
|
/
/
*
|
ResolveMerger: Use the ObjectReader to access objects
Shawn Pearce
2014-08-15
2
-7
/
+8
*
|
Cleanup use of java.util.Inflater, fixing rare infinite loops
Shawn Pearce
2014-08-14
6
-81
/
+61
*
|
Add missing @since 3.5 tag to RepoCommand.setIncludedFileReader
Shawn Pearce
2014-08-13
1
-0
/
+1
*
|
Add support to <include> tag in repo manifest xml.
Yuxuan 'fishy' Wang
2014-08-13
2
-6
/
+75
*
|
Merge "Tweak the handling of remote url in jgit repo."
Shawn Pearce
2014-08-13
1
-11
/
+6
|
\
\
|
*
|
Tweak the handling of remote url in jgit repo.
Yuxuan 'fishy' Wang
2014-08-13
1
-11
/
+6
*
|
|
Revert "Add a method to DfsOutputStream to read as an InputStream"
Shawn Pearce
2014-08-13
3
-145
/
+39
*
|
|
Add a Merger.merge method that makes flushing optional
Dave Borowitz
2014-08-13
1
-2
/
+32
*
|
|
Teach mergers to use ObjectInserter.newReader()
Dave Borowitz
2014-08-13
1
-17
/
+14
*
|
|
Add a method to ObjectInserter to read back inserted objects
Dave Borowitz
2014-08-13
4
-2
/
+320
|
/
/
*
/
DfsInserter: buffer up to streamFileThreshold from InputStream
Shawn Pearce
2014-08-12
1
-1
/
+15
|
/
*
Merger: clarify getBaseCommit javadoc
Dave Borowitz
2014-08-11
1
-2
/
+6
*
Reuse Merger's ObjectReader from ResolveMerger
Dave Borowitz
2014-08-11
1
-26
/
+19
*
Merge "Fix CheckoutCommand not setting up tracking"
Robin Rosenberg
2014-08-11
2
-25
/
+22
|
\
|
*
Fix CheckoutCommand not setting up tracking
Robin Stocker
2014-08-05
2
-25
/
+22
*
|
Process most in-core merges without local temp files
Shawn Pearce
2014-08-08
1
-62
/
+67
*
|
ResolveMerger: push result file creation into updateIndex()
Shawn Pearce
2014-08-08
1
-4
/
+3
*
|
RecursiveMerger: do not insert virtual commits into repository
Shawn Pearce
2014-08-08
1
-14
/
+21
*
|
Fix non-relative remote defined in manifest xml.
Yuxuan 'fishy' Wang
2014-08-06
1
-3
/
+10
|
/
*
Merge "Add isRebase to API of BranchConfig"
Robin Rosenberg
2014-08-03
1
-3
/
+11
|
\
|
*
Add isRebase to API of BranchConfig
Robin Stocker
2014-08-03
1
-3
/
+11
*
|
Merge "Use bitcheck to check for presence of OPT_FULL option"
Robin Rosenberg
2014-08-03
1
-6
/
+1
|
\
\
[next]