Module: Git::Parsers::Stash::Fields Private

Defined in:
lib/git/parsers/stash.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Field indices for parsed output

Constant Summary collapse

OID =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Index of the full object ID (%H) field

0
SHORT_OID =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Index of the abbreviated object ID (%h) field

1
REFLOG =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Index of the reflog selector (%gd) field

2
MESSAGE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Index of the reflog subject (%gs) field

3
AUTHOR_NAME =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Index of the author name (%an) field

4
AUTHOR_EMAIL =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Index of the author email (%ae) field

5
AUTHOR_DATE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Index of the author date (%aI) field

6
COMMITTER_NAME =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Index of the committer name (%cn) field

7
COMMITTER_EMAIL =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Index of the committer email (%ce) field

8
COMMITTER_DATE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Index of the committer date (%cI) field

9