Re: git subtree issue in more recent versions

2014-04-29 Thread Junio C Hamano
"Kevin Cagle (kcagle) [CONT - Type 2]" writes: > $ git subtree add -P oldGit https://github.com/git/git.git tags/v1.9.2 > > Will produce this error: > > 10ff115f5c572299de4e04ade0d7adb3c75fbf1f is not a valid 'commit' object > > The bug isn't found in 1.7.1 (installed subtree manually) but is fou

git subtree issue in more recent versions

2014-04-28 Thread Kevin Cagle (kcagle) [CONT - Type 2]
Hi, I've discovered a bug in git subtree related to annotated tags. The command 'git subtree' will fail if you use an annotated tag as the . e.g.: $ git subtree add -P oldGit https://github.com/git/git.git tags/v1.9.2 Will produce this error: 10ff115f5c572299de4e04ade0d7adb3c75fbf1f is not a v