zimfw/modules/git/functions
Eric Nielsen 926627652f [git] Breaking changes in aliases and functions
Rename `gpS` (mnemonic "pretty-signature") and `glS` ("log-signature")
to `gcv` ("commit-verify") and `glv` ("log-verify") respectivelly,
so `v` is used to verify signatures, and `s`/`S` is used to sign.

Remove `git-commit-lost` and `git-stash-dropped`, as this could be
probably joined into one function that shows all lost commits, including
lost stashes, and also because there seems to be many different ways to
do this, as discussed in https://stackoverflow.com/q/89332/2654518.
An answer worth noting is https://stackoverflow.com/a/6455586/2654518.
If someone is using this, let's discuss on a new solution...

Remove Oh-My-Zsh compatibility from `git-branch-current`, and delete
`git_current_branch`. This compatibility was already partially broken at
c1b02c0, when we also updated the gitster prompt theme. Now this
function fails when in 'detached HEAD' state (is was returning the
commit hash in this state), which is what we would expect from the use
we make of it.

Closes #244
2018-02-23 09:28:10 +01:00
..
git-branch-current [git] Breaking changes in aliases and functions 2018-02-23 09:28:10 +01:00
git-branch-delete-interactive [git] Add git-branch-delete-interactive 2018-02-05 10:44:59 -05:00
git-dir [git] Review all functions but ones using `git fsck` 2018-01-10 10:25:25 -05:00
git-ignore-add [git] Review all functions but ones using `git fsck` 2018-01-10 10:25:25 -05:00
git-root [git] Review all functions but ones using `git fsck` 2018-01-10 10:25:25 -05:00
git-stash-clear-interactive [git] Add git-branch-delete-interactive 2018-02-05 10:44:59 -05:00
git-stash-recover [git] Review all functions but ones using `git fsck` 2018-01-10 10:25:25 -05:00
git-submodule-move [git] Review all functions but ones using `git fsck` 2018-01-10 10:25:25 -05:00
git-submodule-remove [git] Review all functions but ones using `git fsck` 2018-01-10 10:25:25 -05:00