git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Tracking file metadata in git -- fix metastore or enhance git?
@ 2011-04-07 19:16 Richard Hartmann
  2011-04-07 19:27 ` Thorsten Glaser
  2011-04-18  0:21 ` Richard Hartmann
  0 siblings, 2 replies; 19+ messages in thread
From: Richard Hartmann @ 2011-04-07 19:16 UTC (permalink / raw)
  To: Git List; +Cc: Thorsten Glaser

Hi all,


as you know, it's not possible to track metadata like mtime etc via
git natively. metastore exists, but its binary storage format is
merge-unfriendly. The author knows and acknowledges this but lacks the
time to fix it.

We might try and fix up metastore to use ASCII with BASE64 for xattr
etc instead of the current binary format. metastore supports versioned
stores so it will handle this gracefully. Before going down this path,
I wanted to ask if anyone would be interested to implement this in git
directly. Obviously, an optional and native way is vastly preferable
to a third-party tool. Both for reasons of potential bit-rot and more
users. Yet, we lack the confidence to do this in git directly
ourselves.

If this is implemented in git, the type(s) of metadata to track should
be fine-grained and fully optional, of course.


Any and all feedback appreciated,
Richard

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2011-12-20  0:56 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-07 19:16 Tracking file metadata in git -- fix metastore or enhance git? Richard Hartmann
2011-04-07 19:27 ` Thorsten Glaser
2011-04-08  0:29   ` Richard Hartmann
2011-04-08 10:01     ` Michael J Gruber
2011-04-08 18:59       ` Jonathan Nieder
2011-04-08 19:05         ` Thorsten Glaser
2011-04-08 19:45           ` Jonathan Nieder
2011-04-08 19:58             ` Thorsten Glaser
2011-04-08 21:23               ` Richard Hartmann
2011-04-09  8:11                 ` Chris Webb
2011-04-09  9:09                   ` Richard Hartmann
2011-04-10  0:15                     ` Jonathan Nieder
2011-04-10  1:03                       ` Junio C Hamano
2011-04-10  1:31                         ` Richard Hartmann
2011-04-11  0:12                           ` Richard Hartmann
2011-04-18  0:21 ` Richard Hartmann
2011-04-18  0:45   ` Jonathan Nieder
2011-12-14  4:54     ` johnnyutahh
2011-12-20  0:55       ` Richard Hartmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).