Thread (6 messages) flat view 6 messages, 3 authors, 2016-06-15

Re: update-cache ./test.c

From: Thomas Glanzmann <hidden>
Date: 2016-06-15 22:41:55

Hello,
update-cache seems to ignore paths containing path components
starting with a dot:
	pi% update-cache --add ./test.c
	Ignoring path ./test.c
	pi% update-cache --add test.c
	pi%
This is slightly annoying as 'find -type f | xargs update-cache --add'
doesn't work because of this.  ('find * -type f | ...` does.)  Instead
of ignoring the file, can we just strip off the leading "./" ?
just use a shell script to obtain that:

find -type f | sed "s#^./##" | xargs update-cache --add

Greetings,
	Thomas
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help