Re: Bug: wrong documentation for git-fast-import's option command

2017-05-01 Thread Tomi Belan
On Sun, Apr 30, 2017 at 12:21 PM, Andreas Schwab wrote: > Unless starts with 'git', as you have seen. Other importers > may recognize other options, eg 'option hg ...'. Hmm? Are you disagreeing with how I described the issue, or saying there is no issue at all? I'm not sure. I know the syntax

Bug: wrong documentation for git-fast-import's option command

2017-04-29 Thread Tomi Belan
The man page of git-fast-import says the syntax is "'option' SP LF". But this is wrong, and commands like that will be silently ignored. fast-import.c only parses commands starting with "option git ", and ignores others starting with "option ". See https://github.com/git/git/blob/027a3b943b444a3e

Re: [BUG?] git-subtree behavior when the -P tree is removed and recreated

2012-12-19 Thread Tomi Belan
at 4:42 PM, Thomas Rast wrote: > > Tomi Belan writes: > > > Another bump. I reported this back in October, but there hasn't been > > any response yet... > > > > Note that the bug is still present in git 1.8.0.1. > > Probably it would be a good idea to br

Re: [BUG?] git-subtree behavior when the -P tree is removed and recreated

2012-12-03 Thread Tomi Belan
Another bump. I reported this back in October, but there hasn't been any response yet... Note that the bug is still present in git 1.8.0.1. Tomi On Sun, Oct 21, 2012 at 11:18 PM, Tomi Belan wrote: > This probably got lost in the mail. Could somebody familiar with > git-subtree

Re: [BUG?] git-subtree behavior when the -P tree is removed and recreated

2012-10-21 Thread Tomi Belan
This probably got lost in the mail. Could somebody familiar with git-subtree take a look? Tomi On Sat, Oct 13, 2012 at 3:47 PM, Tomi Belan wrote: > > Hello folks, > > I think I might've found a bug in git-subtree: I have a repository > containing a directory "foo"

[BUG?] git-subtree behavior when the -P tree is removed and recreated

2012-10-13 Thread Tomi Belan
Hello folks, I think I might've found a bug in git-subtree: I have a repository containing a directory "foo". I'd like to use its code in other projects, so I want to split it off into its own repository with git-subtree. But it doesn't work as it should. I found out that long ago, my repository c