1
0
Fork 0
mirror of synced 2024-11-26 17:25:35 -05:00
zimfw/modules
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
..
archive [archive] Fix lzma typo 2018-02-08 11:03:30 -05:00
autosuggestions [autosuggestions] Update submodule to version v0.4.2 2018-01-05 12:30:56 -05:00
completion [completion] Remove smart editor completion 2017-11-29 09:06:41 -05:00
custom Allow arbitrary ZIM location with ZIM_HOME 2017-09-04 17:25:01 -05:00
debug Allow arbitrary ZIM location with ZIM_HOME 2017-09-04 17:25:01 -05:00
directory use setopt NO_CLOBBER instead of unsetopt CLOBBER 2017-01-11 22:16:07 -08:00
environment [environment] Remove path separator from WORDCHARS 2017-09-21 19:23:14 -05:00
fasd remove broken quote in fasd function 2017-05-30 06:30:30 -07:00
git [git] Breaking changes in aliases and functions 2018-02-23 09:28:10 +01:00
git-info [git-info] Move git-info function to functions dir 2018-01-09 09:24:01 -05:00
history use consistent variable style 2015-12-19 09:48:29 -05:00
history-substring-search Update to new repo URL 2018-01-03 10:30:12 -05:00
input [input] Fix typo in README 2016-12-01 23:51:59 -08:00
pacman [pacman] detect pkg regardless of compress method 2017-09-18 09:18:12 -04:00
prompt [prompt] Remove autoload -Uz colors 2018-02-07 18:15:17 -05:00
ssh fix broken variable 2015-12-23 05:13:09 -05:00
syntax-highlighting Update to new repo URL 2018-01-03 10:30:12 -05:00
utility [utility] Change colour blue to bold blue 2017-12-01 17:28:02 -05:00