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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Relax ObjectChecker to permit missing tagger lines
Shawn O. Pearce
2010-01-23
1
-5
/
+5
*
Correct bundle, provider names to be consistent
Shawn O. Pearce
2010-01-23
1
-2
/
+2
*
Merge branch 'ref-abstract'
Shawn O. Pearce
2010-01-23
26
-1179
/
+3237
|
\
|
*
Optimize RefAdvertiser performance by avoiding sorting
Shawn O. Pearce
2010-01-23
3
-10
/
+19
|
*
Replace writeSymref with RefUpdate.link
Shawn O. Pearce
2010-01-23
6
-52
/
+104
|
*
Rewrite reference handling to be abstract and accurate
Shawn O. Pearce
2010-01-23
22
-1151
/
+2261
|
*
Create new RefList and RefMap utility types
Shawn O. Pearce
2010-01-22
3
-3
/
+890
*
|
Use build timestamp as OSGi version qualifier
Matthias Sohn
2010-01-23
1
-1
/
+6
*
|
Adding PDE API Tools nature to JGit
Chris Aniszczyk
2010-01-16
2
-0
/
+9
*
|
Introduce a named constant for the ".git" directory extension
Robin Rosenberg
2010-01-15
4
-7
/
+13
*
|
Introduce a named constant for the .git directory.
Robin Rosenberg
2010-01-15
7
-12
/
+17
|
/
*
Add JUnit tests for HTTP transport
Shawn O. Pearce
2010-01-12
1
-5
/
+31
*
Download HEAD by itself if not in info/refs
Shawn O. Pearce
2010-01-12
1
-10
/
+59
*
client side smart HTTP
Shawn O. Pearce
2010-01-12
5
-55
/
+606
*
Simple dumb HTTP server for Git
Shawn O. Pearce
2010-01-12
4
-16
/
+132
*
Expose PacketLineOut for reuse outside of the transport package
Shawn O. Pearce
2010-01-12
2
-10
/
+74
*
Expose RefAdvertiser for reuse outside of the transport package
Shawn O. Pearce
2010-01-12
3
-23
/
+165
*
Teach UploadPack how to use an RPC style interface
Shawn O. Pearce
2010-01-12
1
-5
/
+55
*
Teach ReceivePack how to use an RPC style interface
Shawn O. Pearce
2010-01-12
1
-2
/
+43
*
Refactor TemporaryBuffer to support reuse in other contexts
Shawn O. Pearce
2010-01-12
5
-108
/
+211
*
Implement multi_ack_detailed protocol extension
Shawn O. Pearce
2010-01-12
3
-35
/
+101
*
Fix PersonIdent to always use SystemReader
Shawn O. Pearce
2010-01-12
1
-1
/
+4
*
Fix RefWriter creation of info/refs to omit HEAD
Shawn O. Pearce
2010-01-12
1
-2
/
+2
*
Correct spelling error in StringUtils javadoc
Shawn O. Pearce
2010-01-12
1
-3
/
+3
*
Finish removing Apache Felix maven-bundle-plugin
Shawn O. Pearce
2010-01-12
2
-19
/
+1
*
Merge "Partial revert "Switch build to Apache Felix maven-bundle-plugin""
Robin Rosenberg
2010-01-12
6
-11
/
+66
|
\
|
*
Partial revert "Switch build to Apache Felix maven-bundle-plugin"
Robin Rosenberg
2010-01-10
6
-11
/
+66
*
|
Read core.worktree regardless of whether .git was discovered or not
Robin Rosenberg
2010-01-06
1
-9
/
+5
*
|
Explicitly release resources used by java.util.zip.Deflater
Igor Fedorenko
2010-01-06
1
-4
/
+5
*
|
Remove unnecessary semicolon in MergeChunk
Shawn O. Pearce
2010-01-06
1
-1
/
+2
*
|
Merge branch 'cq-diff'
Shawn O. Pearce
2010-01-06
9
-1
/
+1429
|
\
\
|
*
|
Add file content merge algorithm
Christian Halstrick
2010-01-06
4
-0
/
+688
|
*
|
Add javadoc comments, remove unused code, shift comments to correct place
Christian Halstrick
2009-10-09
3
-25
/
+97
|
*
|
Fixed MyersDiff to be able to handle more than 100k
Christian Halstrick
2009-10-09
2
-16
/
+171
|
*
|
Add the "jgit diff" command
Johannes Schindelin
2009-10-06
1
-1
/
+1
|
*
|
Prepare RawText for diff-index and diff-files
Johannes Schindelin
2009-10-06
1
-1
/
+27
|
*
|
Add Myers' algorithm to generate diff scripts
Johannes Schindelin
2009-10-06
1
-0
/
+469
|
*
|
Add set to IntList
Johannes Schindelin
2009-10-06
1
-0
/
+18
*
|
|
UnionInputStream: combines sequential InputStreams into one
Shawn O. Pearce
2010-01-04
1
-0
/
+208
*
|
|
Add getPacks to ObjectDirectory
Shawn O. Pearce
2010-01-04
1
-0
/
+12
|
|
/
|
/
|
*
|
Switch build to Apache Felix maven-bundle-plugin
Shawn O. Pearce
2009-12-28
7
-70
/
+42
*
|
Recognize Git repository environment variables
Robin Rosenberg
2009-12-28
4
-21
/
+184
*
|
Add support for creating detached heads
Robin Rosenberg
2009-12-28
2
-0
/
+38
*
|
Use Constants.OBJECT_ID_STRING_LENGTH instead of LEN * 2
Shawn O. Pearce
2009-12-28
7
-9
/
+9
*
|
Get rid of a duplicate constant for SHA-1 length
Robin Rosenberg
2009-12-28
6
-28
/
+32
*
|
Merge change I5b232f67
Code Review
2009-12-22
1
-2
/
+2
|
\
\
|
*
|
Fix typo in ReceivePack.java
Nico Sallembien
2009-12-22
1
-2
/
+2
*
|
|
Method to get a 'humanish' name from a path
Mykola Nikishov
2009-12-19
1
-0
/
+52
*
|
|
Flipped jgit.core to manifest-first maven-3/tycho build
Igor Fedorenko
2009-12-08
1
-12
/
+3
|
/
/
*
|
Replace a hard-coded default remote's name with a constant
Mykola Nikishov
2009-11-29
1
-0
/
+3
[next]