Skip to content

Commit 5c905bd

Browse files
committed
add todo list
1 parent 0f8688b commit 5c905bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

log/log.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ func (container *logContainer) canAddToContainer(skip bool) bool {
133133
return true
134134
}
135135

136+
/*
137+
TODO:
138+
- [] if the current start is also a tag then get data till prev tag
139+
- [] add in option to include the description, if the commit has a description
140+
*/
141+
136142
// CommitLog - Generate commit log
137143
func CommitLog(path string, startCommitString string, endCommitString string, inclusionFlags string, skipClassification bool) (string, ErrMessage) {
138144
currentRepository := OpenRepository(path)

0 commit comments

Comments
 (0)