mbox series

[0/2] sparse-checkout: add completion and --cone to docs

Message ID cover.1579805218.git.matheus.bernardino@usp.br (mailing list archive)
Headers show
Series sparse-checkout: add completion and --cone to docs | expand

Message

Matheus Tavares Jan. 23, 2020, 7 p.m. UTC
This adds completion for the sparse-checkout command and mention the
init's --cone option in the doc file. I know this command might change
in the near future, so I'm not sure whether these changes are worth
right now; but since they were simple to do, I decided to send them and
ask for your comments.

travis build: https://travis-ci.org/matheustavares/git/builds/641012914

Matheus Tavares (2):
  doc: sparse-checkout: mention --cone option
  completion: add support for sparse-checkout

 Documentation/git-sparse-checkout.txt  |  4 ++++
 contrib/completion/git-completion.bash | 21 +++++++++++++++++++++
 2 files changed, 25 insertions(+)

Comments

Derrick Stolee Jan. 23, 2020, 8:02 p.m. UTC | #1
On 1/23/2020 2:00 PM, Matheus Tavares wrote:
> This adds completion for the sparse-checkout command and mention the
> init's --cone option in the doc file. I know this command might change
> in the near future, so I'm not sure whether these changes are worth
> right now; but since they were simple to do, I decided to send them and
> ask for your comments.
> 
> travis build: https://travis-ci.org/matheustavares/git/builds/641012914
> 
> Matheus Tavares (2):
>   doc: sparse-checkout: mention --cone option
>   completion: add support for sparse-checkout

Thanks for catching these. They are both good patches.

-Stolee