aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
...
| * Define a utility class for handling Git date formatsRobin Rosenberg2011-10-231-0/+200
* | Fix compatibilty breakage for SystemReaderRobin Rosenberg2011-10-231-11/+8
|/
* Add locale to the properties manageable by SystemReaderRobin Rosenberg2011-10-201-0/+11
* Add a method to SystemReader to get the time zoneRobin Rosenberg2011-10-201-1/+10
* Use the SystemReader to get system timeRobin Rosenberg2011-10-201-1/+2
* Fix smart HTTP client stream alignment errorsShawn O. Pearce2011-09-141-1/+6
* TemporaryBuffer: Fix reading from in-memory InputStreamShawn O. Pearce2011-06-241-2/+3
* Fix IndexOutOfBoundsException when parsing PersonIdentMarc Strapetz2011-06-141-2/+2
* DHT: Add sequence RefDataShawn O. Pearce2011-05-251-5/+6
* Add a DiffFormatter which calculates a patch-idStefan Lay2011-05-241-0/+74
* Fix NPE in URIish when parsing an empty URIKetan Padegaonkar2011-05-191-0/+11
* Formatter for relative datesMatthias Sohn2011-05-091-0/+140
* Attempt to make git prefix detection more reliableRobin Rosenberg2011-05-021-3/+55
* Hande latin-1 encodingLeonard Broman2011-04-111-1/+27
* [findbugs] Use explicit initializationMatthias Sohn2011-04-041-1/+1
* Support reading first SHA-1 from large FETCH_HEAD filesCarsten Pfeiffer2011-04-011-0/+41
* Fix broken git prefix detectionRobin Rosenberg2011-03-282-4/+15
* BlockList: Micro-optimize appending from another BlockListShawn O. Pearce2011-03-181-0/+46
* FS: Allow cloning an FS instanceShawn O. Pearce2011-03-146-0/+72
* FS: Allow userHome to be set and cachedShawn O. Pearce2011-03-141-3/+21
* FS: Allow gitPrefix to be set and cachedShawn O. Pearce2011-03-143-22/+45
* FS: Overload detect() with no argumentsShawn O. Pearce2011-03-144-14/+18
* Cache gitPrefix in FS_Win32Marc Strapetz2011-03-101-11/+19
* PackWriter: Reduce GC during enumerationShawn O. Pearce2011-03-071-0/+297
* Fix NPE on reading global config on MACJens Baumgart2011-02-091-1/+6
* Fix JGit --upload-pack, --receive-pack optionsShawn O. Pearce2011-02-054-0/+61
* Merge "File utility for creating a new empty file"Matthias Sohn2011-01-161-0/+23
|\
| * File utility for creating a new empty fileMatthias Sohn2011-01-141-0/+23
* | Locate $HOME like C Git does on WindowsRobin Rosenberg2011-01-121-0/+18
|/
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-1/+0
* Add support for getting the system wide configurationRobin Rosenberg2010-12-316-7/+145
* Refactor exec of a command and reading one line into utilityRobin Rosenberg2010-12-302-33/+47
* Refactor search for a file within a PATHRobin Rosenberg2010-12-302-8/+15
* File utilities for creating directoriesMatthias Sohn2010-12-131-0/+84
* Add option to skip deletion of non-existing filesMatthias Sohn2010-12-101-0/+8
* Provide file utilities for file deletionMatthias Sohn2010-12-071-0/+130
* Fix DiffConfig to understand "copy" resp. "copies" for diff.renames property.Marc Strapetz2010-11-291-16/+33
* Base64: Reformat to match JGit styleShawn O. Pearce2010-11-121-369/+270
* Base64: Strip out code JGit doesn't useShawn O. Pearce2010-11-121-1094/+30
* Format merge commit messages like C GitRobin Stocker2010-11-061-0/+44
* Fix corrupted large deltasShawn O. Pearce2010-10-101-1/+1
* Support HTTP basic and digest authenticationShawn O. Pearce2010-09-281-0/+9
* Fix QuotedString.GIT_PATH escaping rulesShawn O. Pearce2010-09-031-1/+11
* Adding sorting to LongListShawn O. Pearce2010-09-021-0/+7
* Add FS.detect() for detection of file system abstraction.Marc Strapetz2010-09-011-6/+34
* Fix RawParseUtils.formatBase10 to work with negative valuesMarc Strapetz2010-08-311-0/+2
* Buffer very large delta streams to reduce explosion of CPU workShawn O. Pearce2010-08-272-2/+256
* Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-261-18/+54
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-202-1/+175
* Allow to replace existing Change-IdStefan Lay2010-08-051-2/+36