Skip to content

idOld

Get the old object ID (SHA1) of this reflog entry.

Signature

ts
class ReflogEntry {
  idOld(): string;
}

Returns

  • string

    Old object ID (SHA1) of this reflog entry.

Released under the MIT License.