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
/
CheckoutCommand.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'stable-6.6' into stable-6.7
Matthias Sohn
2023-09-03
1
-14
/
+12
|
\
|
*
Checkout: better directory handling
Thomas Wolf
2023-09-03
1
-14
/
+12
*
|
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
1
-1
/
+2
|
/
*
DirCacheCheckout: load WorkingTreeOptions only once
Thomas Wolf
2022-08-14
1
-11
/
+17
*
Allow to resolve a conflict by checking out a file
Thomas Wolf
2020-11-17
1
-1
/
+6
*
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-22
1
-1
/
+1
|
\
|
*
Remove redundant "static" qualifier from enum declarations
David Pursehouse
2020-02-19
1
-1
/
+1
*
|
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
|
/
*
Fix "jgit checkout -f" to overwrite dirty worktree files
Christian Halstrick
2019-01-08
1
-4
/
+54
*
CheckoutCommand: force flag now allows overwrite
Ned Twigg
2018-10-20
1
-1
/
+1
*
Progress reporting for checkout
Markus Duft
2018-01-23
1
-0
/
+19
*
Fix javadoc leftovers in org.eclipse.jgit api package
Matthias Sohn
2017-12-20
1
-1
/
+1
*
Fix javadoc in org.eclipse.jgit annotations and api packages
Matthias Sohn
2017-12-18
1
-20
/
+14
*
TreeWalk: Make getEolStreamType(OperationType) public
David Pursehouse
2017-11-15
1
-2
/
+6
*
Send a detailed event on working tree modifications
Thomas Wolf
2017-08-15
1
-4
/
+25
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-3
/
+3
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+3
*
CheckoutCommand: Add method to add multiple paths
David Pursehouse
2016-10-22
1
-0
/
+20
*
Fix CheckoutCommand to return updated files even on NONDELETED status
Christian Halstrick
2016-09-27
1
-1
/
+3
*
Replace use of deprecated method Repository.getRef()
Matthias Sohn
2016-05-31
1
-5
/
+5
*
Enable calling of smudge filters when checking out paths
Christian Halstrick
2016-04-06
1
-4
/
+8
*
Add EOL stream type detection to TreeWalk
Ivan Motsch
2016-03-07
1
-6
/
+16
*
Null-annotated Ref class and fixed related compiler errors
Andrey Loskutov
2015-12-15
1
-3
/
+10
*
Null-annotated Repository class and fixed related compiler errors
Andrey Loskutov
2015-11-25
1
-0
/
+6
*
Delete non empty directories before checkout a path
Andrey Loskutov
2015-10-09
1
-1
/
+1
*
Externalize error message used in CheckoutCommand
Matthias Sohn
2015-04-08
1
-2
/
+1
*
Use try-with-resource to close resources in CheckoutCommand
Matthias Sohn
2015-04-08
1
-28
/
+26
*
CheckoutCommand: Fix checking out ours/theirs when no base stage exists
Robin Stocker
2014-12-10
1
-3
/
+8
*
Deprecate checkoutEntry variant that accepts File
Shawn Pearce
2014-11-27
1
-6
/
+1
*
Fix CheckoutCommand not setting up tracking
Robin Stocker
2014-08-05
1
-13
/
+12
*
Add missing @since tags
Matthias Sohn
2014-01-20
1
-0
/
+1
*
Add git checkout --orphan implementation
SATO taichi
2014-01-17
1
-8
/
+63
*
Document that path parameters should use '/' as separator
Robin Stocker
2013-11-15
1
-3
/
+4
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-3
/
+3
*
CheckoutCommand: Support checking out ours and theirs
Robin Stocker
2012-11-16
1
-42
/
+134
*
Extend Javadoc of CheckoutCommand and add examples
Robin Stocker
2012-10-18
1
-10
/
+96
*
Refuse to checkout unmerged paths from index
Robin Stocker
2012-09-23
1
-1
/
+8
*
Make CheckoutCommand pass modified files through result
Markus Duft
2012-08-07
1
-6
/
+9
*
Create parent dir if necessary on checkout
Robin Stocker
2012-07-08
1
-2
/
+5
*
Git API does not declare GitAPIException call() and related cleanups
Robin Rosenberg
2012-05-30
1
-1
/
+4
*
Add missing @since tags to mark API added in 2.0
Matthias Sohn
2012-05-10
1
-0
/
+1
*
Unlock DirCache in case of occurring exception
Jens Baumgart
2012-04-03
1
-8
/
+14
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
1
-1
/
+1
*
Remove ambiguous CheckoutConflictException
Tomasz Zarna
2012-03-06
1
-4
/
+5
*
Add all paths option to CheckoutCommand
Kevin Sawicki
2012-02-26
1
-3
/
+22
*
Fix status in index entries after checkout of paths
Christian Halstrick
2011-09-28
1
-22
/
+25
*
Fix the names in the reflog for checkouts
Robin Rosenberg
2011-09-05
1
-4
/
+10
*
Reuse ObjectReader for all objects touched during checkout
Matthias Sohn
2011-08-02
1
-3
/
+9
*
Add path support to checkout command.
Kevin Sawicki
2011-05-03
1
-3
/
+84
*
Fix NPE on checkout of remote tracking branch
Matthias Sohn
2011-03-01
1
-7
/
+11
[next]