summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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-194-0/+200
* 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
* | Merge "Fix diff bug on inserted line"Stefan Lay2011-05-161-1/+1
|\ \
| * | Fix diff bug on inserted lineShawn O. Pearce2011-05-161-1/+1
* | | Add getConflicting() method in Status APIPiotr Janik2011-05-161-0/+8
|/ /
* | Merge "Fix diff when first text is the start of the other"Shawn Pearce2011-05-151-1/+1
|\ \
| * | Fix diff when first text is the start of the otherRobin Rosenberg2011-05-151-1/+1
* | | Add RebaseResult.FAST_FORWARD_RESULTChris Aniszczyk2011-05-131-0/+3
* | | RevertCommand: Add "." after reverted commit idRobin Stocker2011-05-131-1/+1
| |/ |/|
* | Merge "Formatter for relative dates"Christian Halstrick2011-05-093-0/+166
|\ \
| * | Formatter for relative datesMatthias Sohn2011-05-093-0/+166
* | | Remove unused serialVersionUID from non-serializable classes.Kevin Sawicki2011-05-082-2/+0
|/ /
* / Fix getHumanishName broken for windows pathsStefan Lay2011-05-061-1/+7
|/
* IndexDiff: conflicting files aren't properly shownBernard Leach2011-05-051-6/+9
* Ignore submodule commits during checkoutRobin Rosenberg2011-05-051-0/+6
* Merge "Fix "into" part of merge message for HEAD"Shawn Pearce2011-05-051-2/+1
|\
| * Fix "into" part of merge message for HEADRobin Stocker2011-05-051-2/+1
* | Store Git on any DHTShawn O. Pearce2011-05-054-3/+46
|/
* Present reset in the reflog like C Git does nowadaysRobin Rosenberg2011-05-041-2/+1
* Implemented merge for parallel delete/modificationBernard Leach2011-05-031-0/+23
* Merge "Attempt to make git prefix detection more reliable"Chris Aniszczyk2011-05-031-3/+55
|\
| * Attempt to make git prefix detection more reliableRobin Rosenberg2011-05-021-3/+55
* | Merge "Add path support to checkout command."Stefan Lay2011-05-031-3/+84
|\ \
| * | Add path support to checkout command.Kevin Sawicki2011-05-031-3/+84
| |/
* | Qualify post-0.12 buildsMatthias Sohn2011-05-033-29/+29
* | Merge branch 'stable-0.12'Matthias Sohn2011-05-033-29/+29
|\ \ | |/ |/|
| * JGit 0.12.1v0.12.1stable-0.12Matthias Sohn2011-05-023-29/+29
* | Merge branch 'stable-0.12'Shawn O. Pearce2011-04-212-14/+36
|\|
| * Implement the no-done capabilityShawn O. Pearce2011-04-212-14/+36
* | Merge branch 'stable-0.12'Shawn O. Pearce2011-04-213-36/+19
|\|
| * Fix sorting of names in RefDirectoryShawn O. Pearce2011-04-211-0/+2
| * Merge "Make running static checks configurable in maven build" into stable-0.12Shawn Pearce2011-04-181-36/+11
| |\
| | * Make running static checks configurable in maven buildMatthias Sohn2011-04-181-36/+11