Skip to content

Commit fe819b4

Browse files
mhaggergitster
authored andcommitted
Documentation/config: fix stale "git prune --worktree" reference
This should have been changed to "git worktree prune" by df0b6cf (worktree: new place for "git prune --worktrees", 2015-06-29) [es: reword commit message] Signed-off-by: Michael Haggerty <[email protected]> Signed-off-by: Eric Sunshine <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2e73ab6 commit fe819b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ gc.pruneexpire::
12311231

12321232
gc.pruneworktreesexpire::
12331233
When 'git gc' is run, it will call
1234-
'prune --worktrees --expire 3.months.ago'.
1234+
'git worktree prune --expire 3.months.ago'.
12351235
Override the grace period with this config variable. The value
12361236
"now" may be used to disable the grace period and prune
12371237
$GIT_DIR/worktrees immediately.

0 commit comments

Comments
 (0)