aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
* Added read/write support for pack bitmap index.Colby Ranger2013-03-051-1/+34
* Accept Change-Id even if footer contains not well-formed entriesStefan Lay2013-02-201-9/+35
* Merge "Fix NPE FS_Win32 when looking up git executable and home directory avo...Matthias Sohn2013-01-221-3/+13
|\
| * Fix NPE FS_Win32 when looking up git executable and home directoryTobias Pfeifer2013-01-101-3/+13
* | Only replace the ChangeId in the footer, not in the bodyStefan Lay2013-01-191-26/+69
|/
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-2722-158/+159
* Add missing @since tags to mark API added in 2.2Matthias Sohn2012-11-162-0/+4
* Add Javadoc description for packagesRobin Stocker2012-10-312-0/+8
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-251-0/+1
* FileBasedConfig supports UTF-8 byte order markerMarc Strapetz2012-09-241-0/+5
* Merge branch 'stable-2.1'Matthias Sohn2012-09-191-14/+35
|\
| * Introduce "never" as parseable dateRobin Rosenberg2012-09-181-0/+10
| * Introduce ParseExceptions for GitDateParserChristian Halstrick2012-09-171-14/+25
* | Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-0/+171
|/
* Create an input stream that transforms LF to CRLFRobin Rosenberg2012-09-011-0/+151
* Implement a parser for datesChristian Halstrick2012-08-282-2/+240
* Refactor detection of Windows platform to SystemReaderRobin Rosenberg2012-08-223-15/+14
* Refactor detection of OS X to SystemReaderRobin Rosenberg2012-08-222-17/+17
* Allow detection of case insensitive file systemsMatthias Sohn2012-08-063-0/+21
* Fix UnionInputStream.read to be more Java-likeIan Wetherbee2012-06-141-13/+8
* Fix GitDateFormatter javadoc.Tomasz Zarna2012-06-141-1/+3
* Make FS OS X detection work for OpenJDKRobin Rosenberg2012-06-061-1/+1
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-104-1/+6
* Remove 86 boxing warningsKevin Sawicki2012-05-084-5/+8
* Allow to write tests with CLI syntaxTomasz Zarna2012-04-181-0/+38
* Fix constructor for SafeBufferedOutputStreamRobin Rosenberg2012-04-141-1/+4
* Don't use java.nio channel for file size determinationMarkus Duft2012-04-021-3/+29
* Sort Config entries and use O(log N) lookupShawn O. Pearce2012-03-271-0/+44
* Revert "Allow to write tests with CLI syntax"Matthias Sohn2012-03-231-38/+0
* Allow to write tests with CLI syntaxTomasz Zarna2012-03-221-0/+38
* Move JGitText to an internal packageRobin Rosenberg2012-03-1212-12/+12
* Fix compilation error due to missing javadoc.Markus Duft2012-03-121-1/+3
* Merge "EolCanonicalizingInputStream: binary detection should be optional"Robin Rosenberg2012-03-091-7/+9
|\
| * EolCanonicalizingInputStream: binary detection should be optionalMarc Strapetz2012-02-211-7/+9
* | Merge "Revert non-sense logic in IO.readFully"Robin Rosenberg2012-03-091-7/+1
|\ \
| * | Revert non-sense logic in IO.readFullyRobin Rosenberg2012-02-121-7/+1
| |/
* | Let the date formatter pick the locale.Daniel Megert2012-02-252-5/+38
* | Add IGNORE_ERRORS to FileUtils.delete()Christian Halstrick2012-02-211-3/+10
|/
* Really close output stream when core.autocrlf is trueRobin Rosenberg2012-01-231-1/+2
* Merge "Support more of AutoCRLF"Christian Halstrick2012-01-163-3/+233
|\
| * Support more of AutoCRLFRobin Rosenberg2012-01-103-3/+233
* | Make sure all bytes are written to files on close, or get an error.Robin Rosenberg2012-01-152-2/+87
|/
* Only print stack trace to Sytem.err when debug flag is setKevin Sawicki2011-12-271-2/+4
* Merge "Do not resolve path using cygwin unless told to"Shawn Pearce2011-11-041-5/+8
|\
| * Do not resolve path using cygwin unless told toRobin Rosenberg2011-10-281-5/+8
* | Merge changes Icea2572d,I2633e472,I207c0c93,I10cee76c,Ifd78e8ce,I890b5fcc,Ia0...Shawn Pearce2011-11-042-0/+122
|\ \
| * | DFS: A storage layer for JGitShawn O. Pearce2011-11-042-0/+122
| |/
* / Fix NPE when PATH environment variable is emptyCarl Myers2011-11-041-0/+13
|/
* Merge changes I488e9c97,I30f1049f,I1c088dceMatthias Sohn2011-10-262-2/+204
|\
| * Cosmetic adjustment of relative date format, do not display "0 months"Robin Rosenberg2011-10-261-2/+4