git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Does Git now have any C struct version history tracking mechanism?
@ 2013-08-18 10:33 Zhan Jianyu
  2013-08-19  5:54 ` Nazri Ramliy
  0 siblings, 1 reply; 4+ messages in thread
From: Zhan Jianyu @ 2013-08-18 10:33 UTC (permalink / raw)
  To: git

Hi, all.

* Background

  Such a requirement came into my mind when I am tracking a gloomy C
struct , with lengthy list of elements which are either elaborated or
opaque. So I use git blame to track it down and found that its
original version is quite simple and intuitive. So I think I could
just slice out every snapshot of this struct, reading every changelog
, to get a better knowledge of what it is and why it should be like
this.

It seems quite helpful but the process is quite cumbersome. So I
wonder if there is already some mechanism fulfilling my requirement in
Git.  If it doesn't,  would it be worthy adding one ?

Thanks




--

Regards,
Zhan Jianyu

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

end of thread, other threads:[~2013-08-20  3:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-18 10:33 Does Git now have any C struct version history tracking mechanism? Zhan Jianyu
2013-08-19  5:54 ` Nazri Ramliy
2013-08-19  8:37   ` Thomas Rast
2013-08-20  3:55     ` Nazri Ramliy

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).