andry81

Results 131 comments of andry81
trafficstars

Really a strange thing. The above examples sometimes work and sometimes not (version `0.9.10`). There is another set of examples which isn't fixed: Example # 4: ``` def pcall(args): args.pop(0)(*args)...

Seems bug in the yaml parser, because this works: ```yaml repositories: _externals/1_2_3_20201010: type: git url: https://github.com/andry81-tests/vcstool-test-A version: '1_2_3_20201010' ```

Just for instance. Have sent questions into git folks mailing list: https://lore.kernel.org/git/[email protected]/

Seems this PR has a change with sparse checkout implementation which is a most closest to `svn:externals` replacement: https://github.com/dirk-thomas/vcstool/issues/218 https://github.com/dirk-thomas/vcstool/pull/219/files Everything else after translation into the git can be just...

There is another issue with the picture of the commits graph: https://github.com/NirmalScaria/le-git-graph/issues/44 I use tagged commits out of branch to freeze versions. The time can be taken from the commit...

> Git commit hashes are supposed to be unique, but timestamps are not. Probability of the same timestamp of 2 different commits in a branch is pretty low. As I...

Better to use this form: ```yaml url: origin: fork: version: origin: master fork: feature ``` Because `origin/master` can be a legit git reference.

> ```yaml > repositories: > base.repos: > type: vcs > url: base.repos > ``` This is less readable because you have to check whether the `base.repos` is a file or...

There is already has a solution for a big text: `#pragma region blabla` big text here `#pragma endregion` But the plugin seems to ignore that.