diff options
author | Clint Adams <clint@users.sourceforge.net> | 2009-01-29 17:37:48 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2009-01-29 17:37:48 +0000 |
commit | f958e846e415f5609a709635ce1dff7bd4120aef (patch) | |
tree | e9d1bac687054ead6bf5649fef7ac22f3263f30c /ChangeLog | |
parent | 4ddc411d719845af612980ae756b2b92f026f42f (diff) | |
download | zsh-f958e846e415f5609a709635ce1dff7bd4120aef.tar.gz zsh-f958e846e415f5609a709635ce1dff7bd4120aef.tar.xz zsh-f958e846e415f5609a709635ce1dff7bd4120aef.zip |
Ingmar Vanhassel: 26468: "git stage" is now a synonym for "git add". git diff: --staged is a synonym for --cached.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 63d56f555..227aa0b6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,9 @@ modinfo -k. * Ingmar Vanhassel: 26467: Completion/Unix/Command/_git: add "git remote rename" completion. + * Ingmar Vanhassel: 26468: Completion/Unix/Command/_git: "git + stage" is now a synonym for "git add". git diff: --staged is a + synonym for --cached. 2009-01-29 Peter Stephenson <pws@csr.com> @@ -11047,5 +11050,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4537 $ +* $Revision: 1.4538 $ ***************************************************** |