<div class="gmail_quote">On Sun, Sep 5, 2010 at 5:02 PM, David Nolden <span dir="ltr"><<a href="mailto:zwabel@googlemail.com">zwabel@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I've noticed some more problems:<br>
- "Git commit" should be also usable to add untracked files. However,<br>
untracked files are only shown with git version 1.7, not with 1.6.<br></blockquote><div>I suppose that's because you didn't have status, today I added the fallback using ls-files for <1.7, it should work now, if it doesn't we'll just have to tweak the call parameters (that it has a lot and maybe I missed some).</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
- When I do "Git commit" with git 1.7 and then select an untracked<br>
file to be added, I get this error when trying to commit:<br>
<br>
/tmp> echo error: No files or message specified -n<br>
error: No files or message specified -n<br>
Command exited with value 0.<br></blockquote><div>Hmm... I get that the file is unknown by cmake, I guess we should "git add" the unknown files first, I'll do that tomorrow.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
Greetings, David<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
</div></div></blockquote></div><br>