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
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
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
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
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"
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
6 matches
Mail list logo