Documentation
¶
Overview ¶
List story commits grouped by Change-Id.
salsaflow story changes STORY_ID_TAG_PATTERN
Description ¶
This command can be used to list changes (Git commits) associated with Story-Id tags matching STORY_ID_TAG_PATTERN regexp. Most often this is used to list changes associated with one particular story by running `salsaflow story changes <story-id>`.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &gocli.Command{
UsageLine: "changes [-porcelain] STORY_ID_TAG_PATTERN",
Short: "list the changes associated with the given story",
Long: `
List the change sets (the commits with the same change ID)
associated with the given stories together with some interesting details,
e.g. the commit SHA, the source ref and the commit title.
The changes (commits) to be included are specified using a regexp
that is used to match the Story-Id tag, so the commits having the tag
matching STORY_ID_TAG_PATTERN are selected and printed.
The 'porcelain' flag will make the output more script-friendly,
e.g. it will fill the change ID in every column.
`,
Action: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.