Skip to content

Commit

Permalink
Documentation/config: fix stale "git prune --worktree" reference
Browse files Browse the repository at this point in the history
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 <mhagger@alum.mit.edu>
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Michael Haggerty authored and Junio C Hamano committed Jul 20, 2015
1 parent 2e73ab6 commit fe819b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ gc.pruneexpire::

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

0 comments on commit fe819b4

Please sign in to comment.