git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* BUG: Use GNU Short Option Style "clumping" rules not obeyed for `git stash`
@ 2016-08-20  1:02 Damian Nowak
  0 siblings, 0 replies; only message in thread
From: Damian Nowak @ 2016-08-20  1:02 UTC (permalink / raw)
  To: git

```
% git stash -ku
error: unknown option for 'stash save': -ku
(...)
% git stash -k -u
Saved working directory and index state WIP on master: (...)
(...)
```

In other parts of git, clumping (as defined by [GNU Short Option Style
guide](https://www.gnu.org/software/tar/manual/html_node/Short-Options.html#SEC37))
works, for example:


-v for verbose, -m for message:
```
% git commit -vm 'xd'
[master a560195] xd
 1 file changed, 91 insertions(+), 51 deletions(-)
 rewrite spec/actions/hosting/meta_machine/upgrade_plan_spec.rb (96%)
```
-q for quiet, -m for message
```
% git commit -qm 'xd'
(no output)
```

-- 
Kind regards
Damian Nowak

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-20  1:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-20  1:02 BUG: Use GNU Short Option Style "clumping" rules not obeyed for `git stash` Damian Nowak

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).