1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-02-20 03:14:44 +02:00

4 Commits

Author SHA1 Message Date
Werner Almesberger
590724e3bb sch2fig/git-file.c: keep the repo root search simple
I originally planned to attach the (deleted) tail after splitting the path
of existing things into path_to_repo and path_in_repo, but it's easier
if we just do the search on the combined path.

This means that stat() will fail while we're in the deleted part of the
path.
2016-08-02 10:45:40 -03:00
Werner Almesberger
f4745953b5 sch2fig/git-file.c (select_repo): we actually iterated, but did it wrong 2016-08-02 10:23:39 -03:00
Werner Almesberger
91efd87b73 sch2fig/git-file.c (send_data): don't pass newline to parser
We tried to do what fgets does, but file.c undid that for regular
files, so let's be compatible.
2016-08-02 09:57:47 -03:00
Werner Almesberger
7cfb2d72be sch2fig/: support direct reading from git repo (WIP) 2016-08-02 09:04:29 -03:00