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
/
api
/
MergeCommand.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use git config core.commentChar
Thomas Wolf
2022-03-26
1
-1
/
+5
*
Merge conflict messages: prefix conflict lines with a hash
Thomas Wolf
2022-01-31
1
-1
/
+1
*
Add git config for conflict style merge/diff3
Thomas Wolf
2021-05-03
1
-0
/
+14
*
Implement ours/theirs content conflict resolution
Thomas Wolf
2021-04-19
1
-2
/
+22
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
1
-20
/
+17
*
Fix typos in Javadoc
Michael Keppler
2019-07-08
1
-2
/
+2
*
Repository: Deprecate #peel method
David Pursehouse
2018-05-22
1
-1
/
+1
*
Handle Gerrit Change-Ids for merge commits
Thomas Wolf
2018-04-18
1
-0
/
+20
*
MergeCommand: Open RevWalk in try-with-resource
David Pursehouse
2018-03-07
1
-6
/
+1
*
Progress reporting for checkout
Markus Duft
2018-01-23
1
-0
/
+3
*
Fix javadoc in org.eclipse.jgit annotations and api packages
Matthias Sohn
2017-12-18
1
-12
/
+24
*
Send a detailed event on working tree modifications
Thomas Wolf
2017-08-15
1
-0
/
+5
*
Improve javadoc for MergeCommand.setFastForward()
Matthias Sohn
2017-06-15
1
-3
/
+7
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-1
/
+1
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+3
*
Don't rely on default locale when using toUpperCase() and toLowerCase()
Matthias Sohn
2017-01-28
1
-1
/
+2
*
Implement auto gc
Matthias Sohn
2016-10-23
1
-0
/
+1
*
Replace use of deprecated method Repository.getRef()
Matthias Sohn
2016-05-31
1
-1
/
+1
*
Add progress monitor to Merger
Laurent Delaigue
2016-01-21
1
-0
/
+25
*
Use AutoClosable to close resources in bundle org.eclipse.jgit
Matthias Sohn
2015-05-21
1
-4
/
+6
*
Rename local variables/parameters to remove warnings about hiding
Robin Rosenberg
2014-09-04
1
-9
/
+9
*
Handle -m option for Merge command
Axel Richard
2014-08-30
1
-2
/
+21
*
Cleanup javadocs so they pass the java8 doclint checks
Robin Rosenberg
2014-03-29
1
-3
/
+3
*
Use branch.<x>.mergeoptions and merge.ff as defaults for merging
Konrad Kügler
2014-02-14
1
-6
/
+23
*
Fix exception on conflicts with recursive merge
Robin Stocker
2013-12-03
1
-4
/
+2
*
Make recursive merge strategy the default merge strategy
Matthias Sohn
2013-04-15
1
-1
/
+1
*
Add the no-commit option to MergeCommand
Tomasz Zarna
2013-04-04
1
-8
/
+37
*
Really handle annotated tags in MergeCommand
Robin Rosenberg
2013-02-08
1
-0
/
+1
*
Fix Check for FF_ONLY merges again
Robin Rosenberg
2013-01-29
1
-1
/
+1
*
Check for FF_ONLY merges correctly
Robin Rosenberg
2013-01-29
1
-2
/
+2
*
Add additional FastForwardMode enums for different config contexts
Tomasz Zarna
2013-01-18
1
-3
/
+75
*
Revert "Add additional FastForwardMode enums for different config contexts"
Shawn Pearce
2013-01-11
1
-116
/
+0
*
Add additional FastForwardMode enums for different config contexts
Tomasz Zarna
2013-01-06
1
-0
/
+116
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-7
/
+7
*
Add support for --no-ff while merging
Tomasz Zarna
2012-11-16
1
-10
/
+66
*
Add "--squash" option to MergeCommand
Tomasz Zarna
2012-06-15
1
-16
/
+74
*
Git API does not declare GitAPIException call() and related cleanups
Robin Rosenberg
2012-05-30
1
-1
/
+2
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
1
-1
/
+1
*
Throw API exception when MergeCommand hits checkout conflicts
Matthias Sohn
2011-12-08
1
-3
/
+9
*
Append merge strategy to reflog message
Robin Rosenberg
2011-09-21
1
-1
/
+3
*
Fix the reflog prefix for cherry-pick, revert and merge commands
Robin Rosenberg
2011-09-21
1
-1
/
+3
*
Fix ClassCastException in MergeCommand
Denys Digtiar
2011-08-21
1
-3
/
+2
*
Add "Conflicts" section to merge message on conflict
Robin Stocker
2011-04-06
1
-3
/
+11
*
Improve MergeResult
Philipp Thun
2011-03-21
1
-1
/
+1
*
MergeCommand should create missing branches
Christian Halstrick
2011-01-26
1
-2
/
+25
*
Fix misc spelling errors in comments and method names
Robin Rosenberg
2011-01-17
1
-1
/
+1
*
Format merge commit messages like C Git
Robin Stocker
2010-11-06
1
-3
/
+5
*
Rename method to ResolveMerger.setWorkingTreeIterator()
Christian Halstrick
2010-10-13
1
-1
/
+1
*
Remove wrong comment in MergeCommand
Christian Halstrick
2010-10-12
1
-3
/
+0
[next]