Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-20JGit 0.11.3v0.11.3stable-0.11Matthias Sohn30-192/+192
2011-02-20Fix NullPointer when pulling from a deleted local branchStefan Lay1-1/+4
2011-02-20smart-http: Fix recognition of gzip encodingShawn O. Pearce2-2/+81
2011-02-20Fix processing of broken symbolic references in RefDirectoryMarc Strapetz1-5/+7
2011-02-20CreateBranchCommand: Wrong existence checkMathias Kinzler1-1/+3
2011-02-20Qualify post 0.11.1 buildsMatthias Sohn30-192/+192
2011-02-11JGit 0.11.1v0.11.1Matthias Sohn30-192/+192
2011-02-11Fix version.shMatthias Sohn1-1/+18
2011-02-09Merge "Fix NPE on reading global config on MAC" into stable-0.11Chris Aniszczyk1-1/+6
2011-02-09Fix NPE on reading global config on MACJens Baumgart1-1/+6
2011-02-09Add isOutdated method to DirCacheJens Baumgart1-0/+10
2011-02-08PullCommand: use default remote instead of throwing ExceptionMathias Kinzler1-7/+4
2011-02-06Remove quoting of command over SSHShawn O. Pearce1-32/+3
2011-02-06Fix JGit --upload-pack, --receive-pack optionsShawn O. Pearce5-16/+78
2011-02-06In iplog list approved CQs as "active"Matthias Sohn1-1/+8
2011-02-03Reuse cached SHA-1 when computing from WorkingTreeIteratorShawn O. Pearce1-0/+40
2011-02-03PackWriter: Support reuse of entire packsShawn O. Pearce18-58/+661
2011-02-03PackWriter: Display totals after sending objectsShawn O. Pearce4-4/+54
2011-02-03RefAdvertiser: Avoid object parsingShawn O. Pearce5-112/+71
2011-02-02Merge "Expose some constants needed for reading the Pull configuration"Chris Aniszczyk1-0/+20
2011-02-02Merge "Adapt expected commit message in tests"Chris Aniszczyk1-2/+2
2011-02-02Adapt expected commit message in testsRobin Stocker1-2/+2
2011-02-02Expose some constants needed for reading the Pull configurationMathias Kinzler1-0/+20
2011-02-02PushCommand: do not set a null credentials providerJens Baumgart1-1/+2
2011-02-01Don't print "into HEAD" when merging refs/heads/masterRobin Stocker2-1/+12
2011-02-01PackWriter: Make thin packs more efficientShawn O. Pearce6-26/+452
2011-02-01PackWriter: Cleanup findObjectToPack methodShawn O. Pearce1-32/+20
2011-02-01PackWriter: Correct 'Compressing objects' progress messageShawn O. Pearce3-1/+3
2011-02-01Merge "Add git-clone to the Git API"Chris Aniszczyk3-0/+411
2011-02-01PackWriter: Don't include edges in progress meterShawn O. Pearce2-4/+7
2011-02-01Merge "Show resolving deltas progress to push clients"Chris Aniszczyk3-22/+56
2011-02-01Merge "ObjectWalk: Fix reset for non-commit objects"Chris Aniszczyk1-0/+11
2011-01-31Add git-clone to the Git APIChris Aniszczyk3-0/+411
2011-01-31Show resolving deltas progress to push clientsShawn O. Pearce3-22/+56
2011-01-31ObjectWalk: Fix reset for non-commit objectsShawn O. Pearce1-0/+11
2011-01-31Merge "Revert Ie48d6556"Chris Aniszczyk1-1/+1
2011-01-31Merge "Proper handling of rebase during pull"Chris Aniszczyk5-43/+56
2011-01-31Revert Ie48d6556Chris Aniszczyk1-1/+1
2011-01-31Fix incorrect review url in IP log fileRobert Munteanu1-1/+1
2011-01-31Proper handling of rebase during pullMathias Kinzler5-43/+56
2011-01-29Merge changes I3a74cc84,I219f864fRobin Rosenberg3-10/+6
2011-01-28Add setCredentialsProvider to PullCommandTomasz Zarna1-0/+17
2011-01-28Merge "ObjectIdSubclassMap: Support duplicate additions"Chris Aniszczyk3-5/+266
2011-01-28ObjectIdSubclassMap: Support duplicate additionsShawn O. Pearce3-5/+266
2011-01-28Merge "Make PullCommand work with Rebase"Chris Aniszczyk4-51/+359
2011-01-28Merge "RebaseCommand: detect and handle fast-forward properly"Chris Aniszczyk3-7/+139
2011-01-28Revert "Teach PackWriter how to reuse an existing object list"Shawn O. Pearce3-271/+21
2011-01-28Make PullCommand work with RebaseMathias Kinzler4-51/+359
2011-01-28RebaseCommand: detect and handle fast-forward properlyMathias Kinzler3-7/+139
2011-01-28TransportHttp wrongly uses JDK 6 constructor of IOExceptionMathias Kinzler1-2/+2

Back to the top