summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Prepare next 2.0.0-SNAPSHOT buildsMatthias Sohn2012-05-313-3/+3
* JGit v2.0.0.201205301645-rc2v2.0.0.201205301645-rc2Matthias Sohn2012-05-303-3/+3
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-3042-136/+151
* Merge "Retain file length and mod time when doing a mixed reset" into stable-2.0Robin Rosenberg2012-05-301-6/+43
|\
| * Retain file length and mod time when doing a mixed resetKevin Sawicki2012-05-281-6/+43
* | Merge "Update smudged entries when writing index" into stable-2.0Robin Rosenberg2012-05-302-3/+102
|\|
| * Update smudged entries when writing indexKevin Sawicki2012-05-282-3/+102
* | Enable loading history until a given commitMatthias Sohn2012-05-301-0/+66
|/
* Ensure resetting on commit idDariusz Luksza2012-05-231-1/+1
* Smudge index entries on first write (too), as well when readingRobin Rosenberg2012-05-213-18/+44
* Don't swallow JSchException "Auth fail" exceptionDariusz Luksza2012-05-161-1/+2
* Enable call chaining on LsRemoteCommand methodsDave Borowitz2012-05-141-4/+10
* Factor a base class out of ReceivePackDave Borowitz2012-05-146-1132/+1322
* Cleanup MergeResult constructorsTomasz Zarna2012-05-101-6/+8
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-1025-22/+111
* Remove throws IOException declaration on filterCleanKevin Sawicki2012-05-101-1/+1
* Add Object type to Comparable implements declarationKevin Sawicki2012-05-101-1/+1
* Remove 4 unboxed warningsKevin Sawicki2012-05-102-3/+4
* Make output stream optional in DiffCommandKevin Sawicki2012-05-101-10/+14
* Compare modes before comparing ids in ResolveMergerKevin Sawicki2012-05-091-2/+2
* Remove 86 boxing warningsKevin Sawicki2012-05-0832-96/+160
* Remove unnecessary boxing SuppressWarnings annotationKevin Sawicki2012-05-081-1/+0
* Remove unneeded catch block and null checksKevin Sawicki2012-05-041-12/+4
* Validate paths during DirCheckoutRobin Rosenberg2012-04-235-8/+206
* Enable large file supportRobin Rosenberg2012-04-182-9/+8
* Allow to write tests with CLI syntaxTomasz Zarna2012-04-181-0/+38
* Enable DirCacheEntry's copyMetaData to not copy stage infoRobin Rosenberg2012-04-172-4/+27
* Hide two warnings about boxingRobin Rosenberg2012-04-161-0/+2
* Fix constructor for SafeBufferedOutputStreamRobin Rosenberg2012-04-141-1/+4
* Merge "UnsupportedCredentialItem with password authentication"Robin Rosenberg2012-04-091-6/+15
|\
| * UnsupportedCredentialItem with password authenticationRobin Rosenberg2012-04-091-6/+15
* | Merge "Fix broken TagCommand API"Robin Rosenberg2012-04-062-15/+12
|\ \
| * | Fix broken TagCommand APIRobin Rosenberg2012-04-062-15/+12
| |/
* | Merge "Cleanup possiblyFilteredInputStream() in WorkingTreeIterator"Matthias Sohn2012-04-051-29/+26
|\ \
| * | Cleanup possiblyFilteredInputStream() in WorkingTreeIteratorRobin Rosenberg2012-04-061-29/+26
* | | Merge "Handle content length in WorkingTreeIterator"Robin Rosenberg2012-04-055-41/+81
|\| |
| * | Handle content length in WorkingTreeIteratorRobin Rosenberg2012-03-275-41/+81
| |/
* | Merge "Recurse into cloned submodules"Matthias Sohn2012-04-031-2/+10
|\ \
| * | Recurse into cloned submodulesKevin Sawicki2012-04-011-2/+10
* | | Unlock DirCache in case of occurring exceptionJens Baumgart2012-04-031-8/+14
* | | Merge "Index config section and subsection names in one pass"Robin Rosenberg2012-04-022-148/+136
|\ \ \
| * | | Index config section and subsection names in one passShawn O. Pearce2012-04-022-148/+136
* | | | Merge "Add @Override annotations to enums"Robin Rosenberg2012-04-023-0/+111
|\ \ \ \
| * | | | Add @Override annotations to enumsTomasz Zarna2012-04-023-0/+111
| | |/ / | |/| |
* | | | Merge "Externalize parsing exception message for RebaseCommand#Action"Matthias Sohn2012-04-023-5/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Externalize parsing exception message for RebaseCommand#ActionTomasz Zarna2012-04-023-5/+5
| |/ /
* / / Don't use java.nio channel for file size determinationMarkus Duft2012-04-021-3/+29
|/ /
* | Merge changes Ic8907231,I693148a5Robin Rosenberg2012-03-304-176/+400
|\ \
| * | Sort Config entries and use O(log N) lookupShawn O. Pearce2012-03-273-39/+167
| * | Extract inner classes from ConfigShawn O. Pearce2012-03-273-140/+236
| |/