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
/
dircache
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence deprecation warning in DirCacheCheckout
Matthias Sohn
2015-05-29
1
-0
/
+1
*
Use AutoClosable to close resources in bundle org.eclipse.jgit
Matthias Sohn
2015-05-21
1
-12
/
+3
*
Merge "Fix possible AIOOB in DirCacheTree.contains()"
Christian Halstrick
2015-05-11
1
-1
/
+1
|
\
|
*
Fix possible AIOOB in DirCacheTree.contains()
Christian Halstrick
2015-05-04
1
-1
/
+1
*
|
Delete deprecated checkoutEntry() methods in DirCacheCheckout
Matthias Sohn
2015-04-25
1
-67
/
+0
|
/
*
Merge "Use try-with-resource to close resources in DirCache"
Shawn Pearce
2015-04-08
1
-4
/
+1
|
\
|
*
Use try-with-resource to close resources in DirCache
Matthias Sohn
2015-04-03
1
-4
/
+1
*
|
Reduce visibility of DirCacheCheckout.checkValidPath()
Matthias Sohn
2015-04-03
1
-3
/
+1
|
/
*
Handle invalid tree extensions
Christian Halstrick
2015-01-26
1
-1
/
+1
*
Add basic support for .gitattributes
Arthur Daussy
2015-01-07
1
-0
/
+64
*
Merge branch 'stable-3.5' into stable-3.6
Matthias Sohn
2014-12-19
3
-48
/
+34
|
\
|
*
Merge branch 'stable-3.4' into stable-3.5
Matthias Sohn
2014-12-18
3
-48
/
+34
|
|
\
|
|
*
DirCache: Refuse to read files with invalid paths
Shawn Pearce
2014-12-18
1
-0
/
+11
|
|
*
DirCache: Replace isValidPath with DirCacheCheckout.checkValidPath
Shawn Pearce
2014-12-18
2
-34
/
+4
|
|
*
Fix two nits about DirCacheEntry constructors
Shawn Pearce
2014-11-25
1
-4
/
+4
|
|
*
DirCache: Buffer TREE extension to $GIT_DIR
Shawn Pearce
2014-11-25
1
-10
/
+15
*
|
|
Fix DirCacheCheckout to set correct file length if core.autocrlf=true
Matthias Sohn
2014-12-11
1
-3
/
+3
*
|
|
Move checkPath from DirCacheCheckout to ObjectChecker
Shawn Pearce
2014-11-28
1
-15
/
+4
*
|
|
Cleanup double stat update of symlinks in DirCacheCheckout
Shawn Pearce
2014-11-27
1
-33
/
+31
*
|
|
Deprecate checkoutEntry variant that accepts File
Shawn Pearce
2014-11-27
1
-17
/
+38
*
|
|
DirCacheCheckout: create only one ObjectReader
Shawn Pearce
2014-11-27
1
-1
/
+1
*
|
|
Deprecate checkoutEntry without ObjectReader
Shawn Pearce
2014-11-24
1
-0
/
+2
*
|
|
Make sure checkout doesn't report conflicts on ignored paths
Christian Halstrick
2014-11-06
1
-1
/
+1
|
/
/
*
|
Eliminate warnings for non-nls strings that will never be translated
Robin Rosenberg
2014-09-04
1
-2
/
+2
*
|
Handle initial checkout correctly
Christian Halstrick
2014-07-25
1
-4
/
+11
|
/
*
Fix a number of failing conflict situations
Robin Rosenberg
2014-05-17
1
-45
/
+121
*
Fix wrong Exception messages
Christian Halstrick
2014-05-14
1
-1
/
+1
*
Cleanup javadocs so they pass the java8 doclint checks
Robin Rosenberg
2014-03-29
2
-10
/
+10
*
Change DirCacheCheckout to verify path using ObjectChecker
Shawn Pearce
2014-03-12
1
-123
/
+28
*
Add missing break
Robin Rosenberg
2014-03-09
1
-0
/
+1
*
Add @since tag to new DirCache#findEntry
Robin Rosenberg
2014-03-08
1
-0
/
+1
*
Fix some wrong @since 3.3 tags which should be @since 3.4
Matthias Sohn
2014-03-07
1
-1
/
+1
*
Merge "DirCache.findEntry(byte[], in) made public"
Robin Rosenberg
2014-03-03
1
-8
/
+20
|
\
|
*
DirCache.findEntry(byte[], in) made public
Marc Strapetz
2014-02-24
1
-8
/
+20
*
|
Merge "Don't raise checkout conflict for file missing in working tree"
Christian Halstrick
2014-02-27
1
-3
/
+3
|
\
\
|
*
|
Don't raise checkout conflict for file missing in working tree
Christian Halstrick
2014-02-26
1
-3
/
+3
|
|
/
*
|
Add a missing @since tag
Christian Halstrick
2014-02-26
1
-0
/
+1
*
|
DirCacheEntry: access to raw path
Marc Strapetz
2014-02-26
1
-0
/
+9
|
/
*
Add symlink support to JGit
Robin Rosenberg
2014-02-10
1
-33
/
+42
*
Ban dangerous ref names in Windows
Robin Rosenberg
2014-02-05
1
-17
/
+50
*
Fix for core.autocrlf=input resulting in modified file
Robin Rosenberg
2014-02-02
1
-6
/
+14
*
More helpful InvalidPathException messages (include reason)
Robin Stocker
2013-12-03
2
-23
/
+43
*
Fix handling of file/folder conflicts during a checkout
Christian Halstrick
2013-11-29
1
-1
/
+7
*
testMaliciousPathEmpty fails on Windows
Robin Rosenberg
2013-11-01
1
-2
/
+3
*
ResetCommand: Allow reset on unborn branch when ref not specified
Robin Stocker
2013-09-13
1
-1
/
+1
*
Make sure checkout is not deleting folders outside the workingtree
Christian Halstrick
2013-07-10
1
-2
/
+2
*
Check parentFile is not null
Hiroshi Tomita
2013-07-05
1
-1
/
+1
*
File.renameTo behaves differently on Unix and Windows
Robin Rosenberg
2013-03-26
1
-10
/
+6
*
JGit 3.0: move internal classes into an internal subpackage
Shawn Pearce
2013-03-18
1
-2
/
+2
*
A folder does not constitute a dirty work tree
Robin Rosenberg
2013-03-10
1
-1
/
+2
[next]