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
/
api
/
CherryPickCommand.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-2
/
+2
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+1
*
Add toString() to CherryPickCommand and ResetCommand
Matthias Sohn
2016-10-09
1
-0
/
+11
*
Replace use of deprecated method Repository.getRef()
Matthias Sohn
2016-05-31
1
-1
/
+1
*
Silence non-externalized string warning in CherryPickCommand
Matthias Sohn
2015-04-03
1
-1
/
+1
*
Use try-with-resource to close resources in CherryPickCommand
Matthias Sohn
2015-04-03
1
-4
/
+1
*
Support for the pre-commit hook
Laurent Goubet
2015-02-02
1
-1
/
+2
*
Cherry-Pick: Support --no-commit
Konrad Kügler
2014-07-14
1
-6
/
+27
*
Cherry-Pick: Support --mainline to pick merges
Konrad Kügler
2014-05-17
1
-9
/
+41
*
Allow callers to use different merging strategies
Laurent Goubet
2014-05-06
1
-2
/
+14
*
Add missing @since tags
Lars Vogel
2013-08-10
1
-0
/
+1
*
Update reflog like C Git during rebase (non-interactive)
Robin Rosenberg
2013-07-21
1
-3
/
+19
*
Update HEAD in cherry-picking several commits
Hiroshi Tomita
2013-07-01
1
-5
/
+4
*
Make recursive merge strategy the default merge strategy
Matthias Sohn
2013-04-15
1
-1
/
+1
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-2
/
+2
*
Improve ours/theirs conflict markers for rebase, cherry-pick
Robin Stocker
2012-08-18
1
-0
/
+28
*
Further cleanup of exceptions in Git API
Robin Rosenberg
2012-06-05
1
-1
/
+13
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
1
-1
/
+1
*
Add commit id and parent count to exception message
Kevin Sawicki
2011-12-27
1
-3
/
+6
*
Fix the reflog prefix for cherry-pick, revert and merge commands
Robin Rosenberg
2011-09-21
1
-1
/
+3
*
Add CHERRY_PICK_HEAD for cherry-pick conflicts
Robin Stocker
2011-04-06
1
-1
/
+10
*
Do not categorize merge failures as 'abnormal'
Philipp Thun
2011-03-28
1
-1
/
+1
*
Introduce CherryPickResult
Philipp Thun
2011-03-23
1
-21
/
+11
*
Do not cherry-pick or revert commit more than once
Robin Rosenberg
2011-01-10
1
-0
/
+5
*
Add Cherry-Pick command
Christian Halstrick
2010-10-15
1
-0
/
+205