aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge doesn't remove empty foldersTomasz Zarna2011-07-131-1/+1
* | Add support for reseting on directoriesDariusz Luksza2011-07-121-4/+11
* | Fixed creation of branch from a tagSasa Zivkov2011-07-121-1/+5
* | Cloning should fail when destination directory exists and is not emptyAdrian Goerler2011-07-062-0/+6
* | 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-175-38/+182
|\ \
| * | Push errors back over sideband when possibleShawn O. Pearce2011-06-093-37/+158
| * | Report progress while updating referencesShawn O. Pearce2011-06-093-1/+24
| |/
* / Fix IndexOutOfBoundsException when parsing PersonIdentMarc Strapetz2011-06-141-2/+2
|/
* Merge branch 'stable-1.0'Matthias Sohn2011-06-028-0/+2189
|\
| * blame: Compute the origin of lines in a result fileShawn O. Pearce2011-05-318-0/+2189
* | 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
* | | Add CleanCommandTest and fix CleanCommandAbhishek Bhatnagar2011-05-241-5/+6
* | | Add CleanCommand to JGit APIAbhishek Bhatnagar2011-05-242-0/+123
|/ /
* | Add shortening of note ref names to NoteMapKevin Sawicki2011-05-231-0/+13
* | Remove rebase temporary files on checkout failureBernard Leach2011-05-231-2/+9
|/
* Add LsRemoteCommand to JGit APIChristoph Brill2011-05-193-0/+199
* Create a MergeResult for deleted/modified filesBernard Leach2011-05-191-0/+12
* Add reset with paths support to ResetCommandBernard Leach2011-05-191-1/+78
* Fix NPE in URIish when parsing an empty URIKetan Padegaonkar2011-05-192-0/+16
* Implement rebase ff for upstream branches with merge commitsChris Aniszczyk2011-05-182-53/+64
* Fix path filtering in LogCommandPiotr Janik2011-05-181-1/+4
* Merge "Optimize MergeAlgorithm if ours or theirs is empty"Robin Rosenberg2011-05-171-0/+31
|\
| * Optimize MergeAlgorithm if ours or theirs is emptyChristian Halstrick2011-05-171-0/+31