[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] [PATCH 03/17] add support for gnulib
From: |
Kamil Dudka |
Subject: |
Re: [Nano-devel] [PATCH 03/17] add support for gnulib |
Date: |
Wed, 08 Mar 2017 10:16 +0100 |
User-agent: |
KMail/4.14.10 (Linux/4.8.6-gentoo; KDE/4.14.29; x86_64; ; ) |
On Tuesday, March 07, 2017 18:32:45 Mike Frysinger wrote:
> we can drop --depth, or we can drop the hash. most gnu projects
> simply fetch the latest version all the time and use that.
Please do not drop the hash. It would complicate bisection later on
and it would make development builds less reproducible in general.
Kamil