Hello community, here is the log from the commit of package git for openSUSE:Factory checked in at 2014-02-07 10:25:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git (Old) and /work/SRC/openSUSE:Factory/.git.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git" Changes: -------- --- /work/SRC/openSUSE:Factory/git/git.changes 2014-02-02 07:35:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2014-02-07 10:25:53.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Feb 5 14:08:04 CET 2014 - [email protected] + +- Fix a typo in git csh completion (non-existing label); + use the normal if/then/endif now instead + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git-tcsh-completion-fixes.diff ++++++ --- /var/tmp/diff_new_pack.GeYPpN/_old 2014-02-07 10:25:54.000000000 +0100 +++ /var/tmp/diff_new_pack.GeYPpN/_new 2014-02-07 10:25:54.000000000 +0100 @@ -1,8 +1,8 @@ --- contrib/completion/git-completion.tcsh | 7 ++----- - contrib/completion/git.csh | 5 +++++ - contrib/completion/git.tcsh | 5 +++++ - 3 files changed, 12 insertions(+), 5 deletions(-) + contrib/completion/git.csh | 4 ++++ + contrib/completion/git.tcsh | 4 ++++ + 3 files changed, 10 insertions(+), 5 deletions(-) --- a/contrib/completion/git-completion.tcsh +++ b/contrib/completion/git-completion.tcsh @@ -26,17 +26,15 @@ -complete gitk 'p,*,`bash ${__git_tcsh_completion_script} gitk "${COMMAND_LINE}"`,' --- /dev/null +++ b/contrib/completion/git.csh -@@ -0,0 +1,5 @@ -+if (! ${?prompt}) goto end +@@ -0,0 +1,4 @@ ++if (${?prompt}) then +complete git 'p,*,`bash /usr/share/tcsh/git.complete git "${COMMAND_LINE}"`,' +complete gitk 'p,*,`bash /usr/share/tcsh/git.complete gitk "${COMMAND_LINE}"`,' -+done: -+ ++endif --- /dev/null +++ b/contrib/completion/git.tcsh -@@ -0,0 +1,5 @@ -+if (! ${?prompt} || ! ${?tcsh}) goto end +@@ -0,0 +1,4 @@ ++if (${?prompt}) then +complete git 'p,*,`bash /usr/share/tcsh/git.complete git "${COMMAND_LINE}"`,' +complete gitk 'p,*,`bash /usr/share/tcsh/git.complete gitk "${COMMAND_LINE}"`,' -+end: -+ ++endif -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
