Cameron McInally via llvm-dev
2019-Jul-29 13:12 UTC
[llvm-dev] Was there a recent git script change?
Hey llvm-dev, Was there a recent git script change that I missed? The usual command no longer works on my local machine. Any ideas? llvm-project/llvm> git llvm push -n `git remote get-url origin` returned 129 error: Unknown subcommand: get-url Thanks, Cam -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190729/e8b79dae/attachment.html>
Stefan Gränitz via llvm-dev
2019-Jul-29 15:11 UTC
[llvm-dev] Was there a recent git script change?
Hey Cam, it works for me on TOT (89fb9e8ce15). What does the failed command return for you? It should be:> git remote get-url originhttps://github.com/llvm/llvm-project.git Best, Stefan On 29/07/2019 15:12, Cameron McInally wrote:> Hey llvm-dev, > > Was there a recent git script change that I missed? The usual command > no longer works on my local machine. Any ideas? > > llvm-project/llvm> git llvm push -n > `git remote get-url origin` returned 129 > error: Unknown subcommand: get-url > > Thanks, > Cam-- https://flowcrypt.com/pub/stefan.graenitz at gmail.com
Sam McCall via llvm-dev
2019-Jul-29 15:14 UTC
[llvm-dev] Was there a recent git script change?
"git remote get-url" is apparently fairly new, the old version is "git config remote.origin.url". Might be worth using that for compatibility. On Mon, Jul 29, 2019, 5:11 PM Stefan Gränitz <stefan.graenitz at gmail.com> wrote:> Hey Cam, it works for me on TOT (89fb9e8ce15). > > What does the failed command return for you? It should be: > > > git remote get-url origin > https://github.com/llvm/llvm-project.git > > Best, > Stefan > > On 29/07/2019 15:12, Cameron McInally wrote: > > Hey llvm-dev, > > > > Was there a recent git script change that I missed? The usual command > > no longer works on my local machine. Any ideas? > > > > llvm-project/llvm> git llvm push -n > > `git remote get-url origin` returned 129 > > error: Unknown subcommand: get-url > > > > Thanks, > > Cam > > -- > https://flowcrypt.com/pub/stefan.graenitz at gmail.com > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190729/a162c79e/attachment.html>
James Y Knight via llvm-dev
2019-Jul-29 21:04 UTC
[llvm-dev] Was there a recent git script change?
Sorry -- there was another thread on this, but I hadn't yet pushed the fix. I just committed r367259 which should fix this issue. On Mon, Jul 29, 2019 at 9:12 AM Cameron McInally <cameron.mcinally at nyu.edu> wrote:> Hey llvm-dev, > > Was there a recent git script change that I missed? The usual command no > longer works on my local machine. Any ideas? > > llvm-project/llvm> git llvm push -n > `git remote get-url origin` returned 129 > error: Unknown subcommand: get-url > > Thanks, > Cam >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190729/e8ecad9f/attachment.html>