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
/
dircache
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add better documentation to DirCacheCheckout
Christian Halstrick
2013-02-07
1
-1
/
+139
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
4
-10
/
+11
*
DirCacheIterator: Fix reset() and back()
Robin Rosenberg
2012-12-15
2
-1
/
+22
*
DirCacheEditor: Apply PathEdit for each stage
Robin Stocker
2012-11-16
1
-5
/
+8
*
Add missing @since tags to mark API added in 2.2
Matthias Sohn
2012-11-16
1
-0
/
+1
*
Add Javadoc description for packages
Robin Stocker
2012-10-31
1
-0
/
+4
*
StashCreateCommand: Abort in case of unmerged paths
Robin Stocker
2012-10-22
1
-0
/
+9
*
DirCacheCheckout: Fix handling of files not in index
Robin Stocker
2012-09-01
1
-14
/
+16
*
Refactor detection of Windows platform to SystemReader
Robin Rosenberg
2012-08-22
2
-4
/
+2
*
Refactor detection of OS X to SystemReader
Robin Rosenberg
2012-08-22
1
-1
/
+1
*
Ensure a directory exists before trying to create/merge a file into it.
Jevgeni Zelenkov
2012-08-06
1
-0
/
+1
*
Merge branch 'stable-2.0'
Matthias Sohn
2012-07-02
1
-0
/
+11
|
\
|
*
Improve performance of persisting an index by magnitudes
stable-2.0
Christian Halstrick
2012-06-28
1
-0
/
+11
*
|
Merge branch 'stable-2.0'
Shawn O. Pearce
2012-06-07
1
-4
/
+3
|
\
|
|
*
Make FS OS X detection work for OpenJDK
Robin Rosenberg
2012-06-06
1
-4
/
+3
*
|
Make DirCacheCheckout update timestamps in the index.
Markus Duft
2012-06-06
1
-2
/
+8
|
/
*
Update smudged entries when writing index
Kevin Sawicki
2012-05-28
1
-1
/
+100
*
Smudge index entries on first write (too), as well when reading
Robin Rosenberg
2012-05-21
2
-18
/
+34
*
Add missing @since tags to mark API added in 2.0
Matthias Sohn
2012-05-10
1
-0
/
+2
*
Remove 86 boxing warnings
Kevin Sawicki
2012-05-08
1
-5
/
+9
*
Remove unnecessary boxing SuppressWarnings annotation
Kevin Sawicki
2012-05-08
1
-1
/
+0
*
Validate paths during DirCheckout
Robin Rosenberg
2012-04-23
3
-5
/
+181
*
Enable large file support
Robin Rosenberg
2012-04-18
1
-8
/
+7
*
Enable DirCacheEntry's copyMetaData to not copy stage info
Robin Rosenberg
2012-04-17
2
-4
/
+27
*
Hide two warnings about boxing
Robin Rosenberg
2012-04-16
1
-0
/
+2
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
5
-5
/
+5
*
Merge "Update example code for obtaining a locked DirCache"
Christian Halstrick
2012-03-05
1
-1
/
+1
|
\
|
*
Update example code for obtaining a locked DirCache
Kevin Sawicki
2012-03-02
1
-1
/
+1
[next]