Daniel Paul Searles
Daniel Paul Searles
@andsens two questions for you. - Do you like the prompt solution with the `-f` flag for the pull command? - Are you ok with the VERSION file in the...
I like the tag idea! I didn't think about the multiple major releases scenario. Good catch.
Should the tag convention have a v prefix? e.g. `v3.23.52`
Github suggests using the v at the beginning, but I haven't used the v in my projects since I didn't know about the convention till recently. Since homeshick doesn't have...
I'm thinking about working on this sometime in the near future and have been thinking about how it should work. Reading through this I think it answers the majority of...
I have not been able to work on this. I also no longer use homeshick so am no longer in a good place to implement this feature. Feel free to...
I personally find it useful to have a single command. I think adding a `--local-only` flag or the likes is a bit more useful. I'm also a big fan of...
Delaying does seem like a good first iteration. That change may need to update the tests though. I made sure that `ahead` and `behind` had priority over `modified`. We would...
> I actually think that giving precedence to modified would make more sense. I agree.
Off the top of my head I think that .git folders for submodules were moved to the parent .git folder in git 1.7.8. I could be wrong though. https://jira.atlassian.com/browse/SRCTREE-837 I...