Re: Missing git options

2018-02-06 Thread Martin Häcker
git forever. So you will need something like —output-for=scripting|json|xml|whatever sooner or later. Mixing up the TUI for humans and for scripts is not going to be fun to evolve. Best Regards, Martin Häcker signature.asc Description: Message signed with OpenPGP

Missing git options

2018-02-05 Thread Martin Häcker
— which would / should correspond to `git log —graph —patch`. What do you guys think? Best Regards, Martin Häcker signature.asc Description: Message signed with OpenPGP

git stash ; git stash pop unstages all staged changes

2018-01-30 Thread Martin Häcker
+bar +baz — snap — What git stash does get right is that it does remove everything that is stashed from the current state of the repo, but what it doesn’t get right is restoring that state fatefully in `git stash pop`. As a user, I would expect that `git stash pop` undoes the change that `git stash` inflicted. Best Regards, Martin Häcker signature.asc Description: Message signed with OpenPGP