Jacob Stopak

Results 78 comments of Jacob Stopak
trafficstars

I ended up doing it like this: `first 5 chars + ... + last 15 chars`. This is deployed in git-sim version 0.1.5. Please upgrade using `pip install git-sim --upgrade`...

@eltoncezar Let me know when you get a chance to test this out, and if the fix works OK for you.

@eltoncezar Closing since this should be fixed now. Feel free to reopen if any issues.

@ryanmcfall Yes the main thing I'm working on at the moment is a more robust way for the tool to show multiple branches at once in addition to more complex...

Yes, before I get to this I need to at least update Git log to properly show branch divergences strating from a single branch head, by tracing back the parent/child...

Hi @ryanmcfall ! Sorry for the delay on this one. I just completed a large refactoring of how git-sim parses commit history by following the parent/child relationships recursively. This allows...

Closing since this feature was released several weeks ago.

I'm not exactly sure why yet, but sometimes when installing on Windows the path to the git-sim executable does not get set during installation. For now, the solution is to...

Can you try this and see if you can find the path to the `git-sim.exe` file? 1) Open command prompt as administrator 2) Run: `dir "\git-sim.exe" /s` That should give...