summaryrefslogtreecommitdiff
path: root/git-gui/lib/commit.tcl
diff options
context:
space:
mode:
authorKarthik Nayak <karthik.188@gmail.com>2024-04-02 08:49:14 +0200
committerJunio C Hamano <gitster@pobox.com>2024-04-02 10:20:28 -0700
commit67e943c308d6440b6358531dba67ffba88ec30ae (patch)
treefe1fc60f9f584441f3468f73f592c364beb3d693 /git-gui/lib/commit.tcl
parentd6fd04375f9196f8b203d442f235bd96a1a068cc (diff)
update-ref: use {old,new}-oid instead of {old,new}value
The `git-update-ref` command is used to modify references. The usage of {old,new}value in the documentation refers to the OIDs. This is fine since the command only works with regular references which hold OIDs. But if the command is updated to support symrefs, we'd also be dealing with {old,new}-refs. To improve clarity around what exactly {old,new}value mean, let's rename it to {old,new}-oid. Signed-off-by: Karthik Nayak <karthik.188@gmail.com> Acked-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions