]> git.ipfire.org Git - thirdparty/git.git/commit
sequencer: rename stash_sha1 to stash_oid
authorDenton Liu <liu.denton@gmail.com>
Tue, 7 Apr 2020 14:27:57 +0000 (10:27 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Apr 2020 16:28:02 +0000 (09:28 -0700)
commitfacca7f06e7256bf15675657f59ef6f6c883aec3
treed93a00460fbbe7eb7f585efb189b5cfbf90834db
parentbe1bb600da13523dd2d63ae93432d7f3b16ffb74
sequencer: rename stash_sha1 to stash_oid

The preferred terminology is to refer to object identifiers as "OIDs".
Rename the `stash_sha1` variable to `stash_oid` in order to conform to
this.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c