git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bug/Wish: bash completion for git pull --rebase doesn't include --autostash
@ 2017-10-31 15:21 Albert Astals Cid
  2017-10-31 17:56 ` Stefan Beller
  0 siblings, 1 reply; 3+ messages in thread
From: Albert Astals Cid @ 2017-10-31 15:21 UTC (permalink / raw)
  To: git

git pull --rebase --autostash

is a valid command but the --autostash autocompletion is not suggested after 
typing

git pul<TAB> --reb<TAB --au<TAB

Would be great if that could be added.

Thanks :)

Albert

P.S: I'm not subscribed CC me if need me to test something

-- 
Albert Astals Cid | albert.astals.cid@kdab.com | Software Engineer
Klarälvdalens Datakonsult AB, a KDAB Group company
Tel: Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322)
KDAB - The Qt, C++ and OpenGL Experts

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug/Wish: bash completion for git pull --rebase doesn't include --autostash
  2017-10-31 15:21 Bug/Wish: bash completion for git pull --rebase doesn't include --autostash Albert Astals Cid
@ 2017-10-31 17:56 ` Stefan Beller
  2017-11-20 15:08   ` Albert Astals Cid
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Beller @ 2017-10-31 17:56 UTC (permalink / raw)
  To: Albert Astals Cid; +Cc: git

On Tue, Oct 31, 2017 at 8:21 AM, Albert Astals Cid
<albert.astals.cid@kdab.com> wrote:
> git pull --rebase --autostash
>
> is a valid command but the --autostash autocompletion is not suggested after
> typing
>
> git pul<TAB> --reb<TAB --au<TAB
>
> Would be great if that could be added.
>
> Thanks :)
>
> Albert
>
> P.S: I'm not subscribed CC me if need me to test something

Maybe you can propose a patch for this?

Rough steps to success:

  git clone git://git.kernel.org/pub/scm/git/git.git/
  cd git
  $EDIT contrib/completion/git-completion.bash
   (look for _git_pull)
  git commit -m "my first commit to git"
  (This is paraphrased, see Documentation/SubmittingPatches
   for a better idea how to craft commit messages)
  git format-patch HEAD^
  git send-email 0001-xxx.patch



>
> --
> Albert Astals Cid | albert.astals.cid@kdab.com | Software Engineer
> Klarälvdalens Datakonsult AB, a KDAB Group company
> Tel: Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322)
> KDAB - The Qt, C++ and OpenGL Experts

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug/Wish: bash completion for git pull --rebase doesn't include --autostash
  2017-10-31 17:56 ` Stefan Beller
@ 2017-11-20 15:08   ` Albert Astals Cid
  0 siblings, 0 replies; 3+ messages in thread
From: Albert Astals Cid @ 2017-11-20 15:08 UTC (permalink / raw)
  To: Stefan Beller; +Cc: git

Patch sent, please still CC me as i'm not on the list.

Cheers,
  Albert

El dimarts, 31 d’octubre de 2017, a les 18:56:22 CET, Stefan Beller va 
escriure:
> On Tue, Oct 31, 2017 at 8:21 AM, Albert Astals Cid
> 
> <albert.astals.cid@kdab.com> wrote:
> > git pull --rebase --autostash
> > 
> > is a valid command but the --autostash autocompletion is not suggested
> > after typing
> > 
> > git pul<TAB> --reb<TAB --au<TAB
> > 
> > Would be great if that could be added.
> > 
> > Thanks :)
> > 
> > Albert
> > 
> > P.S: I'm not subscribed CC me if need me to test something
> 
> Maybe you can propose a patch for this?
> 
> Rough steps to success:
> 
>   git clone git://git.kernel.org/pub/scm/git/git.git/
>   cd git
>   $EDIT contrib/completion/git-completion.bash
>    (look for _git_pull)
>   git commit -m "my first commit to git"
>   (This is paraphrased, see Documentation/SubmittingPatches
>    for a better idea how to craft commit messages)
>   git format-patch HEAD^
>   git send-email 0001-xxx.patch
> 
> > --
> > Albert Astals Cid | albert.astals.cid@kdab.com | Software Engineer
> > Klarälvdalens Datakonsult AB, a KDAB Group company
> > Tel: Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322)
> > KDAB - The Qt, C++ and OpenGL Experts


-- 
Albert Astals Cid | albert.astals.cid@kdab.com | Software Engineer
Klarälvdalens Datakonsult AB, a KDAB Group company
Tel: Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322)
KDAB - The Qt, C++ and OpenGL Experts

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-20 15:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-31 15:21 Bug/Wish: bash completion for git pull --rebase doesn't include --autostash Albert Astals Cid
2017-10-31 17:56 ` Stefan Beller
2017-11-20 15:08   ` Albert Astals Cid

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 NNTP newsgroup(s).