summaryrefslogtreecommitdiffstats
path: root/git-for-each-repo.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-05-01 10:58:22 -0700
committerJunio C Hamano <gitster@pobox.com>2024-05-01 10:58:22 -0700
commit7af7f87d1682bc0221ef8ef496126c204d35760d (patch)
tree78a7acd5d4f7a8b7db6b1f44bcb506f7bb5feefb /git-for-each-repo.txt
parenta181e55f63bee8d3a44fd0be402039db41158169 (diff)
downloadgit-htmldocs-7af7f87d1682bc0221ef8ef496126c204d35760d.tar.gz
Autogenerated HTML docs for v2.45.0-31-gd4cc1
Diffstat (limited to 'git-for-each-repo.txt')
-rw-r--r--git-for-each-repo.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/git-for-each-repo.txt b/git-for-each-repo.txt
index 94bd19da2..abe3527aa 100644
--- a/git-for-each-repo.txt
+++ b/git-for-each-repo.txt
@@ -42,6 +42,15 @@ These config values are loaded from system, global, and local Git config,
as available. If `git for-each-repo` is run in a directory that is not a
Git repository, then only the system and global config is used.
+--keep-going::
+ Continue with the remaining repositories if the command failed
+ on a repository. The exit code will still indicate that the
+ overall operation was not successful.
++
+Note that the exact exit code of the failing command is not passed
+through as the exit code of the `for-each-repo` command: If the command
+failed in any of the specified repositories, the overall exit code will
+be 1.
SUBPROCESS BEHAVIOR
-------------------