summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implemented first part of the repo sub-command.Yuxuan 'fishy' Wang2014-04-235-0/+410
* Merge "blame: Format commit and author only once per range"Shawn Pearce2014-04-231-13/+23
|\
| * blame: Format commit and author only once per rangeShawn Pearce2014-04-211-13/+23
* | Merge changes Icb1d49e5,I8bcab447,I3fa19b86,I2cda031b,I8b2dbf63Shawn Pearce2014-04-223-28/+42
|\|
| * blame: Reuse existing blameEntireRegionOnParent methodShawn Pearce2014-04-211-3/+1
| * blame: Remove unnecessary curly braces around single statement ifShawn Pearce2014-04-211-2/+1
| * blame: Allow candidate to manage its setup before outputShawn Pearce2014-04-212-2/+12
| * blame: Do not update candidate regionList during outputShawn Pearce2014-04-211-21/+24
| * blame: Only use computeRange if -L was requestedShawn Pearce2014-04-211-0/+4
* | pgm: Flush stderr during shutdownShawn Pearce2014-04-211-0/+2
|/
* Expose ReceiveCommand version of TrackingRefUpdateShawn Pearce2014-04-181-2/+9
* Merge changes I483c40e8,Ib16d684d,I9fb25229,I5f7c4855,I36905959Shawn Pearce2014-04-186-50/+251
|\
| * diff: Optimize single line editsShawn Pearce2014-04-182-1/+7
| * blame: Reduce running time ~4.5% by skipping common subtreesShawn Pearce2014-04-172-17/+60
| * blame: Micro optimize blob lookup in treeShawn Pearce2014-04-171-10/+8
| * blame: Automatically increase commit abbreviation lengthShawn Pearce2014-04-172-3/+29
| * Blame correctly in the presence of conflicting mergesKonrad Kügler2014-04-173-19/+147
* | Merge branch 'stable-3.3'Matthias Sohn2014-04-181-0/+1
|\ \
| * | JGit v3.3.2.201404171909-rv3.3.2.201404171909-rstable-3.3Matthias Sohn2014-04-1855-59/+59
| * | Fix version.sh to update Eclipse-SourceBundle versionMatthias Sohn2014-04-181-0/+1
* | | Allow ArchiveCommand.registerFormat to be called twiceJonathan Nieder2014-04-163-22/+91
* | | Merge "Make ArchiveFormats final and implement equals()"Dave Borowitz2014-04-145-5/+55
|\ \ \
| * | | Make ArchiveFormats final and implement equals()Jonathan Nieder2014-04-115-5/+55
* | | | Merge branch 'stable-3.3'Matthias Sohn2014-04-141-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Ensure that stored credentials aren't reset too earlyMatthias Sohn2014-04-141-2/+2
* | | | Update Software User AgreementMatthias Sohn2014-04-1415-197/+285
| |_|/ |/| |
* | | Merge changes Id9a641dd,If2ee1f42Robin Rosenberg2014-04-092-1/+86
|\ \ \
| * | | Added TestCase for 7d5e1f Fixed RevWalk.isMergedInto()Sven Selberg2014-04-091-0/+80
| * | | Fixed RevWalk.isMergedInto() returning wrong resultsGustaf Lundh2014-03-241-1/+6
* | | | Fix ValidRefNameTest on WindowsRobin Rosenberg2014-04-061-23/+55
* | | | Fix FileTreeIteratorTest#testIsModifiedFileSmudged() on WindowsRobin Rosenberg2014-04-061-0/+5
* | | | Don't use package private classes when overriding a public interfaceRobin Rosenberg2014-04-052-4/+6
| |_|/ |/| |
* | | Mark getParent deprecated in CanonicalTreeParserShawn Pearce2014-04-031-0/+1
* | | Fix ObjectChecker when normalization is enabledShawn Pearce2014-04-032-3/+12
* | | Abbreviate SHA-1s when reporting invalid objectsShawn Pearce2014-04-031-1/+2
* | | Throw CorruptObjectException when a bad object is foundShawn Pearce2014-04-032-3/+19
* | | Merge "Add missing space to invalid object error messages"Matthias Sohn2014-04-031-1/+1
|\ \ \
| * | | Add missing space to invalid object error messagesShawn Pearce2014-04-031-1/+1
* | | | Avoid calls to System.exit() and throw an exception insteadGuillaume Nodet2014-04-023-2/+37
* | | | Add an input stream and an error stream to TextBuiltin base classGuillaume Nodet2014-03-3010-52/+88
* | | | Add launchers for running tests with Java 8Robin Rosenberg2014-03-293-0/+78
* | | | Make sure we include the Java 7 module in tests when using JDK 8Robin Rosenberg2014-03-293-3/+3
* | | | Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-2935-84/+102
* | | | Allow full compiles on Java 8.Alexander Kurtakov2014-03-281-3/+2
|/ / /
* | | Interactive rebase: Fix order of commit messages on squashStefan Lay2014-03-272-8/+8
* | | Fix missing NON-NLS tag in RebaseCommandStefan Lay2014-03-271-1/+1
* | | Fix GarbageCollection not to pack HEADChristian Halstrick2014-03-262-1/+69
* | | Fix NameRevCommand when repo has no annotated tagsDave Borowitz2014-03-252-5/+24
* | | Merge branch 'stable-3.3'Matthias Sohn2014-03-254-14/+25
|\ \ \ | |/ / |/| / | |/
| * Prepare 3.3.2-SNAPSHOT buildsMatthias Sohn2014-03-2555-258/+258