summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare 1.2.0 buildsMatthias Sohn2011-09-1540-241/+241
* Merge branch 'stable-1.1'Matthias Sohn2011-09-151-1/+1
|\
| * Merge branch 'stable-1.1'Matthias Sohn2011-09-111-1/+1
| |\
| | * Fix IOOBE in Repository.resolveSimple()Dariusz Luksza2011-09-061-1/+1
* | | Prepare post v1.1.0.201109151100-r buildstable-1.1Matthias Sohn2011-09-1540-49/+49
* | | JGit v1.1.0.201109151100-rv1.1.0.201109151100-rMatthias Sohn2011-09-1540-49/+49
|/ /
* | Allow commit when submodule changes are presentRobin Rosenberg2011-09-081-11/+19
* | Ignore submodule on checkout instead of deleting itRobin Rosenberg2011-09-081-16/+37
* | cleanup: Reuse local variable for current DirCacheEntryRobin Rosenberg2011-09-081-9/+9
* | Prepare post v1.1.0.201109071825-rc3 buildsMatthias Sohn2011-09-0840-49/+49
* | JGit v1.1.0.201109071825-rc3v1.1.0.201109071825-rc3Matthias Sohn2011-09-0840-49/+49
* | Use commit message best practices for Mylyn Commit templateMatthias Sohn2011-09-0538-0/+133
|/
* Fix the names in the reflog for checkoutsRobin Rosenberg2011-09-051-4/+10
* Add a helper for parsing branch switch info out of a reflog entryRobin Rosenberg2011-09-053-1/+108
* Remove workarounds for fixed Tycho bugsMatthias Sohn2011-09-051-2/+0
* Define os/ws/arch environments for tycho buildMatthias Sohn2011-09-051-1/+28
* [blame] Reset rename detector before computing renames.Kevin Sawicki2011-09-011-0/+1
* Prepare post-v1.1.0.201109011030-rc2 buildsMatthias Sohn2011-09-0140-50/+50
* JGit v1.1.0.201109011030-rc2v1.1.0.201109011030-rc2Matthias Sohn2011-09-0140-50/+50
* Use the appropriate constant for ".git"Robin Rosenberg2011-08-272-2/+2
* Tolerate zlib deflation with window size < 32KbRoberto Tyley2011-08-251-7/+28
* Merge "Unwind loop that iterates over fetch connection refs."Stefan Lay2011-08-251-17/+14
|\
| * Unwind loop that iterates over fetch connection refs.Kevin Sawicki2011-08-221-17/+14
* | Reassign symbolic ref list after calling put.Kevin Sawicki2011-08-241-1/+1
* | Merge "Fix boxing warnings in PushProcessTest"Christian Halstrick2011-08-241-7/+7
|\ \
| * | Fix boxing warnings in PushProcessTestTomasz Zarna2011-08-241-7/+7
| |/
* / Use JGitText.refAlreadyExists instead of "ref exists"Tomasz Zarna2011-08-245-5/+6
|/
* Throw JGit exception when ResetCommand got wrong refChristian Halstrick2011-08-212-0/+23
* Implement server support for shallow clonesMatt Fischer2011-08-215-37/+577
* PackWriter: support excluding objects already in other packsShawn O. Pearce2011-08-211-1/+49
* Fix ClassCastException in MergeCommandDenys Digtiar2011-08-216-51/+47
* Add ListTagCommand to JGit APIKetan Padegaonkar2011-08-213-2/+152
* Merge "Add DeleteTagCommand to JGit API"Chris Aniszczyk2011-08-215-0/+220
|\
| * Add DeleteTagCommand to JGit APITomasz Zarna2011-08-215-0/+220
* | Merge "PackWriter: Make want/have actual sets"Christian Halstrick2011-08-185-31/+113
|\ \
| * | PackWriter: Make want/have actual setsShawn O. Pearce2011-08-165-31/+113
* | | Use HEAD as default ref for RefLogCommand.Kevin Sawicki2011-08-172-8/+39
| |/ |/|
* | Merge "Adds DiffEntry.scan(TreeWalk, boolean) method"Matthias Sohn2011-08-175-2/+341
|\ \
| * | Adds DiffEntry.scan(TreeWalk, boolean) methodDariusz Luksza2011-08-175-2/+341
| |/
* / Fix typo in IndexDiff.getModified() comment.Kevin Sawicki2011-08-161-1/+1
|/
* Merge "Add DiffCommand to JGit API"Christian Halstrick2011-08-163-0/+299
|\
| * Add DiffCommand to JGit APITomasz Zarna2011-08-163-0/+299
* | Merge changes I1ca7acb4,Ia41b7a1c,I33b65286,Ie2823724,I6b65bfb4Shawn O. Pearce2011-08-1411-92/+193
|\ \
| * | DHT: Change DhtReadher caches to be dynamic by workloadShawn O. Pearce2011-06-096-54/+158
| * | DHT: Use a proper HashMap for RecentChunk lookupsShawn O. Pearce2011-06-091-12/+16
| * | DHT: Always have at least one recent chunk in DhtReaderShawn O. Pearce2011-06-091-1/+1
| * | DHT: Fix NPE during prefetchShawn O. Pearce2011-06-091-1/+1
| * | DHT: Drop leading hash digits from row keysShawn O. Pearce2011-06-094-27/+20
* | | Revert "PackWriter: Do not delta compress already packed objects"Shawn O. Pearce2011-08-131-2/+2
* | | Speed up ObjectWalk by 6235 objects/secShawn O. Pearce2011-08-132-114/+369