Re: fetch unshallow fails to honor dry-run

2015-11-14 Thread Duy Nguyen
Thanks for including me. I thought I marked this for reply later but I did not.. On Mon, Nov 9, 2015 at 8:24 PM, Jeff King wrote: > [+cc Duy for shallow expertise] > > On Sun, Oct 25, 2015 at 10:16:00AM +0100, Tim Janik wrote: > >> git fetch --dry-run modifies the repository if

Re: fetch unshallow fails to honor dry-run

2015-11-09 Thread Jeff King
[+cc Duy for shallow expertise] On Sun, Oct 25, 2015 at 10:16:00AM +0100, Tim Janik wrote: > git fetch --dry-run modifies the repository if --unshallow is passed: > > $ git --version > git version 2.1.4 > $ git fetch --dry-run --unshallow > remote: Counting objects: 30603, done. > remote:

fetch unshallow fails to honor dry-run

2015-10-25 Thread Tim Janik
Hey all, git fetch --dry-run modifies the repository if --unshallow is passed: $ git --version git version 2.1.4 $ git fetch --dry-run --unshallow remote: Counting objects: 30603, done. remote: Compressing objects: 100% (6843/6843), done. remote: Total 30603 (delta 24564), reused 29164 (delta