aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix processing of broken symbolic references in RefDirectory"Shawn Pearce2011-02-151-5/+7
|\
| * Fix processing of broken symbolic references in RefDirectoryMarc Strapetz2011-02-151-5/+7
* | Merge "UploadPack: Expose PackWriter activity to a logger"Chris Aniszczyk2011-02-144-5/+272
|\ \
| * | UploadPack: Expose PackWriter activity to a loggerShawn O. Pearce2011-02-134-5/+272
* | | Merge "RevWalk: Avoid unnecessary re-parsing of commit bodies"Chris Aniszczyk2011-02-1411-2/+112
|\| |
| * | RevWalk: Avoid unnecessary re-parsing of commit bodiesShawn O. Pearce2011-02-1311-2/+112
* | | Merge "RevWalk: Don't reset ObjectReader when stopping"Chris Aniszczyk2011-02-142-4/+0
|\| |
| * | RevWalk: Don't reset ObjectReader when stoppingShawn O. Pearce2011-02-132-4/+0
* | | Merge "UploadPack: Donate parsed commits to PackWriter"Chris Aniszczyk2011-02-143-12/+71
|\| |
| * | UploadPack: Donate parsed commits to PackWriterShawn O. Pearce2011-02-133-12/+71
* | | CreateBranchCommand: Wrong existence checkMathias Kinzler2011-02-141-1/+3
|/ /
* | Setup the default remote and merge config in CloneCommandChris Aniszczyk2011-02-131-1/+8
* | UploadPack: Rely on peeled ref data for include-tagShawn O. Pearce2011-02-131-10/+21
* | UploadPack: Assume okToGiveUp is initially falseShawn O. Pearce2011-02-131-0/+2
* | UploadPack: Avoid walking the entire project historyShawn O. Pearce2011-02-132-3/+50
* | Merge "UploadPack: Tag non-commits SATISIFIED earlier"Chris Aniszczyk2011-02-131-5/+3
|\ \
| * | UploadPack: Tag non-commits SATISIFIED earlierShawn O. Pearce2011-02-061-5/+3
* | | Merge "UploadPack: Don't discard COMMON, SATISIFIED flags"Chris Aniszczyk2011-02-131-0/+2
|\| |
| * | UploadPack: Don't discard COMMON, SATISIFIED flagsShawn O. Pearce2011-02-061-0/+2
* | | Merge "UploadPack: Fix want-is-satisfied test"Chris Aniszczyk2011-02-131-1/+1
|\| |
| * | UploadPack: Fix want-is-satisfied testShawn O. Pearce2011-02-061-1/+1
* | | Merge "UploadPack: Avoid parsing want list on clone"Chris Aniszczyk2011-02-131-46/+60
|\| |
| * | UploadPack: Avoid parsing want list on cloneShawn O. Pearce2011-02-041-46/+60
| |/
* | Merge "Fix NPE on reading global config on MAC" into stable-0.11Chris Aniszczyk2011-02-091-1/+6
|\ \
| * | Fix NPE on reading global config on MACJens Baumgart2011-02-091-1/+6
* | | Add isOutdated method to DirCacheJens Baumgart2011-02-091-0/+10
|/ /
* | PullCommand: use default remote instead of throwing ExceptionMathias Kinzler2011-02-081-7/+4
* | Remove quoting of command over SSHShawn O. Pearce2011-02-061-32/+3
* | Fix JGit --upload-pack, --receive-pack optionsShawn O. Pearce2011-02-055-16/+78
|/
* Reuse cached SHA-1 when computing from WorkingTreeIteratorShawn O. Pearce2011-02-031-0/+40
* PackWriter: Support reuse of entire packsShawn O. Pearce2011-02-0317-58/+660
* PackWriter: Display totals after sending objectsShawn O. Pearce2011-02-023-4/+53
* RefAdvertiser: Avoid object parsingShawn O. Pearce2011-02-024-81/+50
* Merge "Expose some constants needed for reading the Pull configuration"Chris Aniszczyk2011-02-021-0/+20
|\
| * Expose some constants needed for reading the Pull configurationMathias Kinzler2011-02-021-0/+20
* | PushCommand: do not set a null credentials providerJens Baumgart2011-02-021-1/+2
|/
* Don't print "into HEAD" when merging refs/heads/masterRobin Stocker2011-02-011-1/+2
* PackWriter: Make thin packs more efficientShawn O. Pearce2011-02-015-26/+378
* PackWriter: Cleanup findObjectToPack methodShawn O. Pearce2011-02-011-32/+20
* PackWriter: Correct 'Compressing objects' progress messageShawn O. Pearce2011-02-012-1/+2
* Merge "Add git-clone to the Git API"Chris Aniszczyk2011-02-012-0/+282
|\
| * Add git-clone to the Git APIChris Aniszczyk2011-01-312-0/+282
* | PackWriter: Don't include edges in progress meterShawn O. Pearce2011-02-012-4/+7
* | Merge "Show resolving deltas progress to push clients"Chris Aniszczyk2011-02-013-22/+56
|\ \
| * | Show resolving deltas progress to push clientsShawn O. Pearce2011-01-313-22/+56
* | | Merge "ObjectWalk: Fix reset for non-commit objects"Chris Aniszczyk2011-02-011-0/+11
|\| |
| * | ObjectWalk: Fix reset for non-commit objectsShawn O. Pearce2011-01-311-0/+11
| |/
* / Proper handling of rebase during pullMathias Kinzler2011-01-313-39/+50
|/
* Merge changes I3a74cc84,I219f864fRobin Rosenberg2011-01-291-1/+0
|\
| * Do not create files to be updated before checkout of DirCache entryMatthias Sohn2011-01-281-1/+0