<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html style="direction: ltr;">
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  <style>body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
</head>
<body style="direction: ltr;" bidimailui-detected-decoding-type="UTF-8"
 bgcolor="#ffffff" text="#000000">
There seems to be a misunderstanding about git: If the repository is on
/, it doesn't mean all files are tracked. On the contrary, they are
handpicked with "git add". On the other hand, if I put the repository
under /etc, I'm not so sure I'll be able to track something under, say,
/var.<br>
<br>
File ownership is an interesting issue. I suppose all relevant files
belong to root, but maybe some of them have some different group
setting.<br>
<br>
On 06/06/2012 01:34 PM, ilya wrote:
<blockquote cite="mid:4FCF321E.2030200@total-knowledge.com" type="cite">
  <pre wrap="">It is generally possible, though I'd recommend making your git repo out of
/etc, not /, since this is what you mostly want to track, and managing
.gitignore of
the whole FS will be too painful.
One thing git does not track though, is file ownership. This might be a
problem for
some files.
  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Web: <a class="moz-txt-link-freetext" href="http://www.billauer.co.il">http://www.billauer.co.il</a>
</pre>
</body>
</html>