Re: bash completion patch

2014-02-10 Thread Junio C Hamano
Thomas Rast writes: > Junio C Hamano writes: > >> Matthieu Moy writes: >> > [...] >>> don't forget to Cc Junio if >>> you think your patch is ready for inclusion. >> >> Heh, thanks. Everybody seems to think anything they send out to the >> list is ready for inclusion, so the last part may not

Re: bash completion patch

2014-02-09 Thread Thomas Rast
Junio C Hamano writes: > Matthieu Moy writes: > [...] >> don't forget to Cc Junio if >> you think your patch is ready for inclusion. > > Heh, thanks. Everybody seems to think anything they send out to the > list is ready for inclusion, so the last part may not be a piece of > advice that is pra

Re: bash completion patch

2014-02-05 Thread Junio C Hamano
Matthieu Moy writes: > 乙酸鋰 writes: > >> add --recurse-submodules > > Thanks for the patch, but it cannot be included as-is. > > Please, read Documentation/SubmittingPatches in Git's source tree. In > particular, the signed-off-by part. Also, don't use attachments to send > you patches (git send-

Re: bash completion patch

2014-02-05 Thread Matthieu Moy
乙酸鋰 writes: > add --recurse-submodules Thanks for the patch, but it cannot be included as-is. Please, read Documentation/SubmittingPatches in Git's source tree. In particular, the signed-off-by part. Also, don't use attachments to send you patches (git send-email can help) and don't forget to C

bash completion patch

2014-02-05 Thread 乙酸鋰
add --recurse-submodules From 0390a24e2653e0cdb6bfb9a569c28e4d58002038 Mon Sep 17 00:00:00 2001 From: Sup Yut Sum Date: Wed, 5 Feb 2014 23:09:46 +0800 Subject: [PATCH 1/1] bash completion: Add --recurse-submodules --- contrib/completion/git-completion.bash | 19 ++- 1 file change