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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

9