Re: tracking a file from another project in my own project
From: Junio C Hamano <hidden> Date: 2016-06-15 22:44:07
picca [off-list ref] writes:
This way all strbug bugs corrected in git.git will be apply
automatically to my own project.
If I were you I'd probably just keep git.git as a submodule in
your project and have two symlinks from your toplevel pointing
at git.git/strbuf.[ch] (or from src/ to ../git.git/strbuf.[ch]).
Or "merge -s subtree".