I'm trying to fight my laziness in learning git. So, I just created
my individual development git repo

  git clone git://git.lyx.org/developers/tommaso/lyx.git

where I just pushed my LyX Chat patch

  git checkout features/chat

Perhaps this way others may more easily contribute to the patch/feature, if
interested, by committing to this particular repo and branch ?

Apparently, I managed to fetch, push and also a bit of hist rewrite (push -f),
however it seems I get seemingly harmless messages like this on git ops:

  remote: Traceback (most recent call last):
  remote:   File "hooks/post-receive", line 139, in <module>
  remote:     main()
  remote:   File "hooks/post-receive", line 129, in main
  remote:     with open(log_file_path, 'a') as log_file:
  remote: IOError: [Errno 2] No such file or directory: ''

I set-up the remote git repo as from the lyx wiki page

  http://wiki.lyx.org/Devel/LyXGit

but I'm not sure whether there's something wrong.

Comments welcome, thanks!

        T.

Reply via email to