summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Cloning should fail when destination directory exists and is not emptyAdrian Goerler2011-07-063-0/+7
* Merge "Add lookup to remote config if the refSpec is not explicitly set"Christian Halstrick2011-07-061-0/+5
|\
| * Add lookup to remote config if the refSpec is not explicitly setStefan Lay2011-07-041-0/+5
* | Merge "Enable PlotWalk to show additional refs"Shawn Pearce2011-07-011-0/+23
|\ \
| * | Enable PlotWalk to show additional refsStefan Lay2011-07-011-0/+23
| |/
* | Merge "Improve performance when writing trees and small blobs"Shawn O. Pearce2011-07-011-4/+56
|\ \
| * | Improve performance when writing trees and small blobsShawn O. Pearce2011-06-241-4/+56
* | | Merge "TemporaryBuffer: Fix reading from in-memory InputStream"Shawn O. Pearce2011-07-011-2/+3
|\| |
| * | TemporaryBuffer: Fix reading from in-memory InputStreamShawn O. Pearce2011-06-241-2/+3
* | | Merge "Implement Serializable interface in PersonIdent class."Shawn Pearce2011-07-011-1/+4
|\ \ \
| * | | Implement Serializable interface in PersonIdent class.Kevin Sawicki2011-06-301-1/+4
| | |/ | |/|
* | | Merge "Fix compilation with Java 1.5"Matthias Sohn2011-07-011-2/+2
|\ \ \ | |/ / |/| |
| * | Fix compilation with Java 1.5Carsten Pfeiffer2011-06-291-2/+2
| |/
* / DirCacheCheckout: unlock DirCache in case of failureJens Baumgart2011-06-291-0/+10
|/
* Add ReflogCommandChris Aniszczyk2011-06-222-0/+112
* Refactor out ReflogEntryChris Aniszczyk2011-06-202-80/+131
* Merge changes Ie393fb8b,Ib11a077aRobin Rosenberg2011-06-176-38/+184
|\
| * Push errors back over sideband when possibleShawn O. Pearce2011-06-094-37/+159
| * Report progress while updating referencesShawn O. Pearce2011-06-094-1/+25
* | Fix IndexOutOfBoundsException when parsing PersonIdentMarc Strapetz2011-06-141-2/+2
|/
* Merge branch 'stable-1.0'Matthias Sohn2011-06-092-18/+50
|\
| * Prepare post JGit v1.0.0.201106090707-r buildsstable-1.0Matthias Sohn2011-06-093-3/+3
| * JGit v1.0.0.201106090707-rv1.0.0.201106090707-rMatthias Sohn2011-06-093-3/+3
| * Include about.html files in maven buildMatthias Sohn2011-06-091-0/+1
| * Prepare post v1.0.0.201106081625-r buildsMatthias Sohn2011-06-093-3/+3
| * JGit v1.0.0.201106081625-rv1.0.0.201106081625-rMatthias Sohn2011-06-083-3/+3
| * Add missing about.html files to all shipped bundlesMatthias Sohn2011-06-081-18/+49
| * Prepare post v1.0.0.201106071701-r buildsMatthias Sohn2011-06-083-3/+3
| * JGit v1.0.0.201106071701-rv1.0.0.201106071701-rMatthias Sohn2011-06-073-3/+3
| * Prepare post v1.0.0.201106051725-r buildsMatthias Sohn2011-06-063-3/+3
| * JGit v1.0.0.201106051725-rv1.0.0.201106051725-rMatthias Sohn2011-06-053-3/+3
* | Prepare 1.1.0 buildsMatthias Sohn2011-06-063-30/+30
* | Merge branch 'stable-1.0'Matthias Sohn2011-06-0211-1/+2192
|\|
| * Prepare post v1.0.0.201106011211-rc3 buildsMatthias Sohn2011-06-014-3/+3
| * JGit v1.0.0.201106011211-rc3v1.0.0.201106011211-rc3Matthias Sohn2011-06-014-3/+3
| * Remove incubation markerMatthias Sohn2011-05-311-1/+1
| * blame: Compute the origin of lines in a result fileShawn O. Pearce2011-05-3110-0/+2191
* | Fix a complicated multi level nested if block structure to use a single level...Ketan Padegaonkar2011-05-311-36/+35
* | Merge branch 'stable-1.0'Shawn O. Pearce2011-05-315-52/+72
|\|
| * Change EditList to extend ArrayListShawn O. Pearce2011-05-311-50/+6
| * Ensure the HTTP request is fully consumedShawn O. Pearce2011-05-313-0/+48
| * Fix CloneCommand not to fetch into remote tracking branches when bareChristian Halstrick2011-05-311-2/+18
* | CleanCommand: add the ability to do a dry runAbhishek Bhatnagar2011-05-311-1/+15
|/
* Fix usage of FileSnapshot in RefDirectoryChristian Halstrick2011-05-312-23/+24
* Merge "Use the stored password instead of prompting for it all the time"Matthias Sohn2011-05-252-3/+13
|\
| * Use the stored password instead of prompting for it all the timeCarsten Pfeiffer2011-05-242-3/+13
* | DHT: Add sequence RefDataShawn O. Pearce2011-05-251-5/+6
* | Merge "Let RefDirectory use FileSnapShot to handle fast updates"Chris Aniszczyk2011-05-252-24/+55
|\ \
| * | Let RefDirectory use FileSnapShot to handle fast updatesChristian Halstrick2011-05-232-24/+55
* | | Add a DiffFormatter which calculates a patch-idStefan Lay2011-05-243-9/+184