The following series adds the "--[no-]tags" option to "git add remote". Since "-t" was already taken for "--track", I only let the long "--tags" and "--no-tags" options. In order to implement the "--tags" behaviour, I first had to add correct handling of "tagopt = --tags" in remote configuration options. --- Samuel Tardieu (2): Honor "tagopt = --tags" configuration option remote add: add a --no-tags (-n) option Documentation/git-remote.txt | 8 +++++ builtin/remote.c | 21 +++++++++++++- remote.c | 2 + t/t5505-remote.sh | 63 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 92 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html