[PATCH] Documentation: Spelling and grammar fixes

2018-06-22 Thread Ville Skyttä
Signed-off-by: Ville Skyttä --- Documentation/SubmittingPatches | 4 ++-- Documentation/config.txt | 2 +- Documentation/git-bisect-lk2009.txt | 2 +- Documentation/git-imap-send.txt | 4 ++-- Documentation/git-notes.txt

[PATCH] Spelling fixes

2017-06-25 Thread Ville Skyttä
Signed-off-by: Ville Skyttä <ville.sky...@iki.fi> --- Documentation/RelNotes/1.7.10.1.txt | 2 +- Documentation/RelNotes/2.12.0.txt | 2 +- Documentation/RelNotes/2.14.0.txt | 2 +- Documentation/git-reset.txt | 2 +- Documentation/git-submodu

Re: [PATCH] Spelling fixes

2016-08-09 Thread Ville Skyttä
On Tue, Aug 9, 2016 at 9:19 PM, Junio C Hamano wrote: [...] > There are two "commited" you seem to have missed, though, > > t/t3420-rebase-autostash.sh:echo uncommited-content >file0 && > t/t3420-rebase-autostash.sh:echo uncommited-content >expected && > > which I'll

[PATCH v2] completion: complete --delete, --move, and --remotes for git branch

2016-08-09 Thread Ville Skyttä
Signed-off-by: Ville Skyttä <ville.sky...@iki.fi> --- contrib/completion/git-completion.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 6a187bc..76abbd1 100644 --- a/c

[PATCH] Spelling fixes

2016-08-09 Thread Ville Skyttä
Signed-off-by: Ville Skyttä <ville.sky...@iki.fi> --- Documentation/RelNotes/2.3.10.txt | 2 +- Documentation/RelNotes/2.4.10.txt | 2 +- Documentation/RelNotes/2.5.4.txt| 2 +- Documentation/RelNotes/2.6.1.txt| 2 +- Documentation/git-remote-

Re: [PATCH 1/2] git-prompt.sh: Don't error on null ${ZSH,BASH}_VERSION, $short_sha

2016-06-06 Thread Ville Skyttä
On Mon, Jun 6, 2016 at 11:08 PM, Junio C Hamano <gits...@pobox.com> wrote: > Ville Skyttä <ville.sky...@iki.fi> writes: > >> When the shell is in "nounset" or "set -u" mode, referencing unset or >> null variables results in an error.

Re: [PATCH 1/2] git-prompt.sh: Don't error on null ${ZSH,BASH}_VERSION, $short_sha

2016-06-06 Thread Ville Skyttä
On Mon, Jun 6, 2016 at 7:29 PM, Ville Skyttä <ville.sky...@iki.fi> wrote: > When the shell is in "nounset" or "set -u" mode, referencing unset or > null variables results in an error. Protect $ZSH_VERSION and > $BASH_VERSION against that, and initialize

Re: [PATCH] git-prompt.sh: Don't error on null ${ZSH,BASH}_VERSION

2016-06-06 Thread Ville Skyttä
On Tue, May 24, 2016 at 8:27 PM, Junio C Hamano <gits...@pobox.com> wrote: > Ville Skyttä <ville.sky...@iki.fi> writes: > >> When the shell is in "nounset" or "set -u" mode, referencing unset or >> null variables results in an error.

[PATCH 1/2] git-prompt.sh: Don't error on null ${ZSH,BASH}_VERSION, $short_sha

2016-06-06 Thread Ville Skyttä
When the shell is in "nounset" or "set -u" mode, referencing unset or null variables results in an error. Protect $ZSH_VERSION and $BASH_VERSION against that, and initialize $short_sha before use. Signed-off-by: Ville Skyttä <ville.sky...@iki.fi> --- contrib/co

Re: [PATCH] completion: complete --move for git branch

2016-06-06 Thread Ville Skyttä
On Mon, Jun 6, 2016 at 5:16 PM, Remi Galan Alfonso <remi.galan-alfo...@ensimag.grenoble-inp.fr> wrote: > > Hi, > > Ville Skyttä <ville.sky...@iki.fi> writes: > > while [ $c -lt $cword ]; do > > i="${words[c]}" > >

[PATCH] completion: complete --move for git branch

2016-06-06 Thread Ville Skyttä
Signed-off-by: Ville Skyttä <ville.sky...@iki.fi> --- contrib/completion/git-completion.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 3402475..6918cc8 100644 --- a/c

[PATCH] git-prompt.sh: Don't error on null ${ZSH,BASH}_VERSION

2016-05-24 Thread Ville Skyttä
When the shell is in "nounset" or "set -u" mode, referencing unset or null variables results in an error. Protect $ZSH_VERSION and $BASH_VERSION against that. Signed-off-by: Ville Skyttä <ville.sky...@iki.fi> --- contrib/completion/git-prompt.sh | 4 ++-- 1 file c

[PATCH] Spelling fixes.

2013-02-23 Thread Ville Skyttä
Signed-off-by: Ville Skyttä ville.sky...@iki.fi --- Documentation/RelNotes/1.7.5.4.txt | 2 +- Documentation/RelNotes/1.7.8.txt | 2 +- Documentation/RelNotes/1.8.2.txt | 2 +- Documentation/git-credential.txt | 2