summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* PackWriter: Combine small reuse batches togetherShawn O. Pearce2011-04-011-4/+24
* PackWriter: Remove dummy list 0Shawn O. Pearce2011-04-013-31/+35
* PackWriter: Speed up pruning of objects from cached packsShawn O. Pearce2011-04-014-80/+86
* Make PacketLineIn publicShawn O. Pearce2011-04-011-6/+44
* Merge changes I2c8e917a,Ica9e50c0Shawn Pearce2011-04-011-12/+11
|\
| * Do not normalize URIishesRobin Rosenberg2011-03-281-12/+11
* | Merge "Fix broken git prefix detection"Shawn Pearce2011-04-012-4/+15
|\|
| * Fix broken git prefix detectionRobin Rosenberg2011-03-282-4/+15
* | Let CloneCommand not checkout HEAD on bare reposChristian Halstrick2011-03-301-3/+6
* | Allow InitCommand to run on existing git reposChristian Halstrick2011-03-291-2/+3
* | Merge "Do not categorize merge failures as 'abnormal'"Christian Halstrick2011-03-295-22/+22
|\ \
| * | Do not categorize merge failures as 'abnormal'Philipp Thun2011-03-285-22/+22
* | | Fix possible NPE in DirCache.isModified()Philipp Thun2011-03-281-1/+1
|/ /
* | Merge "Detaching HEAD when checking out the same commit."Shawn Pearce2011-03-272-4/+29
|\ \
| * | Detaching HEAD when checking out the same commit.Sasa Zivkov2011-03-252-4/+29
* | | Merge "Fix: possible IndexOutOfBoundsException in ReflogReader"Shawn Pearce2011-03-271-11/+6
|\ \ \ | |_|/ |/| |