Skip to content

Commit 1278a26

Browse files
pks-tgitster
authored andcommitted
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>
1 parent 060e602 commit 1278a26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/git-history.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ OPTIONS
7070
Control which references will be updated by the command, if any. With
7171
`branches`, all local branches that point to commits which are
7272
descendants of the original commit will be rewritten. With `head`, only
73-
the current `HEAD` reference will be rewritten.
73+
the current `HEAD` reference will be rewritten. Defaults to `branches`.
7474

7575
GIT
7676
---

0 commit comments

Comments
 (0)