aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-092-0/+153
|\ \
| * | Formatter for relative datesMatthias Sohn2011-05-092-0/+153
* | | 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
* | Add path support to checkout command.Kevin Sawicki2011-05-031-3/+84
|/
* 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-212-0/+8
|\|
| * Fix sorting of names in RefDirectoryShawn O. Pearce2011-04-211-0/+2
| * 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
* Merge "Make DeltaBaseCache per-ObjectReader"Chris Aniszczyk2011-04-023-41/+42
|\
| * Make DeltaBaseCache per-ObjectReaderShawn O. Pearce2011-04-013-41/+42
* | Merge "Fix ReceivePack connectivity validation with alternates"Chris Aniszczyk2011-04-022-24/+29
|\ \
| * | Fix ReceivePack connectivity validation with alternatesShawn O. Pearce2011-04-012-24/+29
| |/
* | Merge "Add open(File) and wrap(Repository) to Git"Christian Halstrick2011-04-021-1/+47
|\ \
| * | Add open(File) and wrap(Repository) to GitChristian Halstrick2011-04-021-1/+47
* | | Support reading first SHA-1 from large FETCH_HEAD filesCarsten Pfeiffer2011-04-012-1/+46
* | | Merge "Let LockFile.unlock use FileUtils.delete()"Shawn Pearce2011-04-011-1/+5
|\ \ \ | |_|/ |/| |
| * | Let LockFile.unlock use FileUtils.delete()Christian Halstrick2011-04-021-1/+5
* | | Enhance RefDatabase with a refresh() methodChristian Halstrick2011-04-022-0/+17
|/ /
* / RefDirectory: Use FileSnapshot for packed-refsShawn O. Pearce2011-04-013-32/+37
|/
* UploadPack: Add a PreUploadHook to monitor and control behaviorShawn O. Pearce2011-04-013-21/+338
* PackWriter: Fix the way delta chain cycles are preventedShawn O. Pearce2011-04-011-58/+49