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
stable-7.2
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
/
merge
Commit message (
Expand
)
Author
Age
Files
Lines
*
[performance] Remove synthetic access$ methods in dfs, diff and merge
Andrey Loskutov
2015-10-28
1
-2
/
+2
*
Fix ResolveMerger when files should be replaced by folders
Christian Halstrick
2015-07-23
1
-7
/
+9
*
Revert "Fix unchecked conversion warning in MergeFormatter"
Shawn Pearce
2015-06-03
1
-1
/
+1
*
Delete deprecated Merger.getBaseCommit()
Matthias Sohn
2015-06-03
1
-33
/
+0
*
Fix unchecked conversion warning in MergeFormatter
Matthias Sohn
2015-05-29
1
-1
/
+1
*
Silence non-externalized string warnings in org.eclipse.jgit
Matthias Sohn
2015-05-26
3
-12
/
+12
*
Use AutoClosable to close resources in bundle org.eclipse.jgit
Matthias Sohn
2015-05-21
1
-8
/
+9
*
Use ANY_DIFF filter in ResolveMerger only for bare repositories
Matthias Sohn
2015-05-10
1
-1
/
+5
*
Revert "ResolveMerge only needs to visit differing TreeEntries"
Christian Halstrick
2015-04-10
1
-2
/
+0
*
Replace deprecated release() methods by close() in Merger
Matthias Sohn
2015-04-04
1
-5
/
+5
*
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
3
-42
/
+234
*
Fix RecursiveMerger in case of multiple, independent base commits
Christian Halstrick
2015-03-25
1
-4
/
+8
*
ResolveMerger: Use checkoutEntry during abort
Shawn Pearce
2014-11-27
1
-9
/
+2
*
Deprecate checkoutEntry variant that accepts File
Shawn Pearce
2014-11-27
1
-21
/
+4
*
Rename local variables/parameters to remove warnings about hiding
Robin Rosenberg
2014-09-04
1
-10
/
+10
*
ResolveMerger: Use the ObjectReader to access objects
Shawn Pearce
2014-08-15
2
-7
/
+8
*
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
*
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
*
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 Javadoc errors with Java 8
Robin Stocker
2014-08-02
1
-0
/
+1
*
Fix API errors raised on ResolveMerger affecting API providers only
Christian Halstrick
2014-07-31
2
-3
/
+4
*
RecursiveMerger should not fail on content-merge conflicts of parents
Christian Halstrick
2014-07-28
3
-9
/
+51
*
Fixed message for exception thrown during recursive merge
Christian Halstrick
2014-07-28
1
-4
/
+2
*
Fix RecursiveMerger's internal use of merge to find a merge base
Christian Halstrick
2014-07-25
1
-0
/
+6
*
Merge "Make the resolve merger slightly more sub-classable."
Robin Rosenberg
2014-05-05
1
-29
/
+125
|
\
|
*
Make the resolve merger slightly more sub-classable.
Laurent Goubet
2014-03-06
1
-29
/
+125
*
|
Cleanup javadocs so they pass the java8 doclint checks
Robin Rosenberg
2014-03-29
1
-1
/
+1
|
/
*
Fix merge/cherry-picking in CRLF mode
Robin Rosenberg
2014-03-02
1
-8
/
+15
*
Use branch.<x>.mergeoptions and merge.ff as defaults for merging
Konrad Kügler
2014-02-14
1
-0
/
+189
*
Add symlink support to JGit
Robin Rosenberg
2014-02-10
1
-4
/
+6
*
Failing to delete a directory with untracked content is actually ok
Robin Rosenberg
2014-02-10
1
-2
/
+3
*
Fix exception on conflicts with recursive merge
Robin Stocker
2013-12-03
3
-21
/
+34
*
Remove unused logger from RecursiveMerger
Jonathan Nieder
2013-04-26
1
-3
/
+0
*
A deleted work tree file is not a conflict when merge wants to delete it
Robin Rosenberg
2013-04-08
1
-1
/
+5
*
Add missing @since tags
Matthias Sohn
2013-03-22
4
-2
/
+14
*
Fix @since tags in JGit, version 2.4 never existed
Tomasz Zarna
2013-03-21
1
-0
/
+2
*
A folder does not constitute a dirty work tree
Robin Rosenberg
2013-03-10
1
-1
/
+4
*
Implement recursive merge strategy
George C. Young
2013-02-22
6
-92
/
+526
*
Add conflicts message before footer
Stefan Lay
2013-01-19
1
-6
/
+19
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
7
-31
/
+31
*
Add Javadoc description for packages
Robin Stocker
2012-10-31
1
-0
/
+4
[next]