On Apr 3, 2013 6:58 PM, "Pavel Sanda" <sa...@lyx.org> wrote: > Perhaps we can drop this check-out behaviour if it makes troubles, wait for Georg's opinion. > There is also still the problem that we run GIT::find_file 2x IIRC.
I'm hard-pressed to think of git-specific behavior in LyX that i want besides a) a menu/button for git add this file (and related files?), b) show in file dialogs which files are in git and which aren't, and c) *maybe* a commit interface, maybe a push interface, maybe a history browser. I decidedly do not want LyX to do any git checkout commands! Here's the thing about any VCS that deals in changesets: no single editor/IDE/other app can have all the knowledge about a given changeset as the user, so git integration tends to have to be fairly limited. An IDE might need a git bisect interface, say, but mostly it's really just add/rm/browse. Nico --