@@ -109,30 +109,30 @@ You use _git issue_ with the following sub-commands.
109109* ` git issue list ` : List open issues (or all with ` -a ` ).
110110 An optional argument can show issues matching a tag or milestone.
111111* ` git issue list -l formatstring ` : This will list issues in the specified format, given as an argument to ` -l ` .
112- The following escape sequences can be used:
112+ The following escape sequences can be used:
113113
114- - ` %n ` : newline
115- - ` %i ` : issue ID
116- - ` %c ` : creation date
117- - ` %d ` : due date
118- - ` %e ` : time estimate
119- - ` %s ` : time spent
120- - ` %w ` : weight
121- - ` %M ` : Milestone
122- - ` %A ` : Assignee(s)
123- - ` %T ` : Tags
124- - ` %D ` : Description(first line)
114+ * ` %n ` : newline
115+ * ` %i ` : issue ID
116+ * ` %c ` : creation date
117+ * ` %d ` : due date
118+ * ` %e ` : time estimate
119+ * ` %s ` : time spent
120+ * ` %w ` : weight
121+ * ` %M ` : Milestone
122+ * ` %A ` : Assignee(s)
123+ * ` %T ` : Tags
124+ * ` %D ` : Description(first line)
125125
126- If the format string is one of: (` oneline ` , ` short ` or ` full ` ) it will interpreted as the corresponding preset.
126+ If the format string is one of: (` oneline ` , ` short ` or ` full ` ) it will interpreted as the corresponding preset.
127127
128- Optionally, one of the above given with ` -o ` will order based on this field(reverse order with ` -r ` ).
128+ Optionally, one of the above given with ` -o ` will order based on this field(reverse order with ` -r ` ).
129129
130130### Work with multiple issues
131131* ` git issue filter-apply command ` : Run ` command ` in every issue directory. The following environment variables will be set:
132- - ` GI_SHA ` : Sha of the current issue
133- - ` GI_IMPORTS ` : The imports directories for current issue(one on each line)
134- - ` GI_AUTHOR ` : Author of current issue
135- - ` GI_DATE ` : Creation date of current issue
132+ * ` GI_SHA ` : Sha of the current issue
133+ * ` GI_IMPORTS ` : The imports directories for current issue(one on each line)
134+ * ` GI_AUTHOR ` : Author of current issue
135+ * ` GI_DATE ` : Creation date of current issue
136136
137137 The command can read, add/remove or edit any of the issue's attributes.
138138 Some potentially useful scripts to be used with this command are in the scripts/ directory.
0 commit comments