From 693fec0066ddaa704888c9aaba1d99b591a2b371 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Feb 2022 13:22:05 -0400 Subject: [PATCH] mention --size-limit effect on exit status Documented elsewhere already. --- doc/git-annex.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 7bb5daa748..7b557928af 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -1899,8 +1899,8 @@ effect. git-annex, when called as a git subcommand, may return exit codes 0 or 1 for success or failures, or, more rarely, 127 or 128 for certain very specific failures. git-annex itself should return 0 on success and 1 on -failure, unless the `--time-limit=time` option is hit, in which case it -returns with exit code 101. +failure, unless the `--size-limit` or `--time-limit` option is hit, in +which case it return exit code 101. # ENVIRONMENT