Hi Kaartic, > On Thursday 17 May 2018 12:28 PM, Kaartic Sivaraam wrote: > > > I thought of pointing you to one of the issues with the current > > implementation of 'git stash' which you could probably fix while > > porting it to C. > > > > ... > > > > Forgot to mention about another issue, which I consider to be a bug. I > have elaborated about it in the following mailing list email. > > https://public-inbox.org/git/aa43f1ff-9095-fb4d-43bc-bf8283b7dabb@xxxxxxxxx/ > > Unfortunately, it didn't receive any replies. See, if you could do > something about it. I have great empathy for the desire to see these bugs fixed. The conversion must come first, though, and in the interest of making it easier on me and other reviewers, I must insist on keeping the conversion free of any changes, much in the way as we try to avoid evil merges (i.e. merge commits that introduce changes that were not present in any of their parents). Depending how the conversion goes, I could imagine that there might be plenty of time to do fun stuff on top, such as fixes for the bugs you mentioned. Ciao, Johannes