andry81

Results 76 issues of andry81

Sometimes `could not checkout ref` error happens. Steps to reproduce: 1. Create a repo with `1_2_3_20201010` branch (ex: https://github.com/andry81-tests/vcstool-test-A) 2. Switch to master branch: ```cmd git switch --orphan master ```...

Sometimes need to checkout a branch that is already downloaded into the repository because that branch is a child directory to another repository branch: ```yaml repositories: _externals/3_14_x: type: git url:...

Git already does store submodule commit hash in a commit. Example: https://github.com/andry81-tests/gil-test1-A/commit/f5f753fed28282a7297428e2eb158f948f719711 Which means if the yaml file has the `version` field then, it actually by default overrides a submodule...

Some time ago i have started to search a replacement for svn externals: https://github.com/dirk-thomas/vcstool/issues/243 And found that the [gil](https://github.com/chronoxor/gil) tool may fit to that: https://github.com/chronoxor/gil/issues/6 But while I dig up...

This is useful when having set of images with equal heights or around an equal. But when they are big enough they expands down too far from placed near the...

It solves by a restart of the Visual Studio. But for multiple removes/changes/renames/etc it is overkill.

The utility does random path truncation to size less than original. I think this happens because these paths does contain unicode characters with more than 1 byte per character.

OS: `Windows 7 x64 ` Compilers: `MSVC 2017 15.9.19`, `GCC 4.9.3` boost: `1.72.0` #include namespace boost_ptime = boost::posix_time; std::istringstream iss1{ "%H:%M:%S" }; iss1.imbue(std::locale(std::locale::classic(), new boost_ptime::time_input_facet("07:00:00"))); boost_ptime::ptime time_value1; iss1 >> time_value1;...

Could you explain key differences with this tool: https://github.com/elasticdog/transcrypt From the readme is not clear how it compares with other already existed tools like above.

Just because this is relevant to your project and many others, I think I have to leave it here. https://lore.kernel.org/git/[email protected]/ Started from: https://github.com/gitextensions/gitextensions/discussions/10644 Doc refs: https://git-scm.com/docs/git-submodule#Documentation/git-submodule.txt-init--ltpathgt82308203 https://git-scm.com/docs/gitsubmodules#_active_submodules