Enumeration

GgitStashFlags

Declaration

flags Ggit.StashFlags

Description [src]

Describes how a stash should be applied.

Members

GGIT_STASH_DEFAULT

Default stash.

  • Value: 0
  • Available since: 1.0
GGIT_STASH_KEEP_INDEX

All changes already added to the index are left intact in the working directory.

  • Value: 1
  • Available since: 1.0
GGIT_STASH_INCLUDE_UNTRACKED

All untracked files are also stashed and then cleaned up from the working directory.

  • Value: 2
  • Available since: 1.0
GGIT_STASH_INCLUDE_IGNORED

All ignored files are also stashed and then cleaned up from the working directory.

  • Value: 4
  • Available since: 1.0