andry81

Results 68 comments of andry81

But this means that will be a challenge to convert `git filter-branch` into `git filter-repo` as a replacement. The `git filter-branch` uses generic `git rev-list` syntax, when you are not.

I know it might be strange to ask, but I have found the issue what I do not want to be fixed. This issue is the same but only for...

> @andry81 fyi ... A fix is planned for the bug described here. > > see #2311 @jww3 Does that mean the fix will destroy the annotations patch feature?

Interested in this too, but for the `ad-m/github-push-action` action. Needs to retry the entire job because the push could not be retried without the pull and so complete rerun. The...

To test: https://github.com/andry81-tests/gil-test1-A https://github.com/andry81-tests/gil-test1-B If call `gil update` first time from `not Administrator` console: * There always shall be unstaged changes. If call `gil update` first time from `Administrator` console:...

Just for whose who have found this issue. I had the same issue and I've decided to test another one git crypt project, and this one project works as expected:...

edited by @perlpunk and split out to #269

You can take a look at the implementation around git/svn executables from here: https://github.com/andry81/tacklelib/blob/trunk/python/cmdoplib/cmdoplib.callgit.xsh https://github.com/andry81/tacklelib/blob/trunk/python/cmdoplib/cmdoplib.callsvn.xsh https://github.com/andry81/tacklelib/blob/trunk/python/cmdoplib/cmdoplib.std.xsh https://github.com/andry81/tacklelib/blob/trunk/python/cmdoplib/cmdoplib.gitsvn.xsh Search for: `call_git(`, `call_svn(`, `call(` There is `no_except` option which switches to `more...

I see you have opened a shortened path instead of a long one. Did you try to open not empty file by a long path?

> Terminal didn't allow me to use a long path. Windows 10 Terminal? Windows 7 terminal is not limited for the manual input. The `cmd.exe` has some limitations: internal strings...