Doug Hellmann
Doug Hellmann
Nice, thanks for that tip!
I think you're right that we would want a builtin command to print the history. I hadn't given any consideration to which direction arrows should navigate in which way. I...
I wonder if using a different widget to hold the output of each command would make this part easier?
I'm trying to keep in mind that this doesn't have to be a full-blown shell capable of day-to-day use. The types of commands I want to support are relatively quick...
If we block wwe could use different colors for the command prompt to show when input is ok again.
> I'm trying to think of a corresponding situation in a different ecosystem. How do you build a C compiler if you don't already have a C compiler? Or does...
Git does separate committer and author. If there are 2 people involved, both ids are preserved. If there are multiple, then the extra names & ids need to be captured...
I assume it would be better to implement this tool in Python, rather than say a shell script, to allow for more portable build tools?
They don't have to manually modify the commit metadata. Say 2 people are working on a patch together. One of them will commit the change and add the other as...
As far as portability goes, I've had good luck recently using dulwich as a library for reading git history data.