summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JGit v1.0.0.201106081625-rv1.0.0.201106081625-rMatthias Sohn2011-06-0840-69/+69
* Add missing about.html files to all shipped bundlesMatthias Sohn2011-06-0817-26/+537
* Prepare post v1.0.0.201106071701-r buildsMatthias Sohn2011-06-0840-69/+69
* JGit v1.0.0.201106071701-rv1.0.0.201106071701-rMatthias Sohn2011-06-0740-69/+69
* Prepare post v1.0.0.201106051725-r buildsMatthias Sohn2011-06-0640-69/+69
* JGit v1.0.0.201106051725-rv1.0.0.201106051725-rMatthias Sohn2011-06-0540-69/+69
* Update to eclipse.org's latest SUAMatthias Sohn2011-06-025-304/+259
* Prepare post v1.0.0.201106011211-rc3 buildsMatthias Sohn2011-06-0141-69/+69
* JGit v1.0.0.201106011211-rc3v1.0.0.201106011211-rc3Matthias Sohn2011-06-0141-69/+69
* Remove incubation markerMatthias Sohn2011-05-3124-31/+31
* blame: Compute the origin of lines in a result fileShawn O. Pearce2011-05-3113-0/+2606
* DHT: Support removing a repository nameShawn O. Pearce2011-05-313-0/+43
* DHT: Fix thread-safety issue in AbstractWriteBufferShawn O. Pearce2011-05-311-7/+18
* jgit.sh: Implement pager supportShawn O. Pearce2011-05-311-4/+33
* Change EditList to extend ArrayListShawn O. Pearce2011-05-311-50/+6
* Ensure the HTTP request is fully consumedShawn O. Pearce2011-05-314-0/+80
* Make sure test repositories are closedChristian Halstrick2011-05-315-0/+27
* Fix CloneCommand not to fetch into remote tracking branches when bareChristian Halstrick2011-05-313-6/+88
* Merge 'Fix usage of FileSnapshot in RefDirectory' into stable-1.0Shawn O. Pearce2011-05-312-23/+24
|\
| * Fix usage of FileSnapshot in RefDirectoryChristian Halstrick2011-05-312-23/+24
* | Update Eclipse IP log for 1.0Matthias Sohn2011-05-251-6/+0
|/
* 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-256-224/+372
* | DHT: Replace TinyProtobuf with Google Protocol BuffersShawn O. Pearce2011-05-2558-2406/+12217
* | DHT: Remove per-process ChunkCacheShawn O. Pearce2011-05-256-626/+23
* | Merge "Let RefDirectory use FileSnapShot to handle fast updates"Chris Aniszczyk2011-05-254-49/+98
|\ \
| * | Let RefDirectory use FileSnapShot to handle fast updatesChristian Halstrick2011-05-234-49/+98
* | | Add a DiffFormatter which calculates a patch-idStefan Lay2011-05-244-9/+304
* | | Add CleanCommandTest and fix CleanCommandAbhishek Bhatnagar2011-05-242-5/+122
* | | Add CleanCommand to JGit APIAbhishek Bhatnagar2011-05-242-0/+123
|/ /
* | Add shortening of note ref names to NoteMapKevin Sawicki2011-05-232-0/+21
* | Merge "Remove rebase temporary files on checkout failure"Shawn Pearce2011-05-232-4/+48
|\ \
| * | Remove rebase temporary files on checkout failureBernard Leach2011-05-232-4/+48
| |/
* / Add GitAddTaskKetan Padegaonkar2011-05-234-1/+156
|/
* Add LsRemoteCommandTestChris Aniszczyk2011-05-191-0/+160
* Add LsRemoteCommand to JGit APIChristoph Brill2011-05-194-0/+200
* Add org.eclipse.jgit.ant.test to parent pom.xmlChris Aniszczyk2011-05-192-0/+103
* Add GitCloneTaskTestKetan Padegaonkar2011-05-195-4/+145
* Create a MergeResult for deleted/modified filesBernard Leach2011-05-192-0/+54
* Add reset with paths support to ResetCommandBernard Leach2011-05-192-8/+154
* Fix NPE in URIish when parsing an empty URIKetan Padegaonkar2011-05-193-0/+36
* Add org.eclipse.jgit.ant.testKetan Padegaonkar2011-05-198-0/+67
* Add tests for change If203ce5Bernard Leach2011-05-182-0/+171
* Implement rebase ff for upstream branches with merge commitsChris Aniszczyk2011-05-182-53/+64
* Fix path filtering in LogCommandPiotr Janik2011-05-182-2/+58
* Merge "Optimize MergeAlgorithm if ours or theirs is empty"Robin Rosenberg2011-05-172-1/+50
|\
| * Optimize MergeAlgorithm if ours or theirs is emptyChristian Halstrick2011-05-172-1/+50
* | Merge "Fix diff bug on inserted line"Stefan Lay2011-05-162-2/+10
|\ \
| * | Fix diff bug on inserted lineShawn O. Pearce2011-05-162-2/+10