Kaustubh Maske Patil
Kaustubh Maske Patil
Hi Vinayak. The error is referring to a Git commit. If you are working on a new repository, you need to make an initial commit with `git commit` first. (autosaved...
Ah, yes. Nice catch! @bolshoytoster What do you think about `autosaved restore -- dir/file1 dir/file2` in Git style? (https://stackoverflow.com/a/22750480) This solves the path-with-commas issue, allows autocomplete with shell's default abilities,...
I played around a bit with Cobra and did some reading on this issue: https://github.com/spf13/cobra/issues/739 It turns out that cobra doesn't complete ignore `--`, but instead uses it to mark...
Awesome! Let me know if you need any help. I have created this Telegram group for contributors and users to discuss autosaved: https://t.me/autosaved_community If it sounds like a good idea,...
> I need to figure out how to get WorkTree.Checkout() to only restore certain files. If you're still at this, maybe the two different types of checkouts (keep checkout and...
That seems like a good idea :+1: This kind of checkout is also supported in Git (https://git-scm.com/docs/git-checkout#Documentation/git-checkout.txt-emgitcheckoutem-f--ours--theirs-m--conflictltstylegtlttree-ishgt--pathspec-from-fileltfilegt--pathspec-file-null), but not in go-git from the docs that I have read so far....
Can we copy-paste some of the functionality to this repo for our use case? In Go, the dependencies are bundled into the binary so it should be the same. I...
@bolshoytoster you can take the call here on the unstable version. I think it's time we start adding tests to make changes like this more reliable. I'll start working on...
Ah, I see. > We could see if the go-git devs want to make a new release, since it has been months since the last one. Yeah that would be...
Thanks for this documentation fix! I had forgotten about it during the last merge :sweat_smile: