arcanist-external-json-linter missing commits

2015-12-10 Thread Edward Z. Yang
On a git submodule update on HEAD, I get:

fatal: reference is not a tree: 85ece0f8653e7b1e7de6024d372cfeaf36ab5fa9
Unable to checkout '85ece0f8653e7b1e7de6024d372cfeaf36ab5fa9' in submodule 
path '.arc-linters/arcanist-external-json-linter'

Edward
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


Re: arcanist-external-json-linter missing commits

2015-12-10 Thread Alan & Kim Zimmerman
I was advised to

git submodule update --init

and it did solve the problem

Alan

On Thu, Dec 10, 2015 at 11:48 PM, Edward Z. Yang  wrote:
> On a git submodule update on HEAD, I get:
>
> fatal: reference is not a tree: 85ece0f8653e7b1e7de6024d372cfeaf36ab5fa9
> Unable to checkout '85ece0f8653e7b1e7de6024d372cfeaf36ab5fa9' in 
> submodule path '.arc-linters/arcanist-external-json-linter'
>
> Edward
> ___
> ghc-devs mailing list
> ghc-devs@haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


Re: arcanist-external-json-linter missing commits

2015-12-10 Thread Edward Z. Yang
It does not, but I have discovered that the problem is related to
my git-new-workdir setup, so I think I'll just fix it myself.

(New submodule went into global .git but git-new-workdir can't deal
with that.)

Edward

Excerpts from Alan & Kim Zimmerman's message of 2015-12-10 13:50:25 -0800:
> I was advised to
> 
> git submodule update --init
> 
> and it did solve the problem
> 
> Alan
> 
> On Thu, Dec 10, 2015 at 11:48 PM, Edward Z. Yang  wrote:
> > On a git submodule update on HEAD, I get:
> >
> > fatal: reference is not a tree: 85ece0f8653e7b1e7de6024d372cfeaf36ab5fa9
> > Unable to checkout '85ece0f8653e7b1e7de6024d372cfeaf36ab5fa9' in 
> > submodule path '.arc-linters/arcanist-external-json-linter'
> >
> > Edward
> > ___
> > ghc-devs mailing list
> > ghc-devs@haskell.org
> > http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs