From: Manlio Perillo <manlio.perillo@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] git-completion.bash: add support for path completion
Date: Wed, 19 Dec 2012 23:02:08 +0100 [thread overview]
Message-ID: <50D23960.4070108@gmail.com> (raw)
In-Reply-To: <7vzk1clb3n.fsf@alter.siamese.dyndns.org>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Il 17/12/2012 20:42, Junio C Hamano ha scritto:
> [...]
>>> I am not sure how you would handle the last parameter to "git mv",
>>> though. That is by definition a path that does not exist,
>>> i.e. cannot be completed.
>>
>> Right, the code should be changed.
>> No completion should be done for the second parameter.
>
> I deliberately wrote "the last" not "the second", as you can do
>
> $ mkdir X
> $ git mv COPYING README X/.
>
> You do need to expand the second parameter to README when the user
> types
>
> git mv COPYING REAMDE X
>
> then goes back with \C-b to "M", types \C-d three times to remove
> "MDE", and then finally says <TAB>, to result in
>
> git mv COPYING README X
>
Assuming X is a new untracked directory, do you think it is an usability
problem if an user try to do:
git mv COPYING README <TAB>
and X does not appear in the completion list?
As far as I know, the solution is to only support custom expansion the
first parameter, unless the user will do something like:
git mv COPYING README -- <TAB>
Regards Manlio
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAlDSOWAACgkQscQJ24LbaUSOnACfds93RtX1CDOeGbwCGM5/N8HI
yVwAn0AZEO6rE083gKgFimGIbiRTyN5Z
=z7K5
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2012-12-19 22:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-16 21:24 [PATCH] git-completion.bash: add support for path completion Manlio Perillo
2012-12-17 4:50 ` Junio C Hamano
2012-12-17 11:17 ` Manlio Perillo
2012-12-17 19:42 ` Junio C Hamano
2012-12-18 16:25 ` Manlio Perillo
2012-12-19 22:02 ` Manlio Perillo [this message]
2012-12-19 22:49 ` Junio C Hamano
2012-12-19 23:50 ` Manlio Perillo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50D23960.4070108@gmail.com \
--to=manlio.perillo@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.