On Wed, 08 Jan 2014 at 22:05:37, Jason A. Donenfeld wrote: > We don't exactly depend on git, since we more or less include [a > reference to] the version we like with it. Perhaps we should remove > this from the deps all together.
We depend on Git in the test suite. Maybe this should be changed to use the binary from the Git submodule instead? > > On Wed, Jan 8, 2014 at 7:45 PM, Lukas Fleischer <[email protected]> wrote: > > * Update Git version note to 1.8.5. > > * Use proper upstream names of dependencies. > > > > Signed-off-by: Lukas Fleischer <[email protected]> > > --- > > README | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/README b/README > > index 0c35f96..ca6e35a 100644 > > --- a/README > > +++ b/README > > @@ -35,10 +35,10 @@ file (see the Makefile for details). > > Dependencies > > ------------ > > > > -* git 1.7.4 > > -* zip lib > > -* crypto lib > > -* openssl lib > > +* Git 1.8.5 > > +* libzip > > +* libcrypto (OpenSSL) > > +* libssl (OpenSSL) > > _______________________________________________ CGit mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/cgit
