commit | f104ccd30c0aada5a580b21e2c95364c4f1de60b | [log] [tgz] |
---|---|---|
author | Jacek Centkowski <geminica.programs@gmail.com> | Thu Jan 05 18:34:52 2017 +0100 |
committer | Jacek Centkowski <geminica.programs@gmail.com> | Mon Jan 16 11:14:47 2017 +0100 |
tree | 372b3309b4e160adaf1d79d5f9226fb73c46e01d | |
parent | d0bf015308137cb377ea173261b730114a94e0df [diff] |
Introduce "git-lfs-authenticate" SSH Command for LFS plugins According to [1] Git LFS can use SSH protocol to either obtain Git LFS endpoint or authorize the following Git LFS request (upload/download). This patchset introduces Git LFS SSH command stub that forwards call to implementation provided by Git LFS plugin. In case no plugin is loaded it exits with 1. Different attempts to solve this problem were submitted for review ([2], [3]) but there were either too generic or simply to controversial to address the problem correctly. I believe that this attempt is superior as: 1. it is specific to the problem - doesn't open any Pandora's box 2. it comes along with existing solution that adds Git LFS HTTP Servlet endpoint that transfers Git LFS HTTP calls to plugin [1] https://github.com/git-lfs/git-lfs/blob/master/docs/api/server-discovery.md [2] https://gerrit-review.googlesource.com/93496 [3] https://gerrit-review.googlesource.com/93373 Change-Id: I5f9b95c4b29cd8c0d64053e986851500f147eb5a Signed-off-by: Jacek Centkowski <geminica.programs@gmail.com>
Gerrit is a code review and project management tool for Git based projects.
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer.
For information about how to install and use Gerrit, refer to the documentation.
Our canonical Git repository is located on googlesource.com. There is a mirror of the repository on Github.
Please report bugs on the issue tracker.
Gerrit is the work of hundreds of contributors. We appreciate your help!
Please read the contribution guidelines.
Note that we do not accept Pull Requests via the Github mirror.
The IRC channel on freenode is #gerrit. An archive is available at: echelog.com.
The Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Buck and run the following:
git clone --recursive https://gerrit.googlesource.com/gerrit cd gerrit && buck build release
The instruction how to configure GerritForge/BinTray repositories is here
On Debian/Ubuntu run:
apt-get update & apt-get install gerrit=<version>-<release>
NOTE: release is a counter that starts with 1 and indicates the number of packages that have been released with the same version of the software.
On CentOS/RedHat run:
yum clean all && yum install gerrit-<version>[-<release>]
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.