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
/
src
/
org
/
eclipse
/
jgit
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Format merge commit messages like C Git
Robin Stocker
2010-11-06
1
-0
/
+44
*
Fix corrupted large deltas
Shawn O. Pearce
2010-10-10
1
-1
/
+1
*
Support HTTP basic and digest authentication
Shawn O. Pearce
2010-09-28
1
-0
/
+9
*
Fix QuotedString.GIT_PATH escaping rules
Shawn O. Pearce
2010-09-03
1
-1
/
+11
*
Adding sorting to LongList
Shawn O. Pearce
2010-09-02
1
-0
/
+7
*
Add FS.detect() for detection of file system abstraction.
Marc Strapetz
2010-09-01
1
-6
/
+34
*
Fix RawParseUtils.formatBase10 to work with negative values
Marc Strapetz
2010-08-31
1
-0
/
+2
*
Buffer very large delta streams to reduce explosion of CPU work
Shawn O. Pearce
2010-08-27
2
-2
/
+256
*
Fix parsing of multiple authors in PersonIdent.
Marc Strapetz
2010-08-26
1
-18
/
+54
*
Perform automatic CRLF to LF conversion during WorkingTreeIterator
Marc Strapetz
2010-08-20
2
-1
/
+175
*
Allow to replace existing Change-Id
Stefan Lay
2010-08-05
1
-2
/
+36
*
Fix concurrent read / write issue in LockFile on Windows
Jens Baumgart
2010-07-27
1
-1
/
+1
*
Merge branch 'delta'
Shawn O. Pearce
2010-07-22
4
-18
/
+61
|
\
|
*
Allow TemporaryBuffer.Heap to allocate smaller than 8 KiB
Shawn O. Pearce
2010-07-09
1
-8
/
+25
|
*
Move FileRepository to storage.file.FileRepository
Shawn O. Pearce
2010-06-26
1
-1
/
+1
|
*
Redo PackWriter object reuse output
Shawn O. Pearce
2010-06-26
1
-0
/
+14
|
*
Refactor object writing responsiblities to ObjectDatabase
Shawn O. Pearce
2010-06-25
1
-8
/
+3
|
*
UploadPack: Permit flushing progress messages under smart HTTP
Shawn O. Pearce
2010-06-23
1
-1
/
+18
*
|
Fix concurrent read / write issue in GitIndex on Windows
Jens Baumgart
2010-07-21
4
-0
/
+22
*
|
Fix missing flush in StreamCopyThread
Dmitry Neverov
2010-06-30
1
-14
/
+12
*
|
Added support for whitespace ignoring
Jeff Schumacher
2010-06-28
1
-0
/
+116
|
/
*
Repository can be configured with FS
Marc Strapetz
2010-06-04
3
-41
/
+27
*
Add support for computing a Change-Id à la Gerrit
Robin Rosenberg
2010-06-04
1
-0
/
+190
*
Don't use interruptable pread() to access pack files
Shawn O. Pearce
2010-05-27
1
-32
/
+0
*
Externalize strings from JGit
Sasa Zivkov
2010-05-19
10
-28
/
+55
*
Fix SSH deadlock during OutOfMemoryError
Shawn O. Pearce
2010-05-19
1
-0
/
+25
*
Fix race condition in StreamCopyThread
Dmitry Neverov
2010-05-19
1
-8
/
+2
*
Fix interrupted write in StreamCopyThread
Shawn O. Pearce
2010-05-13
1
-2
/
+16
*
Fix missing flush in StreamCopyThread
Dmitry Neverov
2010-05-13
1
-8
/
+14
*
Make parsing of PersonIdent from raw byte array fault-tolerant.
Marc Strapetz
2010-03-23
1
-1
/
+13
*
Capture non-progress side band #2 messages and put in result
Shawn O. Pearce
2010-03-12
2
-0
/
+243
*
Create new RefList and RefMap utility types
Shawn O. Pearce
2010-01-22
2
-0
/
+861
*
client side smart HTTP
Shawn O. Pearce
2010-01-12
2
-0
/
+72
*
Simple dumb HTTP server for Git
Shawn O. Pearce
2010-01-12
2
-0
/
+97
*
Refactor TemporaryBuffer to support reuse in other contexts
Shawn O. Pearce
2010-01-12
1
-103
/
+206
*
Correct spelling error in StringUtils javadoc
Shawn O. Pearce
2010-01-12
1
-3
/
+3
*
Merge branch 'cq-diff'
Shawn O. Pearce
2010-01-06
2
-0
/
+170
|
\
|
*
Fixed MyersDiff to be able to handle more than 100k
Christian Halstrick
2009-10-09
1
-0
/
+152
|
*
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
*
|
Refactor the cached Authenticator data out of AwtAuthenticator
Shawn O. Pearce
2009-11-02
1
-0
/
+126
*
|
Move pure IO utility functions to a utility class of its own.
Robin Rosenberg
2009-10-31
3
-143
/
+199
*
|
Remove trailing whitespace at end of line
Alex Blewitt
2009-10-31
6
-35
/
+35
|
/
*
Move HttpSupport's configureHttpProxy to jgit-pgm
Shawn O. Pearce
2009-10-05
1
-42
/
+0
*
Initial JGit contribution to eclipse.org
Git Development Community
2009-09-29
20
-0
/
+5483