All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* GL bug: can not commit, reports error on changed submodule directory
@ 2016-10-04 10:40 ern0
  2016-10-04 22:58 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: ern0 @ 2016-10-04 10:40 UTC (permalink / raw
  To: git

When I say:
 $ gl commit -m "blah blah"
It reports:
 ✘ Failed to read file into stream: Is a directory

Reason: I have a submodule which has changes.

 $ git status
 On branch develop
 Your branch is up-to-date with 'origin/develop'.
 Changes not staged for commit:
   (use "git add/rm <file>..." to update what will be committed)
   (use "git checkout -- <file>..." to discard changes in working directory)

         modified:   remoting (new commits)

 no changes added to commit (use "git add" and/or "git commit -a")

Workaround: I should sync the directory...

 $ cd remoting
 $ git commit -am "yada"
 $ cd ..
 $ git commit -am "yada yada"
 $ git push
 $ echo I feel clean now
 $ echo "# wow" >> test.py
 $ gl commit -m "added wow"

...and it works again.
-- 
ern0
dataflow evangelist

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: GL bug: can not commit, reports error on changed submodule directory
  2016-10-04 10:40 GL bug: can not commit, reports error on changed submodule directory ern0
@ 2016-10-04 22:58 ` Junio C Hamano
  2016-10-04 23:05   ` Stefan Beller
  0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2016-10-04 22:58 UTC (permalink / raw
  To: ern0; +Cc: git

ern0 <ern0@linkbroker.hu> writes:

> When I say:
>  $ gl commit -m "blah blah"
> It reports:
>  ✘ Failed to read file into stream: Is a directory

Not that I am interested in learning the answer to the question, but
what the h*ck is "gl"?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: GL bug: can not commit, reports error on changed submodule directory
  2016-10-04 22:58 ` Junio C Hamano
@ 2016-10-04 23:05   ` Stefan Beller
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Beller @ 2016-10-04 23:05 UTC (permalink / raw
  To: Junio C Hamano; +Cc: ern0, git@vger.kernel.org

On Tue, Oct 4, 2016 at 3:58 PM, Junio C Hamano <gitster@pobox.com> wrote:
> ern0 <ern0@linkbroker.hu> writes:
>
>> When I say:
>>  $ gl commit -m "blah blah"
>> It reports:
>>  ✘ Failed to read file into stream: Is a directory
>
> Not that I am interested in learning the answer to the question, but
> what the h*ck is "gl"?

http://gitless.com/

See 20160930191413.002049b94b3908b15881b77f@domain007.com
"Purposes, Concepts,Misfits, and a Redesign of Git" (a research paper)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-04 23:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-04 10:40 GL bug: can not commit, reports error on changed submodule directory ern0
2016-10-04 22:58 ` Junio C Hamano
2016-10-04 23:05   ` Stefan Beller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.