]> git.lyx.org Git - features.git/commit
Replacing git status --porcelain along with output parsing, with a simple git ls...
authorTommaso Cucinotta <tommaso@lyx.org>
Sun, 7 Apr 2013 22:52:39 +0000 (23:52 +0100)
committerTommaso Cucinotta <tommaso@lyx.org>
Thu, 11 Apr 2013 01:04:25 +0000 (02:04 +0100)
commit7779d469204ac8c83a60e5702142d79da7993380
tree852d51be043c3c64e34d729f6d2e1f211d922408
parent34dfe2d71e146a5300235df0a51b261a3dc5a09b
Replacing git status --porcelain along with output parsing, with a simple git ls-files.

git ls-files tells me straight whether or not a file-name is in the repo.
I cannot say the same of git status --porcelain.
See also discussion at: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg177840.html
src/VCBackend.cpp