changesCmd

package
v0.20.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2016 License: MIT Imports: 9 Imported by: 0

README

story changes

List story commits grouped by Change-Id.

Usage

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>.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL