$ git request-pull -p ce0469bfbe4176802d4ffd1f272010e14bc4ed81 https://notabug.org/jorgesumle/bash/commits/devel fatal: https://notabug.org/jorgesumle/bash/commits/devel/info/refs not valid: is this a git repository? warn: No match for commit cdd777944a1cb6af49b6672ab59bbb6e0a1e5aa7 found at https://notabug.org/jorgesumle/bash/commits/devel warn: Are you sure you pushed 'HEAD' there? The following changes since commit ce0469bfbe4176802d4ffd1f272010e14bc4ed81:
commit bash-20171226 snapshot (2018-01-02 10:53:02 -0500) are available in the git repository at: https://notabug.org/jorgesumle/bash/commits/devel for you to fetch changes up to cdd777944a1cb6af49b6672ab59bbb6e0a1e5aa7: Fix typo from bashref.texi (2018-01-07 20:18:26 +0100) ---------------------------------------------------------------- Jorge Maldonado Ventura (1): Fix typo from bashref.texi doc/bashref.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bashref.texi b/doc/bashref.texi index 8272389..d955dc4 100644 --- a/doc/bashref.texi +++ b/doc/bashref.texi @@ -4373,7 +4373,7 @@ Remove a trailing @var{delim} (default newline) from each line read. @item -u Read lines from file descriptor @var{fd} instead of the standard input. @item -C -Evaluate @var{callback} each time @var{quantum}P lines are read. +Evaluate @var{callback} each time @var{quantum} lines are read. The @option{-c} option specifies @var{quantum}. @item -c Specify the number of lines read between each call to @var{callback}.