summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Add constants for gerrit change id configurationStefan Lay2011-04-141-0/+6
| |/
* / Added support to IndexDiff to return information on conflictsBernard Leach2011-04-191-0/+17
|/
* Hande latin-1 encodingLeonard Broman2011-04-111-1/+27
* Add NotesCommand to the JGit APIChris Aniszczyk2011-04-105-0/+619
* Add "Conflicts" section to merge message on conflictRobin Stocker2011-04-061-3/+11
* Refactor reading and writing heads in RepositoryRobin Stocker2011-04-061-40/+47
* Add CHERRY_PICK_HEAD for cherry-pick conflictsRobin Stocker2011-04-069-10/+151
* Add parameters for timeout and branches to cloneStefan Lay2011-04-061-0/+62
* Try to checkout branch after cloningStefan Lay2011-04-061-10/+38
* Fix DirCache.isModified()Philipp Thun2011-04-041-1/+1
* [findbugs] Use explicit initializationMatthias Sohn2011-04-041-1/+1
* [findbugs] Make mutable static field finalMatthias Sohn2011-04-031-1/+1