From be33106ffc516c9631a78e1c1d2ebea3a955d71a Mon Sep 17 00:00:00 2001 From: Gavin Mak Date: Wed, 19 Nov 2025 16:46:07 -0800 Subject: wipe: Add new `repo wipe` subcommand This new command allows users to delete projects from the worktree and from the `.repo` directory. It is a destructive operation. It handles shared projects by refusing to wipe them unless the `--force` flag is used. It also checks for uncommitted changes before wiping. Bug: 393383056 Change-Id: Ia30d8ffdc781a3f179af56310ce31c9dae331bbe Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/490801 Tested-by: Gavin Mak Reviewed-by: Mike Frysinger Commit-Queue: Gavin Mak --- man/repo.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'man/repo.1') diff --git a/man/repo.1 b/man/repo.1 index 6c0e0255..101b8f65 100644 --- a/man/repo.1 +++ b/man/repo.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "April 2025" "repo" "Repo Manual" +.TH REPO "1" "November 2025" "repo" "Repo Manual" .SH NAME repo \- repository management tool built on top of git .SH SYNOPSIS @@ -132,6 +132,9 @@ Upload changes for code review .TP version Display the version of repo +.TP +wipe +Wipe projects from the worktree .PP See 'repo help ' for more information on a specific command. Bug reports: https://issues.gerritcodereview.com/issues/new?component=1370071 -- cgit v1.2.3-54-g00ecf