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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use try-with-resource to close resources in DirCache
Matthias Sohn
2015-04-03
1
-4
/
+1
*
Use try-with-resources to close walks in ArchiveCommand
Matthias Sohn
2015-04-02
1
-6
/
+2
*
Buffer overflow output stream
Shawn Pearce
2015-04-01
1
-1
/
+2
*
Fix overflow stream leak during merge conflicts
Shawn Pearce
2015-04-01
1
-2
/
+3
*
Use local GIT_DIR for overflow during merge conflicts
Shawn Pearce
2015-04-01
1
-1
/
+2
*
Use try-with-resources and BufferedOutputStream for local merge conflicts
Shawn Pearce
2015-04-01
1
-5
/
+5
*
Optimize EolAwareOutputStream for bulk output
Shawn Pearce
2015-04-01
1
-0
/
+8
*
ResolveMerge only needs to visit differing TreeEntries
Matthias Sohn
2015-03-31
1
-0
/
+2
*
Do not add a newline at the end if neither merged side had one
André de Oliveira
2015-03-27
5
-54
/
+288
*
Make RepositoryState.REBASING_MERGE reachable again.
Laurent Delaigue
2015-03-27
3
-8
/
+10
*
Fix RecursiveMerger in case of multiple, independent base commits
Christian Halstrick
2015-03-25
2
-4
/
+71
*
TestRepository: Add a cherryPick method
Dave Borowitz
2015-03-23
3
-1
/
+142
*
Include slf4j and log4j in jgit command line
Matthias Sohn
2015-03-23
3
-0
/
+42
*
Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgit
Matthias Sohn
2015-03-23
79
-3390
/
+580
*
Add missing @since tag to DiffInterruptedException
Matthias Sohn
2015-03-19
1
-0
/
+1
*
Revert "CommitBuilder should check for duplicate parents"
Jonathan Nieder
2015-03-18
5
-147
/
+33
*
Merge changes I51167503,I794eca3a
Dave Borowitz
2015-03-18
2
-11
/
+71
|
\
|
*
TemporaryBuffer: Clear block pointer list instead of reallocating
Dave Borowitz
2015-03-18
1
-6
/
+4
|
*
TemporaryBuffer: Allow presizing block pointer list
Dave Borowitz
2015-03-18
2
-5
/
+67
*
|
Merge "Make MyersDiff interruptible"
Christian Halstrick
2015-03-18
2
-0
/
+57
|
\
\
|
|
/
|
/
|
|
*
Make MyersDiff interruptible
Hugo Arès
2015-03-17
2
-0
/
+57
*
|
InMemoryRepository: Use a real Builder class
Dave Borowitz
2015-03-18
1
-6
/
+13
*
|
TestRepository: Expose a Git instance
Dave Borowitz
2015-03-18
1
-0
/
+12
*
|
Git: Don't close underlying repo if it came from from a caller
Dave Borowitz
2015-03-17
1
-22
/
+41
|
/
*
Fix string externalization warnings in BaseFormat
Matthias Sohn
2015-03-12
3
-4
/
+8
*
Add missing @since tags for new API methods in archive bundle
Matthias Sohn
2015-03-12
6
-0
/
+17
*
CommitBuilder should check for duplicate parents
Christian Halstrick
2015-03-12
5
-33
/
+147
*
CLI status should support --untracked-files
Kaloyan Raev
2015-03-12
6
-219
/
+568
*
TestRepository: Allow setting explicit Change-Id
Dave Borowitz
2015-03-12
2
-9
/
+33
*
TestRepository: Ignore existing Change-Id in message
Dave Borowitz
2015-03-12
2
-0
/
+14
*
TestRepository: Support committing to unborn symref
Dave Borowitz
2015-03-12
2
-2
/
+11
*
TestRepository: Expose some getters for CommitBuilder
Dave Borowitz
2015-03-12
1
-0
/
+16
*
TestRepository: Add methods to amend commits or refs
Dave Borowitz
2015-03-12
2
-13
/
+192
*
TestRepository: Add a reset method to move HEAD around
Dave Borowitz
2015-03-12
3
-15
/
+180
*
TestRepository: Optionally insert Change-Id in commit message
Dave Borowitz
2015-03-12
2
-1
/
+113
*
Merge topic 'testrepo'
Shawn Pearce
2015-03-12
1
-83
/
+90
|
\
|
*
TestRepository: Allow custom author/committer per-commit
Dave Borowitz
2015-03-11
1
-9
/
+32
|
*
TestRepository: Use try-with-resources where appropriate
Dave Borowitz
2015-03-11
1
-74
/
+58
*
|
Fix compile error due to missing dependencies and since tags
Markus Duft
2015-03-12
3
-0
/
+3
|
/
*
Merge "ArchiveCommand: Allow to pass options to underlying stream"
Shawn Pearce
2015-03-11
9
-17
/
+232
|
\
|
*
ArchiveCommand: Allow to pass options to underlying stream
David Ostrovsky
2015-02-20
9
-17
/
+232
*
|
Merge changes I627681be,I334034a2
Shawn Pearce
2015-03-10
1
-8
/
+17
|
\
\
|
*
|
TreeWalk: Do not close reader passed explicitly to constructor
Dave Borowitz
2015-03-10
1
-4
/
+16
|
*
|
TreeWalk: Stop using deprecated ObjectReader#release()
Dave Borowitz
2015-03-10
1
-4
/
+1
*
|
|
Make s3 domain dynamic to support different s3 regions
Matthew Spurrier
2015-03-10
1
-4
/
+10
|
/
/
*
|
RevWalk: Do not close reader passed explicitly to constructor
Dave Borowitz
2015-03-10
1
-7
/
+18
*
|
RevWalk: Stop using deprecated ObjectReader#release()
Dave Borowitz
2015-03-10
1
-2
/
+2
*
|
Update all standard maven plugins to latest versions
Dave Borowitz
2015-03-10
1
-9
/
+9
*
|
Merge "Add "--long" option to JGit describe"
Christian Halstrick
2015-03-10
5
-6
/
+81
|
\
\
|
*
|
Add "--long" option to JGit describe
Christian Halstrick
2015-03-09
5
-6
/
+81
[next]