summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* JGit 0.11.1v0.11.1Matthias Sohn2011-02-113-28/+28
* 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-0318-58/+661
* PackWriter: Display totals after sending objectsShawn O. Pearce2011-02-024-4/+54
* 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-013-1/+3
* 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-314-39/+51
|/
* 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
* | Add setCredentialsProvider to PullCommandTomasz Zarna2011-01-281-0/+17
* | Merge "ObjectIdSubclassMap: Support duplicate additions"Chris Aniszczyk2011-01-282-5/+45
|\ \
| * | ObjectIdSubclassMap: Support duplicate additionsShawn O. Pearce2011-01-282-5/+45
* | | Merge "Make PullCommand work with Rebase"Chris Aniszczyk2011-01-282-51/+94
|\ \ \ | |/ / |/| |
| * | Make PullCommand work with RebaseMathias Kinzler2011-01-282-51/+94
* | | Merge "RebaseCommand: detect and handle fast-forward properly"Chris Aniszczyk2011-01-282-5/+106
|\| |
| * | RebaseCommand: detect and handle fast-forward properlyMathias Kinzler2011-01-282-5/+106
* | | Revert "Teach PackWriter how to reuse an existing object list"Shawn O. Pearce2011-01-283-271/+21
|/ /
* / TransportHttp wrongly uses JDK 6 constructor of IOExceptionMathias Kinzler2011-01-281-2/+2
|/
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-288-17/+30
* Teach PackWriter how to reuse an existing object listShawn O. Pearce2011-01-273-21/+271
* Allow ObjectReuseAsIs to resort objects during writingShawn O. Pearce2011-01-272-3/+6
* PackWriter: Use TOPO order only for incremental packsShawn O. Pearce2011-01-271-1/+4
* Remove getObjectsDirectory, openPack from base APIShawn O. Pearce2011-01-271-18/+0
* Merge "Support for self signed certificate (HTTPS)"Shawn Pearce2011-01-271-1/+47
|\
| * Support for self signed certificate (HTTPS)Per Salomonsson2011-01-261-1/+47
* | Hard reset should not report conflict on untracked fileMatthias Sohn2011-01-271-6/+2
* | Rename PlotWalk.getTags() to getRefs()Roberto Tyley2011-01-261-2/+2
* | Provide access to the Refs of a PlotCommitRoberto Tyley2011-01-261-0/+23
* | Fix tests broken by fix for adding files in a network shareRobin Rosenberg2011-01-261-1/+2
* | FetchCommand: allow to set "TagOpt"Mathias Kinzler2011-01-261-0/+16
* | Make sure not to overwrite untracked not-ignored filesChristian Halstrick2011-01-261-2/+25