git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Is it possible to have a file shared between branches?
@ 2010-04-12  9:10 Eric LEBIGOT
  2010-04-12  9:33 ` Ævar Arnfjörð Bjarmason
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Eric LEBIGOT @ 2010-04-12  9:10 UTC (permalink / raw)
  To: git

Hello,

Is it possible for git to track a single file that would be shared accross 
branches?  Case in point: a to-do list file that describes what has to be 
done in all the branches; it can be convenient to put all the things that 
have to be done in a single, shared file, while keeping this to-do list in 
sync with the code (so that it lists what has been done, and what remains to 
be done).  Committing in a branch would in effect also commit the shared file 
in the other branches (another possibility may be to have in effect many 
"trees" in a single git directory, with a specific tree for the to-do list).

Is this something git can do?

EOL

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

end of thread, other threads:[~2010-04-12 16:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-12  9:10 Is it possible to have a file shared between branches? Eric LEBIGOT
2010-04-12  9:33 ` Ævar Arnfjörð Bjarmason
2010-04-12  9:36 ` Wincent Colaiuta
2010-04-12 10:07 ` Jakub Narebski
2010-04-12 14:46   ` Eric LEBIGOT
2010-04-12 15:06     ` Wincent Colaiuta
2010-04-12 16:10     ` Junio C Hamano

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