Re: commit-graph idea: warn when disabled for incompatible repositories

2018-12-18 Thread Derrick Stolee
On 12/18/2018 1:21 PM, Ævar Arnfjörð Bjarmason wrote: diff --git a/builtin/gc.c b/builtin/gc.c index 871a56f1c5..702568b70d 100644 --- a/builtin/gc.c +++ b/builtin/gc.c @@ -662,9 +662,14 @@ int cmd_gc(int argc, const char **argv, const char *prefix) if (pack_garbage.nr > 0)

Re: commit-graph idea: warn when disabled for incompatible repositories

2018-12-18 Thread Ævar Arnfjörð Bjarmason
On Tue, Dec 18 2018, Derrick Stolee wrote: > On 12/18/2018 9:22 AM, Thomas Ferris Nicolaisen wrote: >> Hey there, > > Hi, Thomas! > >> Accidentally, my first use-case was a local copy of a big repository >> (chromium source) that another developer had cloned shallow (I wasn't >> even aware of th

Re: commit-graph idea: warn when disabled for incompatible repositories

2018-12-18 Thread Derrick Stolee
On 12/18/2018 9:22 AM, Thomas Ferris Nicolaisen wrote: Hey there, Hi, Thomas! Accidentally, my first use-case was a local copy of a big repository (chromium source) that another developer had cloned shallow (I wasn't even aware of their clone being shallow at that point). After spending a li

commit-graph idea: warn when disabled for incompatible repositories

2018-12-18 Thread Thomas Ferris Nicolaisen
Hey there, I recently started dabbling with commit-graph. Accidentally, my first use-case was a local copy of a big repository (chromium source) that another developer had cloned shallow (I wasn't even aware of their clone being shallow at that point). After spending a little time trying to figu