mirror of
https://github.com/git/git.git
synced 2026-02-28 02:42:52 +00:00
Documentation/git-history: document default for "--update-refs="
While we document the values that can be passed to the "--update-refs=" option, we don't give the user any hint what the default behaviour is. Document it. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
060e602dcb
commit
1278a26544
@@ -70,7 +70,7 @@ OPTIONS
|
||||
Control which references will be updated by the command, if any. With
|
||||
`branches`, all local branches that point to commits which are
|
||||
descendants of the original commit will be rewritten. With `head`, only
|
||||
the current `HEAD` reference will be rewritten.
|
||||
the current `HEAD` reference will be rewritten. Defaults to `branches`.
|
||||
|
||||
GIT
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user