commit a5a46be28fbbc316a4ce0adb5d92571a59a7e115 from: Stefan Sperling date: Wed Jan 27 22:20:52 2021 UTC in 'got clone', allow -l together with -q, for consistency with 'got fetch' commit - 7b4f1fcb86e79aa7573d68553cd5324d4f2b148f commit + a5a46be28fbbc316a4ce0adb5d92571a59a7e115 blob - 16a9b75f49c0659022f44e61a84e30d70f802282 blob + 5a69c331382003ee5c2d946293c4d1647cf56088 --- got/got.1 +++ got/got.1 @@ -240,6 +240,8 @@ option. List branches and tags available for fetching from the remote repository and exit immediately. Cannot be used together with any of the other options except +.Fl q +and .Fl v . .It Fl m Create the cloned repository as a mirror of the original repository. blob - 4cb72ca19c8b859c0474710e93a5154db3170520 blob + f1d690299d64d615136d348d8a119f0828400162 --- got/got.c +++ got/got.c @@ -1524,8 +1524,6 @@ cmd_clone(int argc, char *argv[]) option_conflict('l', 'a'); if (mirror_references) option_conflict('l', 'm'); - if (verbosity == -1) - option_conflict('l', 'q'); if (!TAILQ_EMPTY(&wanted_refs)) option_conflict('l', 'R'); }