Re: Proposal: Write git subtree info to .git/config

2014-03-13 Thread John Butterfield
by "per folder" I meant, "for each subtree" On Thu, Mar 13, 2014 at 5:43 PM, John Butterfield wrote: >> A subtree biding can change over time, but .git/config is about > recording information that do not change depending on what tree you > are looking at, s

Re: Proposal: Write git subtree info to .git/config

2014-03-13 Thread John Butterfield
2014 at 4:36 PM, Junio C Hamano wrote: > John Butterfield writes: > >> Has there been any talk about adding a stub for git subtrees in .git/config? > > I do not think so, and that is probably for a good reason. > > A subtree biding can change over time, but .git/config is about

Proposal: Write git subtree info to .git/config

2014-03-13 Thread John Butterfield
Has there been any talk about adding a stub for git subtrees in .git/config? The primary benefits would be: 1. Determine what sub directories of the project were at one time pulled from another repo (where from and which commit id), without having to attempt to infer this by scanning the log. 2.