aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheEntry.java
Commit message (Expand)AuthorAgeFilesLines
* DirCache: Refuse to read files with invalid pathsShawn Pearce2014-12-181-0/+11
* DirCache: Replace isValidPath with DirCacheCheckout.checkValidPathShawn Pearce2014-12-181-33/+1
* Fix two nits about DirCacheEntry constructorsShawn Pearce2014-11-251-4/+4
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-1/+1
* Fix some wrong @since 3.3 tags which should be @since 3.4Matthias Sohn2014-03-071-1/+1
* Add a missing @since tagChristian Halstrick2014-02-261-0/+1
* DirCacheEntry: access to raw pathMarc Strapetz2014-02-261-0/+9
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-0/+1
* Add missing @since tags to mark API added in 2.2Matthias Sohn2012-11-161-0/+1
* StashCreateCommand: Abort in case of unmerged pathsRobin Stocker2012-10-221-0/+9
* Refactor detection of Windows platform to SystemReaderRobin Rosenberg2012-08-221-2/+1
* Smudge index entries on first write (too), as well when readingRobin Rosenberg2012-05-211-1/+6
* Remove unnecessary boxing SuppressWarnings annotationKevin Sawicki2012-05-081-1/+0
* Validate paths during DirCheckoutRobin Rosenberg2012-04-231-3/+10
* Enable large file supportRobin Rosenberg2012-04-181-8/+7
* Enable DirCacheEntry's copyMetaData to not copy stage infoRobin Rosenberg2012-04-171-3/+26
* Hide two warnings about boxingRobin Rosenberg2012-04-161-0/+2
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Implement DirCacheEntry.toString() to ease debuggingMatthias Sohn2011-11-101-0/+10
* DirCacheEntry: accessors for cached creation time (CTIME)Marc Strapetz2011-10-311-1/+21
* Partial support for index file format "3".Marc Strapetz2010-08-311-7/+65
* DirCacheEntry: UPDATE_NEEDED should be in-core flag.Marc Strapetz2010-08-311-4/+8
* Add setLength(long) to DirCacheEntryShawn O. Pearce2010-08-231-0/+16
* Smudge racily clean index entries by truncating length (like git.git)Christian Halstrick2010-07-201-18/+26
* Add support for updateNeeded flag in DirCacheEntryMatthias Sohn2010-07-091-0/+22
* Fix comparison of nanosecondsStefan Lay2010-07-061-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-7/+9
* Don't allow DirCacheEntry with mode of 0Shawn O. Pearce2010-02-031-0/+10
* Disallow creating invalid DirCacheEntry recordsShawn O. Pearce2010-02-031-1/+54
* Move pure IO utility functions to a utility class of its own.Robin Rosenberg2009-10-311-4/+5
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+502