summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert Jetty from 8.1.3.v20120416 to 7.6.0.v20120127Matthias Sohn2012-06-0310-60/+47
* Use default thread pool to prevent thread pool starvationMatthias Sohn2012-06-031-17/+1
* Merge "Reduce number of hard-coded maven artifact versions" into stable-2.0Robin Rosenberg2012-05-314-9/+9
|\
| * Reduce number of hard-coded maven artifact versionsMatthias Sohn2012-05-314-9/+9
* | Remove obsolete GitlinksNotSupportedExceptionRobin Rosenberg2012-05-311-65/+0
* | Update ORIG_HEAD when resettingKevin Sawicki2012-05-315-3/+46
|/
* Prepare next 2.0.0-SNAPSHOT buildsMatthias Sohn2012-05-3142-51/+51
* JGit v2.0.0.201205301645-rc2v2.0.0.201205301645-rc2Matthias Sohn2012-05-3042-51/+51
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-3063-303/+275
* 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-305-3/+290
|\|
| * Update smudged entries when writing indexKevin Sawicki2012-05-285-3/+290
* | Enable loading history until a given commitMatthias Sohn2012-05-302-0/+206
|/
* Update Jetty to 8.1.3.v20120416Matthias Sohn2012-05-2312-52/+90
* Add config --list command to pgmTomasz Zarna2012-05-234-0/+193
* Ensure resetting on commit idDariusz Luksza2012-05-232-1/+21
* Move NLS test for HttpServerText to http.testShawn O. Pearce2012-05-224-13/+60
* Fix JGit source bundle packagingMatthias Sohn2012-05-213-1/+41
* Smudge index entries on first write (too), as well when readingRobin Rosenberg2012-05-214-18/+66
* Add user friendly output from jgit commit commandMikael Karlsson2012-05-181-1/+6
* 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
* Add --all switch to org.eclipse.jgit.pgm.CommitTomasz Zarna2012-05-103-2/+11
* Cleanup MergeResult constructorsTomasz Zarna2012-05-101-6/+8
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-1025-22/+111
* Update tycho version to 0.14.1Matthias Sohn2012-05-1016-343/+20
* Update packaging project to build using Indigo platformMatthias Sohn2012-05-101-2/+2
* 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-102-10/+33
* 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
* Fix two typos in CLIText.propertiesTomasz Zarna2012-05-021-2/+2
* Merge "Update README regarding CRLF conversion, /etc and $HOME"Matthias Sohn2012-04-301-3/+16
|\
| * Update README regarding CRLF conversion, /etc and $HOMERobin Rosenberg2012-04-291-3/+16
* | Validate paths during DirCheckoutRobin Rosenberg2012-04-239-8/+635
|/
* Enable large file supportRobin Rosenberg2012-04-183-9/+244
* Allow to write tests with CLI syntaxTomasz Zarna2012-04-1825-1/+1304
* Enable DirCacheEntry's copyMetaData to not copy stage infoRobin Rosenberg2012-04-173-4/+77
* Merge "Fix tests for Ant task "git-clone""Christian Halstrick2012-04-171-5/+6
|\
| * Fix tests for Ant task "git-clone"Matthias Sohn2012-04-021-5/+6
* | 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